SPECS: emerald.spec - added desktop patch - run %update_desktop_da...

megabajt megabajt at pld-linux.org
Sat Mar 17 17:45:16 CET 2007


Author: megabajt                     Date: Sat Mar 17 16:45:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added desktop patch
- run %update_desktop_database_post{,un}

---- Files affected:
SPECS:
   emerald.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/emerald.spec
diff -u SPECS/emerald.spec:1.21 SPECS/emerald.spec:1.22
--- SPECS/emerald.spec:1.21	Fri Mar 16 16:29:56 2007
+++ SPECS/emerald.spec	Sat Mar 17 17:45:11 2007
@@ -9,6 +9,7 @@
 Group:		X11
 Source0:	http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	2439bc2ed32784590bacb143f0f01ea6
+Patch0:		%{name}-desktop.patch
 URL:		http://beryl-project.org/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake >= 1:1.9
@@ -21,6 +22,7 @@
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	xorg-lib-libXrender-devel >= 0.8.4
+Requires(post,postun):	desktop-file-utils
 Requires(post,postun):	gtk+2
 Requires(post,postun):	hicolor-icon-theme
 Requires(post,postun):	shared-mime-info
@@ -68,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 mv -f po/{de_DE,de}.po
 mv -f po/{es_ES,es}.po
@@ -135,11 +138,13 @@
 
 %post
 /sbin/ldconfig
+%update_desktop_database_post
 %update_mime_database
 %update_icon_cache hicolor
 
 %postun
 /sbin/ldconfig
+%update_desktop_database_postun
 %update_mime_database
 %update_icon_cache hicolor
 
@@ -176,6 +181,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2007/03/17 16:45:11  megabajt
+- added desktop patch
+- run %update_desktop_database_post{,un}
+
 Revision 1.21  2007/03/16 15:29:56  rotom
 - 0.2.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/emerald.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list