]> git.pld-linux.org Git - packages/emerald.git/commitdiff
- added desktop patch auto/th/emerald-0_2_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 17 Mar 2007 16:45:11 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- run %update_desktop_database_post{,un}

Changed files:
    emerald.spec -> 1.22

emerald.spec

index 5054f09833ca0c98ecdd2c61f9c25867e352ddb6..6864737e06344153d3f29db5538328e3d7a0d3cf 100644 (file)
@@ -8,6 +8,7 @@ License:        GPL v2+
 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
@@ -20,6 +21,7 @@ BuildRequires:        pango-devel >= 1.10.0
 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
@@ -67,6 +69,7 @@ Statyczna biblioteka Emerald Engines.
 
 %prep
 %setup -q
+%patch0 -p1
 
 mv -f po/{de_DE,de}.po
 mv -f po/{es_ES,es}.po
@@ -134,11 +137,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
 
This page took 0.07516 seconds and 4 git commands to generate.