|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Summary: Base gnome icons
|
|
|
|
|
Name: gnome-icon-theme
|
|
|
|
|
Version: 2.10.1
|
|
|
|
|
Release: 4
|
|
|
|
|
Release: 5
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: external-icons.tar.gz
|
|
|
|
|
Source1: external-icons-2.10.1.tar.gz
|
|
|
|
|
License: GPL
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
@ -24,13 +24,20 @@ Contains the base icons needed by the Gnome desktop environment.
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
#install the extra icons
|
|
|
|
|
tar xzvf %{SOURCE1}
|
|
|
|
|
cd external-icons
|
|
|
|
|
cp -rf 16x16 $RPM_BUILD_ROOT%{_datadir}/icons/gnome/
|
|
|
|
|
cp -rf 24x24 $RPM_BUILD_ROOT%{_datadir}/icons/gnome/
|
|
|
|
|
cp -rf 32x32 $RPM_BUILD_ROOT%{_datadir}/icons/gnome/
|
|
|
|
|
cp -rf 48x48 $RPM_BUILD_ROOT%{_datadir}/icons/gnome/
|
|
|
|
|
|
|
|
|
|
## remove these bogus files
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/locale/*
|
|
|
|
|
|
|
|
|
|
## create symlinks so the gnome theme covers some extra icons we've added
|
|
|
|
|
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
|
|
|
|
|
|
|
|
|
|
tar xzvf %{SOURCE1}
|
|
|
|
|
ln -s gnome-util.png redhat-accessories.png
|
|
|
|
|
#ln -s %{_datadir}/pixmaps/.png redhat-extras.png
|
|
|
|
|
ln -s gnome-joystick.png redhat-games.png
|
|
|
|
@ -80,6 +87,9 @@ done
|
|
|
|
|
%{_datadir}/pkgconfig/gnome-icon-theme.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 05 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-5
|
|
|
|
|
- replace some upstream icons with redone ones
|
|
|
|
|
|
|
|
|
|
* Wed Apr 13 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-4
|
|
|
|
|
- Fix redhat-office link
|
|
|
|
|
|
|
|
|
|