xkeyboard-config: update to 2.10.1.

This commit is contained in:
Juan RP 2013-10-07 09:58:07 +02:00
parent fff1ac2b16
commit 6ba15714cf

View file

@ -1,6 +1,6 @@
# Template build file for 'xkeyboard-config'. # Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config pkgname=xkeyboard-config
version=2.9 version=2.10.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules" configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
@ -11,12 +11,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
license="MIT" license="MIT"
distfiles="http://xorg.freedesktop.org/releases/individual/data/$pkgname/$pkgname-$version.tar.bz2" distfiles="http://xorg.freedesktop.org/releases/individual/data/$pkgname/$pkgname-$version.tar.bz2"
checksum=5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a checksum=7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b
xkeyboard-config_package() { xkeyboard-config_package() {
depends="xkbcomp" depends="xkbcomp"
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }