From 06717ab806d67e41187abdede41f01928ccd1fb7 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 11 Nov 2016 20:40:08 +0000 Subject: [PATCH] libxkbcommon: update to 0.7.0. --- srcpkgs/libxkbcommon/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxkbcommon/template b/srcpkgs/libxkbcommon/template index c94e346346..d01e40c940 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"