rpms/fbpanel/devel fbpanel-4.12-icon.patch, NONE, 1.1 fbpanel.spec, 1.1, 1.2

Stefan Posdzich (cheekyboinc) fedora-extras-commits at redhat.com
Fri Jul 4 14:42:46 UTC 2008


Author: cheekyboinc

Update of /cvs/pkgs/rpms/fbpanel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14178

Modified Files:
	fbpanel.spec 
Added Files:
	fbpanel-4.12-icon.patch 
Log Message:
Add icon.patch


fbpanel-4.12-icon.patch:

--- NEW FILE fbpanel-4.12-icon.patch ---
--- config/default.cfg	2007-07-31 01:59:09.000000000 +0200
+++ config/default.patch	2008-07-04 16:14:33.000000000 +0200
@@ -137,7 +137,7 @@
 Plugin {
     type = menu
     config {
-    image = PREFIX/share/fbpanel/images/star.png
+        image = PREFIX/share/icons/Fedora/32x32/places/start-here.png
         systemmenu {
         }
         separator {
@@ -153,12 +153,12 @@
             icon = gnome-terminal
             name = terminal
             #image = PREFIX/share/fbpanel/images/gnome_terminal.svg
-            action = xterm
+            action = gnome-terminal
         }
         item {
-            icon = gnome-emacs
-            name = emacs
-            action = emacs
+            icon = accessories-text-editor
+            name = texteditor
+            action = gedit
         }
 
     }
@@ -180,14 +180,14 @@
         button {
             icon = gnome-fs-home
         #image = PREFIX/share/fbpanel/images/file-manager.svg
-            tooltip = ROX file manager
-            action = rox
+            tooltip = Nautilus file manager
+            action = nautilus
     }
 
         button {
             icon = gnome-terminal
             tooltip = Terminal
-            action = xterm
+            action = gnome-terminal
         }
 
     button {
@@ -196,9 +196,9 @@
             action =firefox
     }
         button {
-            icon = gnome-emacs
-            tooltip = Emacs
-            action = emacs
+            icon = accessories-text-editor
+            tooltip = Texteditor
+            action = gedit
         }
 
     }


Index: fbpanel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fbpanel/devel/fbpanel.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fbpanel.spec	19 Jun 2008 14:23:48 -0000	1.1
+++ fbpanel.spec	4 Jul 2008 14:41:39 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		fbpanel
 Version:	4.12
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	A lightweight X11 desktop panel
 
 Group:		User Interface/Desktops
@@ -11,6 +11,7 @@
 Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
 Source1:	%{name}.desktop
 Patch:		fbpanel-4.12-libdir.patch
+Patch1:		fbpanel-4.12-icon.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel libXpm-devel libXmu-devel desktop-file-utils
@@ -23,6 +24,7 @@
 %prep
 %setup -q
 %patch -p1 -b .libdir
+%patch1 -p0
 
 sed -i.stamp -e 's|install -m|install -p -m|' \
 			Makefile */Makefile
@@ -85,6 +87,10 @@
 
 
 %changelog
+* Fri Jul 04 2008 Stefan Posdzich <cheekyboinc at foresightlinux.org> - 4.12-6
+- Add icon.patch to bring the Fedora icon to the panel
+- Modified the existing apps in the Panel (like emacs -> gedit)
+
 * Wed Jun 18 2008 Stefan Posdzich <cheekyboinc at foresightlinux.org> - 4.12-5
 - Add comment about the license
 - Remove redundant Source2:




More information about the fedora-extras-commits mailing list