libxkbcommon: update to 0.7.0.
This commit is contained in:
parent
016f64e7d6
commit
06717ab806
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libxkbcommon'.
|
||||
pkgname=libxkbcommon
|
||||
version=0.6.1
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config libtool flex xorg-util-macros"
|
||||
|
@ -11,18 +11,23 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://xkbcommon.org/"
|
||||
license="MIT/X11"
|
||||
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
|
||||
checksum=5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760
|
||||
checksum=09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
pkg_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libxkbcommon-x11_package() {
|
||||
short_desc+=" - X11 support"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*x11*.so.*
|
||||
}
|
||||
}
|
||||
|
||||
libxkbcommon-devel_package() {
|
||||
depends="libxcb-devel ${sourcepkg}-x11>=${version}_${revision} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue