Add small epiphany icon

epel9
Matthias Clasen 19 years ago
parent 76a1cdc0d6
commit 8882508914

@ -1 +1,2 @@
gnome-icon-theme-2.14.0.tar.bz2
web-browser.png

@ -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

@ -1 +1,2 @@
4eb273a0d51acc0340fcfc59a9214553 gnome-icon-theme-2.14.0.tar.bz2
88a5d07c629eaaa366d2a19ec07df4d4 web-browser.png

Loading…
Cancel
Save