rpms/system-config-printer/devel system-config-printer-trayicon.patch, NONE, 1.1 system-config-printer.spec, 1.108, 1.109

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Fri Jun 8 16:44:08 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25060

Modified Files:
	system-config-printer.spec 
Added Files:
	system-config-printer-trayicon.patch 
Log Message:
* Fri Jun  8 2007 Tim Waugh <twaugh at redhat.com> 0.7.67-1
- Don't put TrayIcon category in the desktop file.


system-config-printer-trayicon.patch:

--- NEW FILE system-config-printer-trayicon.patch ---
--- system-config-printer-0.7.67/Makefile.am.trayicon	2007-06-08 17:39:31.000000000 +0100
+++ system-config-printer-0.7.67/Makefile.am	2007-06-08 17:39:37.000000000 +0100
@@ -64,7 +64,6 @@
 	  --add-category X-Red-Hat-Base		\
 	  --add-category System			\
 	  --add-category Monitor		\
-	  --add-category TrayIcon		\
 	  --add-category GTK			\
 	  print-applet.desktop
 
--- system-config-printer-0.7.67/Makefile.in.trayicon	2007-06-08 17:39:43.000000000 +0100
+++ system-config-printer-0.7.67/Makefile.in	2007-06-08 17:39:48.000000000 +0100
@@ -880,7 +880,6 @@
 	  --add-category X-Red-Hat-Base		\
 	  --add-category System			\
 	  --add-category Monitor		\
-	  --add-category TrayIcon		\
 	  --add-category GTK			\
 	  print-applet.desktop
 


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- system-config-printer.spec	8 Jun 2007 15:36:56 -0000	1.108
+++ system-config-printer.spec	8 Jun 2007 16:43:33 -0000	1.109
@@ -11,6 +11,7 @@
 Source1: pycups-%{pycups_version}.tar.bz2
 Source2: system-config-printer.pam
 Source3: system-config-printer.console
+Patch0: system-config-printer-trayicon.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q -a 1
+%patch0 -p1 -b .trayicon
 
 %build
 %configure
@@ -135,6 +137,7 @@
 
 %changelog
 * Fri Jun  8 2007 Tim Waugh <twaugh at redhat.com> 0.7.67-1
+- Don't put TrayIcon category in the desktop file.
 - Updated pycups to 1.9.24.
 - 0.7.67:
   - Fixed desktop files to have capital letters at the start of each




More information about the scm-commits mailing list