libxkbcommon: update to 0.3.1.

This commit is contained in:
Juan RP 2013-06-13 06:49:41 +02:00
parent 2eb1f3b192
commit 6ab3296c94

View file

@ -1,16 +1,16 @@
# Template file for 'libxkbcommon'. # Template file for 'libxkbcommon'.
pkgname=libxkbcommon pkgname=libxkbcommon
version=0.2.0 version=0.3.1
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
hostmakedepends="pkg-config flex" hostmakedepends="pkg-config flex xkeyboard-config"
short_desc="Library to handle keyboard descriptions" short_desc="Library to handle keyboard descriptions"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xkbcommon.org/" homepage="http://xkbcommon.org/"
license="MIT/X11" license="MIT/X11"
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.bz2" distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
checksum=74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42 checksum=9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e
long_desc=" long_desc="
xkbcommon is a library to handle keyboard descriptions, including loading xkbcommon is a library to handle keyboard descriptions, including loading
them from disk, parsing them and handling their state. It's mainly meant them from disk, parsing them and handling their state. It's mainly meant
@ -23,7 +23,7 @@ fi
libxkbcommon-devel_package() { libxkbcommon-devel_package() {
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
@ -31,6 +31,7 @@ libxkbcommon-devel_package() {
} }
libxkbcommon_package() { libxkbcommon_package() {
depends="xkeyboard-config"
pkg_install() { pkg_install() {
vmove usr vmove usr
} }