rpms/xfce4-session/devel xfce4-session-4.5.92-hide-tips.patch, NONE, 1.1 xfce4-session.spec, 1.22, 1.23 sources, 1.10, 1.11 .cvsignore, 1.10, 1.11 xfce4-session-4.4.2-autostarteditor-icon.patch, 1.1, NONE xfce4-session-4.4.2-hide-tips.patch, 1.1, NONE

Kevin Fenzi kevin at fedoraproject.org
Tue Jan 13 22:13:12 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/xfce4-session/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21835

Modified Files:
	xfce4-session.spec sources .cvsignore 
Added Files:
	xfce4-session-4.5.92-hide-tips.patch 
Removed Files:
	xfce4-session-4.4.2-autostarteditor-icon.patch 
	xfce4-session-4.4.2-hide-tips.patch 
Log Message:
Update 4.5.92


xfce4-session-4.5.92-hide-tips.patch:

--- NEW FILE xfce4-session-4.5.92-hide-tips.patch ---
diff -Nur xfce4-session-4.5.92.orig/xfce4-tips/xfce4-tips-autostart.desktop.in xfce4-session-4.5.92/xfce4-tips/xfce4-tips-autostart.desktop.in
--- xfce4-session-4.5.92.orig/xfce4-tips/xfce4-tips-autostart.desktop.in	2008-09-06 05:05:55.000000000 -0600
+++ xfce4-session-4.5.92/xfce4-tips/xfce4-tips-autostart.desktop.in	2008-12-30 14:47:15.000000000 -0700
@@ -7,4 +7,4 @@
 Terminal=false
 Type=Application
 OnlyShowIn=XFCE;
-Hidden=false
+Hidden=true


Index: xfce4-session.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xfce4-session.spec	12 Aug 2008 05:30:09 -0000	1.22
+++ xfce4-session.spec	13 Jan 2009 22:12:42 -0000	1.23
@@ -1,29 +1,27 @@
 Summary: Xfce session manager
 Name: xfce4-session
-Version: 4.4.2
-Release: 4%{?dist}
+Version: 4.5.92
+Release: 1%{?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
+Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfce4-session-%{version}.tar.bz2
+Patch0: xfce4-session-4.5.92-hide-tips.patch
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfcegui4 >= %{version}
-Requires: libxfce4mcs >= %{version}
-Requires: xfce-mcs-manager >= %{version}
 Requires: xorg-x11-server-utils
 Requires: redhat-menus
 BuildRequires: libxfcegui4-devel >= %{version}
-BuildRequires: libxfce4mcs-devel >= %{version}
-BuildRequires: xfce-mcs-manager-devel >= %{version}
 BuildRequires: startup-notification-devel
 BuildRequires: gettext intltool
 BuildRequires: imake
 BuildRequires: libXt-devel
 BuildRequires: xorg-x11-server-utils
 BuildRequires: dbus-devel GConf2-devel
+BuildRequires: libwnck-devel
+BuildRequires: libglade2-devel
+BuildRequires: dbus-glib-devel
+BuildRequires: xfconf-devel
 Requires: fortune-mod
 
 %description
@@ -34,7 +32,6 @@
 Group: Development/Libraries
 Requires: xfce4-session >= %{version}
 Requires: libxfcegui4-devel >= %{version}
-Requires: libxfce4mcs-devel >= %{version}
 
 %description devel
 Header files for the Xfce Session Manager.
@@ -50,17 +47,16 @@
 %prep
 %setup -q
 %patch0 -p1 -b .disable-tips
-%patch1 -p1 -b .autostarteditor-icon
 
 %build
 %configure --enable-gnome --enable-final
-
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
 %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
@@ -97,29 +93,29 @@
 %{_datadir}/icons/hicolor/72x72/apps/xfsm-trash-normal.png
 %{_datadir}/icons/hicolor/scalable/apps/xfce4-session.svg
 %{_datadir}/icons/hicolor/scalable/apps/xfsm-shutdown.svg
+%{_datadir}/icons/hicolor/48x48/apps/xfsm-hibernate.png
+%{_datadir}/icons/hicolor/48x48/apps/xfsm-suspend.png
 %{_datadir}/xfce4/doc/*/images/*
 %{_datadir}/xfce4/doc/*/*.html
 %dir %{_datadir}/xfce4/tips/
 %{_datadir}/xfce4/tips/tips
 %{_datadir}/xfce4/tips/tips.dat
 %{_libdir}/lib*.so.*
-%{_libdir}/xfce4/mcs-plugins/*
 %dir %{_libdir}/xfce4/splash/
 %dir %{_libdir}/xfce4/splash/engines
 %{_libdir}/xfce4/splash/engines/libmice.*
 %{_libexecdir}/xfsm-shutdown-helper
 %{_mandir}/man1/*
-%dir %{_sysconfdir}/xdg/xfce4-session/
-%config(noreplace) %{_sysconfdir}/xdg/xfce4-session/xfce4-session.rc
 %dir %{_sysconfdir}/xdg/autostart/
+%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
 %config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-tips-autostart.desktop
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/xfce4/xfce4-session-4.2/
 %{_libdir}/lib*.so
 %{_libdir}/*a
 %{_libdir}/pkgconfig/*.pc
+%{_includedir}/xfce4/xfce4-session-4.6
 
 %files engines
 %defattr(-,root,root,-)
@@ -129,6 +125,9 @@
 %{_libexecdir}/balou-*
 
 %changelog
+* Fri Dec 26 2008 Kevin Fenzi <kevin at tummy.com> - 4.5.92-1
+- Update 4.5.92
+
 * Mon Aug 11 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-4
 - Fix icon for autostarted applications (fixes #442804)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	12 Aug 2008 05:30:09 -0000	1.10
+++ sources	13 Jan 2009 22:12:42 -0000	1.11
@@ -1,2 +1 @@
-4c3d1acb8ce37ea4dd55d82aeb38e9e7  xfce4-session-4.4.2.tar.bz2
-ce94b443704322c6a3e0053f11f1dd9e  xfce4-autostart-editor.png
+bf094cce9c2150438a1c7e03bec5ee0d  xfce4-session-4.5.92.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	12 Aug 2008 05:30:09 -0000	1.10
+++ .cvsignore	13 Jan 2009 22:12:42 -0000	1.11
@@ -1,2 +1 @@
-xfce4-session-4.4.2.tar.bz2
-xfce4-autostart-editor.png
+xfce4-session-4.5.92.tar.bz2


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


--- xfce4-session-4.4.2-hide-tips.patch DELETED ---




More information about the scm-commits mailing list