epel9
Matthias Clasen 15 years ago
parent 856298e37a
commit d574ceb890

@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/*
# create symlinks for gtk stock icons, these are not really 'legacy' # create symlinks for gtk stock icons, these are not really 'legacy'
# this uses the legacy-icon-mapping.xml file in cvs # this uses the legacy-icon-mapping.xml file in cvs
cd $RPM_BUILD_ROOT/usr/share/icons/gnome cd $RPM_BUILD_ROOT/usr/share/icons/gnome
for size in 8x8 16x16 22x22 24x24 32x32 48x48 scalable; do for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
( (
cd $size cd $size
for context in *; do for context in *; do
@ -74,7 +74,6 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING AUTHORS %doc COPYING AUTHORS
%{_datadir}/icons/gnome %{_datadir}/icons/gnome
#%{_datadir}/icons/hicolor/*
%{_datadir}/pkgconfig/gnome-icon-theme.pc %{_datadir}/pkgconfig/gnome-icon-theme.pc
%changelog %changelog

Loading…
Cancel
Save