rpms/xfdesktop/F-12 xfdesktop-4.6.1-education-menu-icon.patch, NONE, 1.1 xfdesktop-4.6.2-dsofix.patch, NONE, 1.1 xfdesktop.spec, 1.36, 1.37 sources, 1.13, 1.14 .cvsignore, 1.13, 1.14 xfdesktop-4.6.0-redhat-menus.patch, 1.2, 1.3

Kevin Fenzi kevin at fedoraproject.org
Thu Jun 10 23:29:56 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/xfdesktop/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32568

Modified Files:
	xfdesktop.spec sources .cvsignore 
	xfdesktop-4.6.0-redhat-menus.patch 
Added Files:
	xfdesktop-4.6.1-education-menu-icon.patch 
	xfdesktop-4.6.2-dsofix.patch 
Log Message:
Update to 4.6.2


xfdesktop-4.6.1-education-menu-icon.patch:
 xfce-education.directory.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xfdesktop-4.6.1-education-menu-icon.patch ---
--- xfdesktop-4.6.0.orig/modules/menu/directory-data/xfce-education.directory.in	2009-01-12 23:03:19.000000000 +0100
+++ xfdesktop-4.6.0/modules/menu/directory-data/xfce-education.directory.in	2009-12-20 17:38:25.000000000 +0100
@@ -2,6 +2,6 @@
 Version=1.0
 Encoding=UTF-8
 Type=Directory
-Icon=
+Icon=applications-science
 _Name=Education
 _Comment=Educational software

xfdesktop-4.6.2-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xfdesktop-4.6.2-dsofix.patch ---
diff -Nur xfdesktop-4.6.2.orig/settings/Makefile.in xfdesktop-4.6.2/settings/Makefile.in
--- xfdesktop-4.6.2.orig/settings/Makefile.in	2010-05-21 11:01:41.000000000 -0600
+++ xfdesktop-4.6.2/settings/Makefile.in	2010-05-22 01:26:21.000000000 -0600
@@ -169,7 +169,7 @@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBEXO_CFLAGS = @LIBEXO_CFLAGS@
 LIBEXO_LIBS = @LIBEXO_LIBS@
 LIBEXO_REQUIRED_VERSION = @LIBEXO_REQUIRED_VERSION@


Index: xfdesktop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfdesktop/F-12/xfdesktop.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- xfdesktop.spec	1 Nov 2009 05:06:23 -0000	1.36
+++ xfdesktop.spec	10 Jun 2010 23:29:55 -0000	1.37
@@ -1,10 +1,10 @@
 Summary: Desktop manager for the XFce Desktop Environment
 Name: xfdesktop
-Version: 4.6.1
-Release: 3%{?dist}
+Version: 4.6.2
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/
-Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfdesktop-%{version}.tar.bz2
+Source0: http://archive.xfce.org/src/xfce/xfdesktop/4.6/xfdesktop-%{version}.tar.bz2
 
 # Change default background for Fedora
 Patch0: xfdesktop-4.5.92-backdrop-image.patch
@@ -12,6 +12,11 @@ Patch0: xfdesktop-4.5.92-backdrop-image.
 Patch1: xfdesktop-4.5.92-desktop-menu-icon.patch
 # Use redhat-menus to avoid duplicate entries in the menu
 Patch2: xfdesktop-4.6.0-redhat-menus.patch
+# fix icon in xfce-education.directory, taken from
+# http://git.xfce.org/xfce/xfdesktop/commit/?id=c2de873891d8ce8c3be1399c6110ebfda489151b
+Patch3: xfdesktop-4.6.1-education-menu-icon.patch
+# Upstream bug: http://bugzilla.xfce.org/show_bug.cgi?id=6235
+Patch4: xfdesktop-4.6.2-dsofix.patch
 
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,6 +54,8 @@ This package includes a desktop manager 
 %patch0 -p1 -b .backdrop
 %patch1 -p1 -b .distro-logo
 %patch2 -p1 -b .orig
+%patch3 -p1 -b .icon
+%patch4 -p1 -b .dsofix
 
 %build
 %configure
@@ -58,7 +65,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/*/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/*/*.la
@@ -98,6 +105,18 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/xfce4/panel-plugins/xfce4-menu.desktop
 
 %changelog
+* Fri May 21 2010 Kevin Fenzi <kevin at tummy.com> - 4.6.2-1
+- Update to 4.6.2
+
+* Sat Apr 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.1-6
+- Adjustments for recent Goddard artwork changes
+
+* Sun Feb 14 2010 Kevin Fenzi <kevin at tummy.com> - 4.6.1-5
+- Add patch for DSO linking. Fixes bug #564826
+
+* Sun Dec 20 2009 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.1-4
+- Menu fixes
+
 * Sun Nov 01 2009 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.1-3
 - Fix dependency for default background image
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfdesktop/F-12/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	20 Apr 2009 02:32:19 -0000	1.13
+++ sources	10 Jun 2010 23:29:55 -0000	1.14
@@ -1 +1 @@
-ae15cacc3e3834cca7238a8e1035c50d  xfdesktop-4.6.1.tar.bz2
+e800ea9fee7a5c5eaf2ae96e23a83e3a  xfdesktop-4.6.2.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfdesktop/F-12/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	20 Apr 2009 02:32:19 -0000	1.13
+++ .cvsignore	10 Jun 2010 23:29:55 -0000	1.14
@@ -1 +1 @@
-xfdesktop-4.6.1.tar.bz2
+xfdesktop-4.6.2.tar.bz2

xfdesktop-4.6.0-redhat-menus.patch:
 xfce-applications.menu |   57 +++++++++++++++++++++++++++++++++----------------
 1 file changed, 39 insertions(+), 18 deletions(-)

Index: xfdesktop-4.6.0-redhat-menus.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xfdesktop/F-12/xfdesktop-4.6.0-redhat-menus.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- xfdesktop-4.6.0-redhat-menus.patch	13 Apr 2009 20:52:25 -0000	1.2
+++ xfdesktop-4.6.0-redhat-menus.patch	10 Jun 2010 23:29:55 -0000	1.3
@@ -10,7 +10,7 @@
          <Separator/>
          <Merge type="all"/>
          <Separator/>
-@@ -28,10 +29,15 @@
+@@ -28,10 +29,16 @@
      </Layout>
      
      <Menu>
@@ -24,12 +24,13 @@
 +                <Category>Settings</Category>
 +                <Not><Category>System</Category></Not>
 +                <Not><Category>Screensaver</Category></Not>
++                <Not><Filename>fedora-im-chooser.desktop</Filename></Not>
 +                <Not><Filename>gnome-default-applications.desktop</Filename></Not>
 +            </And>
          </Include>
          
          <Layout>
-@@ -40,25 +46,29 @@
+@@ -40,25 +47,29 @@
              <Merge type="all"/>
          </Layout>
          
@@ -71,7 +72,7 @@
          </Include>
      </Menu>
      
-@@ -124,7 +134,11 @@
+@@ -124,7 +135,11 @@
          <Name>System</Name>
          <Directory>xfce-system.directory</Directory>
          <Include>
@@ -84,7 +85,7 @@
          </Include>
      </Menu>
      
-@@ -133,7 +147,13 @@
+@@ -133,7 +148,13 @@
          <Directory>xfce-other.directory</Directory>
          <OnlyUnallocated/>
          <Include>



More information about the scm-commits mailing list