From: Paulius Zaleckas Date: Sun, 28 Feb 2010 09:34:29 +0000 (+0200) Subject: Bump setxkbmap to 1.1.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e805aead36bf62859d26acb3fcdd1abb4ea8bb8;p=buildroot.git Bump setxkbmap to 1.1.0 Signed-off-by: Paulius Zaleckas --- diff --git a/package/x11r7/xapp_setxkbmap/Config.in b/package/x11r7/xapp_setxkbmap/Config.in index a0e306eaf7..13a75b6597 100644 --- a/package/x11r7/xapp_setxkbmap/Config.in +++ b/package/x11r7/xapp_setxkbmap/Config.in @@ -3,5 +3,5 @@ config BR2_PACKAGE_XAPP_SETXKBMAP select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBXKBFILE help - setxkbmap 1.0.3 + setxkbmap 1.1.0 Controls the keyboard layout of a running X server. diff --git a/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk b/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk index fb201aeaa1..7c9d0f823d 100644 --- a/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk +++ b/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_SETXKBMAP_VERSION = 1.0.4 +XAPP_SETXKBMAP_VERSION = 1.1.0 XAPP_SETXKBMAP_SOURCE = setxkbmap-$(XAPP_SETXKBMAP_VERSION).tar.bz2 XAPP_SETXKBMAP_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_SETXKBMAP_AUTORECONF = NO