- Revert the addition of the gedit icon to the hicolor theme as the new

gnome-icon-theme package does the right thing
This commit is contained in:
John (J5) Palmieri 2005-04-14 20:15:08 +00:00
parent e5f3c21212
commit 0ccb9c4aa5

View File

@ -14,7 +14,7 @@
Summary: gEdit is a small but powerful text editor for GNOME.
Name: gedit
Version: 2.10.2
Release: 2
Release: 3
Epoch: 1
License: GPL
Group: Applications/Editors
@ -97,10 +97,6 @@ desktop-file-install --vendor gnome --delete-original \
--add-category X-Red-Hat-Base \
$RPM_BUILD_ROOT%{_datadir}/applications/*
## add the icon to the hicolor theme
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
/bin/cp $RPM_BUILD_ROOT%{_datadir}/pixmaps/gedit-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/text-editor.png
## clean up all the static libs for plugins (workaround for no -module)
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.a"`
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.la"`
@ -157,6 +153,10 @@ scrollkeeper-update
%{_libdir}/pkgconfig/gedit-2.10.pc
%changelog
* Thu Apr 14 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.2-3
- Revert the addition of the gedit icon to the hicolor theme as
the new gnome-icon-theme package does the right thing
* Tue Apr 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2
- Add the icon to the hicolor theme, and rename it to what
the .desktop file says.