From eb330e87e7f057667c5bf855fb16e811249587ff Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Feb 2011 10:34:50 +0100 Subject: [PATCH] setxkbmap: update to 1.2.0. --- srcpkgs/setxkbmap/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/setxkbmap/template b/srcpkgs/setxkbmap/template index c6a6eed6639..486c5769ec0 100644 --- a/srcpkgs/setxkbmap/template +++ b/srcpkgs/setxkbmap/template @@ -1,15 +1,17 @@ # Template build file for 'setxkbmap'. pkgname=setxkbmap -version=1.1.0 +version=1.2.0 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Set the keyboard map using the X Keyboard Extension" -checksum=932f2b314a4bf6dfccd16d63c633073abf650d8e136f481904e972ef3d4faf64 +checksum=999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39 long_desc=" The setxkbmap command maps the keyboard to use the layout determined by the options specified on the command line." -Add_dependency full glibc -Add_dependency full libX11 -Add_dependency full libxkbfile +Add_dependency run glibc +Add_dependency run libX11 +Add_dependency run libxkbfile Add_dependency build pkg-config +Add_dependency build libX11-devel +Add_dependency build libxkbfile-devel