[arch-commits] Commit in xkeyboard-config/trunk (2 files)

Jan de Groot jgc at archlinux.org
Sat Aug 2 21:31:47 UTC 2008


    Date: Saturday, August 2, 2008 @ 17:31:47
  Author: jgc
Revision: 7541

upgpkg: xkeyboard-config 1.3-1

Modified:
  xkeyboard-config/trunk/PKGBUILD
Deleted:
  xkeyboard-config/trunk/xkeyboard-config-fix-ralt.patch

---------------------------------+
 PKGBUILD                        |    4 +-
 xkeyboard-config-fix-ralt.patch |   59 --------------------------------------
 2 files changed, 2 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-02 21:25:35 UTC (rev 7540)
+++ PKGBUILD	2008-08-02 21:31:47 UTC (rev 7541)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Alexander Baldeck <kth5 at archlinux.org>
 pkgname=xkeyboard-config
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="X keyboard configuration files"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 replaces=('xkbdata')
 conflicts=('xkbdata')
 source=(http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${pkgver}.tar.bz2)
-md5sums=('667c582a54d5715d24110c20e8c4be38')
+md5sums=('d9e9f69f9c6ef5c5a8255cfbe6a57d51')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}

Deleted: xkeyboard-config-fix-ralt.patch
===================================================================
--- xkeyboard-config-fix-ralt.patch	2008-08-02 21:25:35 UTC (rev 7540)
+++ xkeyboard-config-fix-ralt.patch	2008-08-02 21:31:47 UTC (rev 7541)
@@ -1,59 +0,0 @@
-Index: symbols/level3
-===================================================================
-RCS file: /cvs/xlibs/xkbdesc/symbols/level3,v
-retrieving revision 1.14
-diff -u -r1.14 level3
---- symbols/level3	9 Oct 2006 21:53:27 -0000	1.14
-+++ symbols/level3	16 Oct 2006 19:36:21 -0000
-@@ -14,7 +14,7 @@
-     type[Group1]="ONE_LEVEL",
-     symbols[Group1] = [ ISO_Level3_Shift ]
-     };
--  modifier_map Mod5   { <RALT> };
-+  modifier_map Mod5   { ISO_Level3_Shift };
- };
- 
- partial modifier_keys
-@@ -66,7 +66,7 @@
-     type[Group1]="ONE_LEVEL",
-     symbols[Group1] = [ ISO_Level3_Shift ]
-     };
--  modifier_map Mod5   { <RCTL> };
-+  modifier_map Mod5   { ISO_Level3_Shift };
- };
- 
- // using the level(menu_switch) map, the Menu key temporarily
-@@ -77,7 +77,7 @@
-     type[Group1]="ONE_LEVEL",
-     symbols[Group1] = [ ISO_Level3_Shift ]
-     };
--  modifier_map Mod5   { <MENU> };
-+  modifier_map Mod5   { ISO_Level3_Shift };
- };
- 
- // using the level3(win_switch) map, the either Windows' logo key
-@@ -96,7 +96,7 @@
-     type[Group1]="ONE_LEVEL",
-     symbols[Group1] = [ ISO_Level3_Shift ]
-     };
--  modifier_map Mod5   { <LWIN> };
-+  modifier_map Mod5   { ISO_Level3_Shift };
- };
- 
- // using the level(rwin_switch) map, the right Windows' logo key
-@@ -109,7 +109,7 @@
-     type[Group1]="ONE_LEVEL",
-     symbols[Group1] = [ ISO_Level3_Shift ]
-     };
--  modifier_map Mod5   { <RWIN> };
-+  modifier_map Mod5   { ISO_Level3_Shift };
- };
- 
- // using the level3(enter_switch) map, the Enter key on the keypad
-@@ -121,5 +121,5 @@
-     type[Group1]="ONE_LEVEL",
-     symbols[Group1] = [ ISO_Level3_Shift ]
-     };
--  modifier_map Mod5   { <KPEN> };
-+  modifier_map Mod5   { ISO_Level3_Shift };
- };




More information about the arch-commits mailing list