From 6ab3296c94d40684da1ce18eccd76bb147288f2e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 13 Jun 2013 06:49:41 +0200 Subject: [PATCH] libxkbcommon: update to 0.3.1. --- srcpkgs/libxkbcommon/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libxkbcommon/template b/srcpkgs/libxkbcommon/template index 5327e86179d..182da8688d1 100644 --- a/srcpkgs/libxkbcommon/template +++ b/srcpkgs/libxkbcommon/template @@ -1,16 +1,16 @@ # Template file for 'libxkbcommon'. pkgname=libxkbcommon -version=0.2.0 -revision=3 +version=0.3.1 +revision=1 build_style=gnu-configure configure_args="--disable-static" -hostmakedepends="pkg-config flex" +hostmakedepends="pkg-config flex xkeyboard-config" short_desc="Library to handle keyboard descriptions" maintainer="Juan RP " homepage="http://xkbcommon.org/" license="MIT/X11" -distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.bz2" -checksum=74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42 +distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz" +checksum=9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e long_desc=" xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant @@ -23,7 +23,7 @@ fi libxkbcommon-devel_package() { depends="${sourcepkg}-${version}_${revision}" - short_desc="${short_desc} -- development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig @@ -31,6 +31,7 @@ libxkbcommon-devel_package() { } libxkbcommon_package() { + depends="xkeyboard-config" pkg_install() { vmove usr }