libxkbcommon: update to 0.7.0.

This commit is contained in:
Michael Gehring 2016-11-11 20:40:08 +00:00
parent 016f64e7d6
commit 06717ab806

View file

@ -1,6 +1,6 @@
# Template file for 'libxkbcommon'. # Template file for 'libxkbcommon'.
pkgname=libxkbcommon pkgname=libxkbcommon
version=0.6.1 version=0.7.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake pkg-config libtool flex xorg-util-macros" hostmakedepends="automake pkg-config libtool flex xorg-util-macros"
@ -11,18 +11,23 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xkbcommon.org/" homepage="http://xkbcommon.org/"
license="MIT/X11" license="MIT/X11"
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz" distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
checksum=5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760 checksum=09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
pkg_install() {
vlicense LICENSE
}
libxkbcommon-x11_package() { libxkbcommon-x11_package() {
short_desc+=" - X11 support" short_desc+=" - X11 support"
pkg_install() { pkg_install() {
vmove usr/lib/*x11*.so.* vmove usr/lib/*x11*.so.*
} }
} }
libxkbcommon-devel_package() { libxkbcommon-devel_package() {
depends="libxcb-devel ${sourcepkg}-x11>=${version}_${revision} ${sourcepkg}>=${version}_${revision}" depends="libxcb-devel ${sourcepkg}-x11>=${version}_${revision} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"