|
|
|
@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/*
|
|
|
|
|
# create symlinks for gtk stock icons, these are not really 'legacy'
|
|
|
|
|
# this uses the legacy-icon-mapping.xml file in cvs
|
|
|
|
|
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
|
|
|
|
|
for context in *; do
|
|
|
|
@ -74,7 +74,6 @@ done
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc COPYING AUTHORS
|
|
|
|
|
%{_datadir}/icons/gnome
|
|
|
|
|
#%{_datadir}/icons/hicolor/*
|
|
|
|
|
%{_datadir}/pkgconfig/gnome-icon-theme.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|