]> git.pld-linux.org Git - packages/xfce4-appfinder.git/commitdiff
- added %update_icon_cache macro
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 17 Sep 2006 08:57:37 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-appfinder.spec -> 1.20

xfce4-appfinder.spec

index cd18f7285d2c1ce8fd3587543ee400da6166d885..125326890dbe5b3961c1ab275b5993c2af4918c7 100644 (file)
@@ -16,7 +16,9 @@ BuildRequires:        intltool
 BuildRequires: libtool
 BuildRequires: libxfcegui4-devel >= %{version}
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: xfce4-dev-tools >= %{version}
+Requires(post,postun): hicolor-icon-theme
 Requires:      libxfcegui4 >= %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
This page took 0.035053 seconds and 4 git commands to generate.