libxkbcommon: update to 0.6.1.
This commit is contained in:
parent
0d900967d6
commit
ccb285a6e0
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'libxkbcommon'.
|
||||
pkgname=libxkbcommon
|
||||
version=0.6.0
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="automake pkg-config libtool flex xorg-util-macros"
|
||||
makedepends="xkeyboard-config libxcb-devel"
|
||||
depends="xkeyboard-config"
|
||||
|
@ -12,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://xkbcommon.org/"
|
||||
license="MIT/X11"
|
||||
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
|
||||
checksum=69235ec3a13194dea9555d7994bc4548b3ee20070e05a135af5372a958149ef0
|
||||
checksum=5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
@ -24,13 +23,13 @@ libxkbcommon-x11_package() {
|
|||
vmove usr/lib/*x11*.so.*
|
||||
}
|
||||
}
|
||||
|
||||
libxkbcommon-devel_package() {
|
||||
depends="libxcb-devel ${sourcepkg}-x11>=${version}_${revision} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue