rpms/xfce4-session/devel xfce4-session-4.4.2-autostarteditor-icon.patch, NONE, 1.1 xfce4-session.spec, 1.21, 1.22 sources, 1.9, 1.10 .cvsignore, 1.9, 1.10

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Tue Aug 12 05:30:39 UTC 2008


Author: kevin

Update of /cvs/extras/rpms/xfce4-session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8916

Modified Files:
	xfce4-session.spec sources .cvsignore 
Added Files:
	xfce4-session-4.4.2-autostarteditor-icon.patch 
Log Message:
Fix icon for autostarted applications (fixes #442804)


xfce4-session-4.4.2-autostarteditor-icon.patch:

--- NEW FILE xfce4-session-4.4.2-autostarteditor-icon.patch ---
diff -Nur xfce4-session-4.4.2.orig/icons/48x48/Makefile.am xfce4-session-4.4.2/icons/48x48/Makefile.am
--- xfce4-session-4.4.2.orig/icons/48x48/Makefile.am	2007-11-17 12:31:10.000000000 -0700
+++ xfce4-session-4.4.2/icons/48x48/Makefile.am	2008-08-11 22:48:23.000000000 -0600
@@ -1,5 +1,6 @@
 iconsdir = $(datadir)/icons/hicolor/48x48/apps
 icons_DATA = 								\
+	xfce4-autostart-editor.png					\
 	xfce4-session.png						\
 	xfce4-splash.png						\
 	xfsm-logout.png						\
diff -Nur xfce4-session-4.4.2.orig/xfce4-autostart-editor/main.c xfce4-session-4.4.2/xfce4-autostart-editor/main.c
--- xfce4-session-4.4.2.orig/xfce4-autostart-editor/main.c	2007-11-17 12:31:05.000000000 -0700
+++ xfce4-session-4.4.2/xfce4-autostart-editor/main.c	2008-08-11 22:45:59.000000000 -0600
@@ -40,6 +40,8 @@
 
   gtk_init (&argc, &argv);
 
+  gtk_window_set_default_icon_name ("xfce4-autostart-editor");
+
   window = xfae_window_new ();
   g_signal_connect (G_OBJECT (window), "destroy",
                     G_CALLBACK (gtk_main_quit), NULL);


Index: xfce4-session.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xfce4-session.spec	22 Apr 2008 20:27:06 -0000	1.21
+++ xfce4-session.spec	12 Aug 2008 05:30:09 -0000	1.22
@@ -1,11 +1,13 @@
 Summary: Xfce session manager
 Name: xfce4-session
 Version: 4.4.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce4-session-4.4.2.tar.bz2
+Source1: http://svn.xfce.org/index.cgi/xfce/checkout/xfce4-session/trunk/icons/48x48/xfce4-autostart-editor.png
 Patch0: xfce4-session-4.4.2-hide-tips.patch
+Patch1: xfce4-session-4.4.2-autostarteditor-icon.patch
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfcegui4 >= %{version}
@@ -48,6 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .disable-tips
+%patch1 -p1 -b .autostarteditor-icon
 
 %build
 %configure --enable-gnome --enable-final
@@ -57,6 +60,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+cp -a %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/*/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/*/*/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/*/*.la
@@ -82,6 +86,7 @@
 %{_bindir}/*
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/128x128/apps/xfce4-session.png
+%{_datadir}/icons/hicolor/48x48/apps/xfce4-autostart-editor.png
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-session.png
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-splash.png
 %{_datadir}/icons/hicolor/48x48/apps/xfsm-logout.png
@@ -124,6 +129,9 @@
 %{_libexecdir}/balou-*
 
 %changelog
+* Mon Aug 11 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-4
+- Fix icon for autostarted applications (fixes #442804)
+
 * Tue Apr 22 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-3
 - Disable tips by default for now. 
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 Dec 2007 05:57:24 -0000	1.9
+++ sources	12 Aug 2008 05:30:09 -0000	1.10
@@ -1 +1,2 @@
 4c3d1acb8ce37ea4dd55d82aeb38e9e7  xfce4-session-4.4.2.tar.bz2
+ce94b443704322c6a3e0053f11f1dd9e  xfce4-autostart-editor.png


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	3 Dec 2007 05:57:24 -0000	1.9
+++ .cvsignore	12 Aug 2008 05:30:09 -0000	1.10
@@ -1 +1,2 @@
 xfce4-session-4.4.2.tar.bz2
+xfce4-autostart-editor.png




More information about the fedora-extras-commits mailing list