]> git.pld-linux.org Git - packages/xfce4-fsguard-plugin.git/commitdiff
- updated to 0.4.0
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 8 Dec 2007 17:38:58 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added locale-names patch

Changed files:
    xfce4-fsguard-plugin.spec -> 1.3

xfce4-fsguard-plugin.spec

index 4988e0e7260624d4764e4bbbd6ceded0e50ed183..87d7bd91798cee58781cb8460e9275ca362bd440 100644 (file)
@@ -1,18 +1,22 @@
 Summary:       A fsguard plugin for the Xfce panel
 Summary(pl.UTF-8):     Wtyczka fsguard dla panelu Xfce
 Name:          xfce4-fsguard-plugin
-Version:       0.3.0
+Version:       0.4.0
 Release:       1
 License:       BSD
 Group:         X11/Applications
 Source0:       http://goodies.xfce.org/releases/xfce4-fsguard-plugin/%{name}-%{version}.tar.bz2
-# Source0-md5: 27770ad4c4b737bfb0f3fb2457b33729
+# Source0-md5: 2d481555102f1f09d97ae05ab2a44d0b
+Patch0:                %{name}-locale-names.patch
 URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: intltool >= 0.35.5
+BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: xfce4-dev-tools >= 4.4.0
 BuildRequires: xfce4-panel-devel >= 4.4.0
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
 Requires:      xfce4-panel >= 4.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +32,10 @@ limit.
 
 %prep
 %setup -q
+%patch0 -p1
+
+mv -f po/{nb_NO,nb}.po
+mv -f po/{pt_PT,pt}.po
 
 %build
 %{__intltoolize}
@@ -49,8 +57,16 @@ 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 COPYING ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-fsguard-plugin
 %{_datadir}/xfce4/panel-plugins/fsguard.desktop
+%{_iconsdir}/hicolor/*/*/*.png
+%{_iconsdir}/hicolor/*/*/*.svg
This page took 0.181565 seconds and 4 git commands to generate.