rpms/kdebase-workspace/devel kdebase-workspace-4.0.2-Gestures.patch, NONE, 1.1 kdebase-workspace.spec, 1.42, 1.43

Than Ngo (than) fedora-extras-commits at redhat.com
Tue Mar 4 14:43:27 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase-workspace/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11629

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.0.2-Gestures.patch 
Log Message:
disable gestures as default


kdebase-workspace-4.0.2-Gestures.patch:

--- NEW FILE kdebase-workspace-4.0.2-Gestures.patch ---
diff -up kdebase-workspace-4.0.2/doc/ksysguard/index.docbook.orig kdebase-workspace-4.0.2/doc/ksysguard/index.docbook
diff -up kdebase-workspace-4.0.2/kcontrol/access/kcmaccess.cpp.orig kdebase-workspace-4.0.2/kcontrol/access/kcmaccess.cpp
--- kdebase-workspace-4.0.2/kcontrol/access/kcmaccess.cpp.orig	2008-03-04 15:31:22.000000000 +0100
+++ kdebase-workspace-4.0.2/kcontrol/access/kcmaccess.cpp	2008-03-04 15:32:18.000000000 +0100
@@ -697,7 +697,7 @@ void KAccessConfig::load()
   bounceKeysDelay->setValue(keyboardGroup.readEntry("BounceKeysDelay", 500));
   bounceKeysRejectBeep->setChecked(keyboardGroup.readEntry("BounceKeysRejectBeep", true));
 
-  gestures->setChecked(keyboardGroup.readEntry("Gestures", true));
+  gestures->setChecked(keyboardGroup.readEntry("Gestures", false));
   timeout->setChecked(keyboardGroup.readEntry("AccessXTimeout", false));
   timeoutDelay->setValue(keyboardGroup.readEntry("AccessXTimeoutDelay", 30));
 


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- kdebase-workspace.spec	3 Mar 2008 13:38:38 -0000	1.42
+++ kdebase-workspace.spec	4 Mar 2008 14:42:51 -0000	1.43
@@ -6,7 +6,7 @@
 Name: kdebase-workspace
 Version: 4.0.2
 
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -15,11 +15,13 @@
 
 Patch1: kdebase-workspace-4.0.1-redhat-startkde.patch
 Patch2: kdebase-workspace-4.0.0-consolekit-kdm.patch
+Patch3: kdebase-workspace-4.0.2-Gestures.patch
+
 # http://bugs.kde.org/155362 (show Name in addition to GenericName in simple menu)
 # backported from trunk (KDE 4.1): http://websvn.kde.org/?view=rev&revision=762886
-Patch3: kdebase-workspace-4.0.2-kde#155362.patch
+Patch100: kdebase-workspace-4.0.2-kde#155362.patch
 # upstream patch
-Patch4: kdebase-workspace-4.0.x-kcontrol-crash.patch
+Patch101: kdebase-workspace-4.0.x-kcontrol-crash.patch
 
 # upgrade path for former kde-redhat'ers
 Obsoletes: kdebase-kdm < 6:%{version}-%{release}
@@ -106,8 +108,9 @@
 %patch1 -p1 -b .redhat-startkde
 # ConsoleKit support for KDM (#228111, kde#147790)
 %patch2 -p1 -b .consolekit
-%patch3 -p1 -b .kde#155362
-%patch4 -p0 -b .kcontrol-crash
+%patch3 -p1 -b .gestures
+%patch100 -p1 -b .kde#155362
+%patch101 -p0 -b .kcontrol-crash
 
 %build
 
@@ -220,6 +223,9 @@
 
 
 %changelog
+* Tue Mar 04 2008 Than Ngo <than at redhat.com> 4.0.2-4
+- disable gestures as default
+
 * Mon Mar 03 2008 Than Ngo <than at redhat.com> 4.0.2-3
 - apply upstream patch to fix crash in khotkeys
 




More information about the fedora-extras-commits mailing list