|
|
|
@ -1,8 +1,10 @@
|
|
|
|
|
Summary: Base gnome icons
|
|
|
|
|
Name: gnome-icon-theme
|
|
|
|
|
Version: 2.14.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
# missing 24x24 version of epiphany icon
|
|
|
|
|
Source1: web-browser.png
|
|
|
|
|
License: GPL
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
@ -24,11 +26,13 @@ Contains the base icons needed by the Gnome desktop environment.
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/icons/gnome/24x24/apps
|
|
|
|
|
|
|
|
|
|
## remove these bogus files
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/locale/*
|
|
|
|
|
|
|
|
|
|
for i in 48x48 24x24; do
|
|
|
|
|
## create symlinks so the all icon themes know some extra icons we've added
|
|
|
|
|
for i in 48x48 24x24; do
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$i/apps
|
|
|
|
|
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$i/apps
|
|
|
|
|
|
|
|
|
@ -66,6 +70,9 @@ done
|
|
|
|
|
%{_datadir}/pkgconfig/gnome-icon-theme.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-2
|
|
|
|
|
- Add small epiphany icon (again!!)
|
|
|
|
|
|
|
|
|
|
* Sun Feb 12 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
|
|
|
|
|
- Update to 2.14.0
|
|
|
|
|
|
|
|
|
|