rpms/kdebase/devel kdebase-4.2.1-konsole-keypad.patch, NONE, 1.1 kdebase.spec, 1.361, 1.362

Lukas Tinkl ltinkl at fedoraproject.org
Mon Feb 16 13:31:05 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/kdebase/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23517/devel

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-4.2.1-konsole-keypad.patch 
Log Message:
unbreak apps like vim or mc under Konsole


kdebase-4.2.1-konsole-keypad.patch:

--- NEW FILE kdebase-4.2.1-konsole-keypad.patch ---
Index: apps/konsole/data/keyboard-layouts/default.keytab
===================================================================
--- apps/konsole/data/keyboard-layouts/default.keytab	(revision 925604)
+++ apps/konsole/data/keyboard-layouts/default.keytab	(revision 925605)
@@ -64,21 +64,24 @@
 
 # Keypad keys with NumLock ON
 # (see "Numeric Keypad" section at http://www.nw.com/nw/WWW/products/wizcon/vt100.html )
-key 0 +KeyPad+AppKeyPad : "\EOp"
-key 1 +KeyPad+AppKeyPad : "\EOq"
-key 2 +KeyPad+AppKeyPad : "\EOr"
-key 3 +KeyPad+AppKeyPad : "\EOs"
-key 4 +KeyPad+AppKeyPad : "\EOt"
-key 5 +KeyPad+AppKeyPad : "\EOu"
-key 6 +KeyPad+AppKeyPad : "\EOv"
-key 7 +KeyPad+AppKeyPad : "\EOw"
-key 8 +KeyPad+AppKeyPad : "\EOx"
-key 9 +KeyPad+AppKeyPad : "\EOy"
-key + +KeyPad+AppKeyPad : "\EOl"
-key - +KeyPad+AppKeyPad : "\EOm"
-key . +KeyPad+AppKeyPad : "\EOn"
-key * +KeyPad+AppKeyPad : "\EOM"
-key Enter +KeyPad+AppKeyPad : "\r"
+#
+# Not enabled for now because it breaks the keypad in Vim.
+#
+#key 0 +KeyPad+AppKeyPad : "\EOp"
+#key 1 +KeyPad+AppKeyPad : "\EOq"
+#key 2 +KeyPad+AppKeyPad : "\EOr"
+#key 3 +KeyPad+AppKeyPad : "\EOs"
+#key 4 +KeyPad+AppKeyPad : "\EOt"
+#key 5 +KeyPad+AppKeyPad : "\EOu"
+#key 6 +KeyPad+AppKeyPad : "\EOv"
+#key 7 +KeyPad+AppKeyPad : "\EOw"
+#key 8 +KeyPad+AppKeyPad : "\EOx"
+#key 9 +KeyPad+AppKeyPad : "\EOy"
+#key + +KeyPad+AppKeyPad : "\EOl"
+#key - +KeyPad+AppKeyPad : "\EOm"
+#key . +KeyPad+AppKeyPad : "\EOn"
+#key * +KeyPad+AppKeyPad : "\EOM"
+#key Enter +KeyPad+AppKeyPad : "\r"
 
 # other grey PC keys
 


Index: kdebase.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase/devel/kdebase.spec,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- kdebase.spec	13 Feb 2009 20:20:09 -0000	1.361
+++ kdebase.spec	16 Feb 2009 13:30:35 -0000	1.362
@@ -1,6 +1,6 @@
 Summary: K Desktop Environment 4 - Core Files
 Version: 4.2.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdebase
@@ -35,6 +35,7 @@
 Patch101: kdebase-4.2.0-dolphin-qt45.patch
 # http://websvn.kde.org/?view=rev&revision=924926
 Patch102: kdebase-4.2.0-avoid_kde3_services.patch
+Patch103: kdebase-4.2.1-konsole-keypad.patch
 
 # Fedora custom patches
 Patch200: kdebase-4.2.0-home-icon.patch
@@ -138,6 +139,7 @@
 %patch101 -p1 -b .dolphin-qt45
 %endif
 %patch102 -p4 -b .avoid_kde3_services
+%patch103 -p0 -b .konsole-keypad
 
 %patch200 -p1 -b .home-icon
 
@@ -321,6 +323,9 @@
 
 
 %changelog
+* Mon Feb 16 2009 Lukáš Tinkl <ltinkl at redhat.com> - 4.2.0-6
+- unbreak apps like vim or mc under Konsole
+
 * Thu Feb 12 2009 Rex Dieter <rdieter at fedorparoject.org> - 4.2.0-5
 - avoid_kde3_services patch
 - fix home-icon patch




More information about the scm-commits mailing list