mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libwacom: update to 0.33.
This commit is contained in:
parent
ec8082845b
commit
8aff2f5320
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libwacom'
|
||||
pkgname=libwacom
|
||||
version=0.32
|
||||
version=0.33
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,7 +11,7 @@ license="MIT"
|
|||
homepage="https://github.com/linuxwacom/libwacom"
|
||||
changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS"
|
||||
distfiles="https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=6b9dab8bce0471b839c89d34a1b30839de2c24db03796fa8d572817830f85380
|
||||
checksum=94f8a3371f30f4a38d6d2290f5160d5f5ba7a7cd6e63bee95686a67a3c19dbf2
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -23,7 +23,7 @@ libwacom-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue