diff --git a/srcpkgs/libxkbcommon/template b/srcpkgs/libxkbcommon/template index c94e3463469..d01e40c940b 100644 --- a/srcpkgs/libxkbcommon/template +++ b/srcpkgs/libxkbcommon/template @@ -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 " 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"