rpms/gnome-packagekit/F-9 gnome-packagekit-0.3.10-f9-icon-names.patch, NONE, 1.1 gnome-packagekit.spec, 1.52, 1.53

Richard Hughes rhughes at fedoraproject.org
Sun Nov 16 13:10:18 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4206

Modified Files:
	gnome-packagekit.spec 
Added Files:
	gnome-packagekit-0.3.10-f9-icon-names.patch 
Log Message:
* Sun Nov 16 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.10-2
- Apply a F9 specific patch to fix the Add/Remove Software icon.


gnome-packagekit-0.3.10-f9-icon-names.patch:

--- NEW FILE gnome-packagekit-0.3.10-f9-icon-names.patch ---
diff --git a/data/gpk-application.desktop.in b/data/gpk-application.desktop.in
index 0d3497f..94c77b6 100644
--- a/data/gpk-application.desktop.in
+++ b/data/gpk-application.desktop.in
@@ -3,7 +3,7 @@ Encoding=UTF-8
 _Name=Add/Remove Software
 _GenericName=Add/Remove Software
 _Comment=Add or remove software installed on the system
-Icon=system-software-install
+Icon=system-software-installer
 Exec=gpk-application
 Terminal=false
 Type=Application
diff --git a/data/gpk-install-catalog.desktop.in b/data/gpk-install-catalog.desktop.in
index 60d0256..1049115 100644
--- a/data/gpk-install-catalog.desktop.in
+++ b/data/gpk-install-catalog.desktop.in
@@ -7,7 +7,7 @@ Categories=System;X-Red-Hat-Base;X-Fedora;
 Exec=/usr/bin/gpk-install-catalog %F
 Terminal=false
 Type=Application
-Icon=system-software-install
+Icon=system-software-installer
 StartupNotify=true
 NoDisplay=true
 MimeType=application/x-catalog
diff --git a/data/gpk-install-file.desktop.in b/data/gpk-install-file.desktop.in
index b6b421a..e978a6b 100644
--- a/data/gpk-install-file.desktop.in
+++ b/data/gpk-install-file.desktop.in
@@ -7,7 +7,7 @@ Categories=System;X-Red-Hat-Base;X-Fedora;
 Exec=/usr/bin/gpk-install-local-file %F
 Terminal=false
 Type=Application
-Icon=system-software-install
+Icon=system-software-installer
 StartupNotify=true
 NoDisplay=true
 MimeType=application/x-rpm;application/x-redhat-package-manager;application/x-servicepack;
diff --git a/src/gpk-common.h b/src/gpk-common.h
index 8c41474..b27e5c6 100644
--- a/src/gpk-common.h
+++ b/src/gpk-common.h
@@ -70,7 +70,7 @@ G_BEGIN_DECLS
 
 #define GPK_ICON_SOFTWARE_UPDATE		"system-software-update"
 #define GPK_ICON_SOFTWARE_SOURCES		"gpk-repo"
-#define GPK_ICON_SOFTWARE_INSTALLER		"system-software-install"
+#define GPK_ICON_SOFTWARE_INSTALLER		"system-software-installer"
 #define GPK_ICON_SOFTWARE_LOG			"gpk-log"
 #define GPK_ICON_SOFTWARE_UPDATE_PREFS		"gpk-prefs"
 #define GPK_ICON_SOFTWARE_UPDATE_AVAILABLE	"software-update-available"


Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/F-9/gnome-packagekit.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- gnome-packagekit.spec	11 Nov 2008 14:51:12 -0000	1.52
+++ gnome-packagekit.spec	16 Nov 2008 13:09:48 -0000	1.53
@@ -6,7 +6,7 @@
 Summary:   GNOME PackageKit Client
 Name:      gnome-packagekit
 Version:   0.3.10
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
@@ -15,6 +15,7 @@
 Source2:   system-install-packages.1.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:    gnome-packagekit-enable-kde.patch
+Patch1:    gnome-packagekit-0.3.10-f9-icon-names.patch
 
 Requires:  gtk2 >= 2.12.0
 Requires:  gnome-icon-theme
@@ -72,6 +73,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-scrollkeeper --disable-schemas-install
@@ -189,6 +191,9 @@
 %{_datadir}/applications/gpk-service-pack.desktop
 
 %changelog
+* Sun Nov 16 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.10-2
+- Apply a F9 specific patch to fix the Add/Remove Software icon.
+
 * Tue Nov 11 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.10-1
 - Backport new upstream version from F10.
 




More information about the fedora-extras-commits mailing list