]> git.pld-linux.org Git - packages/tango-icon-theme-extras.git/blobdiff - tango-icon-theme-extras.spec
- update icon cache
[packages/tango-icon-theme-extras.git] / tango-icon-theme-extras.spec
index 1a2cfcbfd57ea977591c68d66554dedef3d3d98e..41c38a1c13e6e6804b7a96b786779fe2697fb792 100644 (file)
@@ -1,14 +1,13 @@
 #
 # TODO:
 # - better summary and descriptions
-# - check why 24x24 and scalable icon sets don't build correctly
 # - add license
 #
 Summary:       Additional freedesktop.org standard compliant icons
-Summary(pl):   Dodatkowe ikony implementuj±ce standard freedesktop.org
+Summary(pl.UTF-8):     Dodatkowe ikony implementujące standard freedesktop.org
 Name:          tango-icon-theme-extras
 Version:       0.1.0
-Release:       0.1
+Release:       2
 License:       Creative Commons License (see COPYING)
 Group:         Themes
 Source0:       http://tango-project.org/releases/%{name}-%{version}.tar.gz
@@ -25,14 +24,15 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Additional freedesktop.org standard compliant icons.
 
-%description -l pl
-Dodatkowe ikony implementuj±ce standard freedesktop.org.
+%description -l pl.UTF-8
+Dodatkowe ikony implementujące standard freedesktop.org.
 
 %prep
 %setup -q
 
 %build
-%configure
+%configure \
+       --enable-png-creation
 %{__make}
 
 %install
@@ -44,6 +44,12 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_icon_cache Tango
+
+%postun
+%update_icon_cache Tango
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README
This page took 1.191797 seconds and 4 git commands to generate.