rpms/emerald/F-9 emerald-theme-manager-desktop.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 emerald.spec, 1.17, 1.18 sources, 1.11, 1.12

Nikolay Vladimirov (turki) fedora-extras-commits at redhat.com
Sat Jul 12 14:14:17 UTC 2008


Author: turki

Update of /cvs/pkgs/rpms/emerald/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31660

Modified Files:
	.cvsignore emerald.spec sources 
Added Files:
	emerald-theme-manager-desktop.patch 
Log Message:
update to 0.7.6

emerald-theme-manager-desktop.patch:

--- NEW FILE emerald-theme-manager-desktop.patch ---
--- emerald-0.7.6/misc/emerald-theme-manager.desktop	2008-05-31 12:05:37.000000000 +0300
+++ emerald-0.7.6/misc/emerald-theme-manager.desktop.fixed	2008-07-11 20:47:26.000000000 +0300
@@ -5,10 +5,9 @@ Name[fr]=Gestionnaire de thèmes Emerald
 Comment=Configure Emerald themes
 Comment[fr]=Configurerer les options des thèmes Emerald
 Icon=/usr/share/pixmaps/emerald-theme-manager-icon.png
-Exec=emerald-theme-manager
 Terminal=false
 Type=Application
-Categories=Settings;
-Exec=emerald-theme-manager -i 
+Categories=Settings;DesktopSettings
+Exec=emerald-theme-manager -i %f
 MimeType=application/x-emerald-theme;
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/emerald/F-9/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	20 May 2008 20:48:47 -0000	1.11
+++ .cvsignore	12 Jul 2008 14:13:24 -0000	1.12
@@ -1,10 +1 @@
-emerald-0.1.2.tar.bz2
-emerald-0.1.3.tar.bz2
-emerald-0.1.4.tar.bz2
-emerald-0.1.99.2.tar.bz2
-emerald-0.1.9999.1.tar.bz2
-emerald-0.1.9999.2.tar.bz2
-emerald-0.2.0.tar.bz2
-emerald-0.2.1.tar.bz2
-emerald-0.5.2.tar.bz2
-emerald-0.7.2.tar.bz2
+emerald-0.7.6.tar.bz2


Index: emerald.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emerald/F-9/emerald.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- emerald.spec	20 May 2008 20:48:47 -0000	1.17
+++ emerald.spec	12 Jul 2008 14:13:24 -0000	1.18
@@ -2,12 +2,13 @@
 Url:            http://www.compiz-fusion.org/
 License:        GPLv2
 Group:          User Interface/Desktops
-Version:        0.7.2
+Version:        0.7.6
 Release:        1%{?dist}
 
 Summary:        Themeable window decorator and compositing manager for Compiz Fusion
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0:        http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
+Patch0: 	    emerald-theme-manager-desktop.patch
 
 # libdrm is not available on these arches
 ExcludeArch:    s390 s390x
@@ -40,16 +41,14 @@
 
 %prep
 %setup -q
-# Should only have one Exec line in a desktop file...
-perl -pi -e 's|Exec=emerald-theme-manager -i|###|g' misc/emerald-theme-manager.desktop
-# Death to rpaths...
-perl -pi -e 's|hardcode_into_libs=.*|hardcode_into_libs=no|g' configure
-perl -pi -e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' configure
-perl -pi -e 's|runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' configure
-
+#fix menu entries
+#https://bugzilla.redhat.com/show_bug.cgi?id=286141
+%patch0 -p1 -b .fixed
 
 %build
 %configure --enable-librsvg --disable-mime-update
+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}
 
 
@@ -103,10 +102,13 @@
 %{_libdir}/libemeraldengine.so
 
 %changelog
-* Tue May 20 2008 Jarod Wilson <jwilson at redhat.com> 0.7.2-1
-- Update to emerald packages matching F9 compiz (#447608)
+* Fri Jul 11 2008 Nikolay Vladimirov <nikolay at vladimiroff.com> - 0.7.6-1
+- new upstream release
+- removed gcc43 patch(upstream)
+- added .desktop file patch(fixes bz 286141)
+- spec file clean up
 
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> 0.5.2-4
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.5.2-4
 - Autorebuild for GCC 4.3
 
 * Fri Jan 04 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.5.2-3


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/emerald/F-9/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	20 May 2008 20:48:47 -0000	1.11
+++ sources	12 Jul 2008 14:13:24 -0000	1.12
@@ -1 +1 @@
-c0cf8304a633985a438b2aea102ff4dd  emerald-0.7.2.tar.bz2
+340f4dafde5d6c55bd05c0033aa7d6fe  emerald-0.7.6.tar.bz2




More information about the fedora-extras-commits mailing list