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'
|
||||
pkgname=libwacom
|
||||
version=0.29
|
||||
version=0.30
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -8,9 +8,9 @@ makedepends="libglib-devel libgudev-devel"
|
|||
short_desc="Library to identify wacom tablets"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://linuxwacom.sourceforge.net/wiki/index.php/Main_Page"
|
||||
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
|
||||
checksum=9cea00e68ddf342c3f749f6628d33fd3646f1937d7c57053ec6c5728d9a333b6
|
||||
homepage="https://github.com/linuxwacom/libwacom"
|
||||
distfiles="https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=523408680514c0f01052e478503d8e89f86d72ddc7129fdd63988c221c492259
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xf86-input-wacom'
|
||||
pkgname=xf86-input-wacom
|
||||
version=0.36.0
|
||||
version=0.36.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
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"
|
||||
short_desc="Xorg Wacom tablet input driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.x.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/linuxwacom/${pkgname}-${version}.tar.bz2"
|
||||
checksum=eae7c5d2872b1433c8d679bb42b00213403eb2a0544c514f4df2b586284c23f6
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/linuxwacom/xf86-input-wacom"
|
||||
distfiles="https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=3206b92a4ed1fece07438a85405c748b9ed62cf0f0c3df845a2ce695d5463e09
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
||||
|
|
Loading…
Reference in a new issue