Own the icon cache
This commit is contained in:
parent
5b9555f797
commit
8c459b2264
@ -1,7 +1,7 @@
|
||||
Summary: Basic requirement for icon themes
|
||||
Name: hicolor-icon-theme
|
||||
Version: 0.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: User Interface/Desktops
|
||||
URL: http://freedesktop.org/Software/icon-theme
|
||||
@ -24,6 +24,8 @@ Contains the basic directories and files needed for icon theme support.
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install
|
||||
|
||||
touch $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
|
||||
|
||||
%post
|
||||
touch --no-create %{_datadir}/icons/hicolor
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
@ -45,8 +47,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_datadir}/icons/hicolor
|
||||
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
||||
|
||||
%changelog
|
||||
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-2
|
||||
- Own the icon cache
|
||||
|
||||
* Thu Nov 23 2006 Alexander Larsson <alexl@redhat.com> - 0.10-1
|
||||
- Update to 0.10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user