rpms/kdebase-workspace/devel kdebase-workspace-4.0.3-krdb.patch, NONE, 1.1 kdebase-workspace.spec, 1.69, 1.70

Lukas Tinkl (ltinkl) fedora-extras-commits at redhat.com
Tue Apr 15 16:53:26 UTC 2008


Author: ltinkl

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

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.0.3-krdb.patch 
Log Message:
fix #441062: packagekit tools do not show icons correctly on KDE


kdebase-workspace-4.0.3-krdb.patch:

--- NEW FILE kdebase-workspace-4.0.3-krdb.patch ---
Index: kcontrol/krdb/krdb.cpp
===================================================================
--- kcontrol/krdb/krdb.cpp	(revision 797373)
+++ kcontrol/krdb/krdb.cpp	(working copy)
@@ -389,6 +389,7 @@
     t << endl;
     if ( 2==version ) {  // we should maybe check for MacOS settings here
 	t << "gtk-alternative-button-order = 1" << endl;
+	t << "gtk-fallback-icon-theme = \"gnome\"" << endl;
 	t << endl;
     }
 


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- kdebase-workspace.spec	15 Apr 2008 16:35:31 -0000	1.69
+++ kdebase-workspace.spec	15 Apr 2008 16:52:50 -0000	1.70
@@ -6,7 +6,7 @@
 Name: kdebase-workspace
 Version: 4.0.3
 
-Release: 14%{?dist}
+Release: 15%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -18,8 +18,11 @@
 Patch3: kdebase-workspace-4.0.2-plasma-konsole.patch
 Patch4: kdebase-workspace-4.0.2-onlyshowkde.patch
 Patch5: kdebase-workspace-4.0.3-ck-shutdown.patch
+# 434824: KDE4 System Settings - No Method To Enter Administrative Mode
 Patch6: kdebase-workspace-4.0.3-rootprivs.patch
 Patch7: kdebase-workspace-4.0.3-timedate-kcm.patch
+# 441062: packagekit tools do not show icons correctly on KDE
+Patch8: kdebase-workspace-4.0.3-krdb.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
@@ -126,6 +129,7 @@
 %patch5 -p1 -b .ck-shutdown
 %patch6 -p0 -b .rootprivs
 %patch7 -p0 -b .timedate-kcm
+%patch8 -p0 -b .krdb
 
 # upstream patches
 %patch101 -p1 -b .menu-switch
@@ -249,8 +253,9 @@
 
 
 %changelog
-* Tue Apr 15 2008 Lukáš Tinkl <ltinkl at redhat.com> - 4.0.3-14
+* Tue Apr 15 2008 Lukáš Tinkl <ltinkl at redhat.com> - 4.0.3-15
 - workaround #434824: KDE4 System Settings - No Method To Enter Administrative Mode
+- fix #441062: packagekit tools do not show icons correctly on KDE
 
 * Tue Apr 15 2008 Sebastian Vahl <fedora at deadbabylon.de> - 4.0.3-13
 - update redhat-startkde.patch to match waves background colour (#442312)




More information about the fedora-extras-commits mailing list