[garcon/f17] Fix icon of the 'Education' category

Christoph Wickert cwickert at fedoraproject.org
Wed Jun 6 15:43:12 UTC 2012


commit bc3ab9ce3056689a5fa26bc40fd36cf491e3d445
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Wed Jun 6 17:43:06 2012 +0200

    Fix icon of the 'Education' category

 garcon-0.1.9-education-icon.patch |   10 ++++++++++
 garcon.spec                       |   11 +++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/garcon-0.1.9-education-icon.patch b/garcon-0.1.9-education-icon.patch
new file mode 100644
index 0000000..7054892
--- /dev/null
+++ b/garcon-0.1.9-education-icon.patch
@@ -0,0 +1,10 @@
+--- garcon-0.1.9.orig/data/xfce/xfce-education.directory.in	2011-09-12 20:24:20.000000000 +0200
++++ garcon-0.1.9/data/xfce/xfce-education.directory.in	2012-06-06 17:38:02.409472253 +0200
+@@ -1,6 +1,6 @@
+ [Desktop Entry]
+ Version=1.0
+ Type=Directory
+-Icon=applications-education
++Icon=applications-science
+ _Name=Education
+ _Comment=Educational software
diff --git a/garcon.spec b/garcon.spec
index f2c2e3b..8ddb2c0 100644
--- a/garcon.spec
+++ b/garcon.spec
@@ -4,7 +4,7 @@
 
 Name:           garcon
 Version:        0.1.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Implementation of the freedesktop.org menu specification
 
 Group:          System Environment/Libraries
@@ -14,7 +14,10 @@ License:        LGPLv2+ and GFDL
 URL:            http://xfce.org/
 Source0:        http://archive.xfce.org/src/libs/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 Source1:        xfce-documentation.directory
+# Separate user preferences from system administration
 Patch0:         garcon-0.1.9-redhat-menus.patch
+# Fix icon of the 'Education' category
+Patch1:         garcon-0.1.9-education-icon.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel >= 2.14
@@ -48,7 +51,8 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b.redhat-menus
+%patch0 -p1 -b .redhat-menus
+%patch1 -p1 -b .education-icon
 
 
 %build
@@ -94,6 +98,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc %{_datadir}/gtk-doc/
 
 %changelog
+* Wed Jun 06 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.9-5
+- Fix icon of the 'Education' category
+
 * Sat May 05 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.9-4
 - Don't use redhat-menus, otherwiese we need gnome-menus, too (#750380)
 


More information about the scm-commits mailing list