mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
libwacom: update to 0.30, xf86-input-wacom: update to 0.36.1. (#658)
This commit is contained in:
parent
5cb3250f70
commit
85c612c419
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libwacom'
|
# Template file for 'libwacom'
|
||||||
pkgname=libwacom
|
pkgname=libwacom
|
||||||
version=0.29
|
version=0.30
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -8,9 +8,9 @@ makedepends="libglib-devel libgudev-devel"
|
||||||
short_desc="Library to identify wacom tablets"
|
short_desc="Library to identify wacom tablets"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://linuxwacom.sourceforge.net/wiki/index.php/Main_Page"
|
homepage="https://github.com/linuxwacom/libwacom"
|
||||||
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
|
distfiles="https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=9cea00e68ddf342c3f749f6628d33fd3646f1937d7c57053ec6c5728d9a333b6
|
checksum=523408680514c0f01052e478503d8e89f86d72ddc7129fdd63988c221c492259
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xf86-input-wacom'
|
# Template file for 'xf86-input-wacom'
|
||||||
pkgname=xf86-input-wacom
|
pkgname=xf86-input-wacom
|
||||||
version=0.36.0
|
version=0.36.1
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,10 +10,10 @@ makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel"
|
||||||
depends="virtual?xserver-abi-input-24_1"
|
depends="virtual?xserver-abi-input-24_1"
|
||||||
short_desc="Xorg Wacom tablet input driver"
|
short_desc="Xorg Wacom tablet input driver"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.x.org/"
|
license="GPL-2.0-only"
|
||||||
license="GPL-2"
|
homepage="https://github.com/linuxwacom/xf86-input-wacom"
|
||||||
distfiles="${SOURCEFORGE_SITE}/linuxwacom/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=eae7c5d2872b1433c8d679bb42b00213403eb2a0544c514f4df2b586284c23f6
|
checksum=3206b92a4ed1fece07438a85405c748b9ed62cf0f0c3df845a2ce695d5463e09
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
||||||
|
|
Loading…
Add table
Reference in a new issue