From 88825089146546a5b7b18441d1c8942271f288f3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 15 Feb 2006 06:53:40 +0000 Subject: [PATCH] Add small epiphany icon --- .cvsignore | 1 + gnome-icon-theme.spec | 11 +++++++++-- sources | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3e86901..6e7c0ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ gnome-icon-theme-2.14.0.tar.bz2 +web-browser.png diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec index b96154f..8332822 100644 --- a/gnome-icon-theme.spec +++ b/gnome-icon-theme.spec @@ -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 2.14.0-2 +- Add small epiphany icon (again!!) + * Sun Feb 12 2006 Ray Strode 2.14.0-1 - Update to 2.14.0 diff --git a/sources b/sources index eddcd18..d078d1d 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 4eb273a0d51acc0340fcfc59a9214553 gnome-icon-theme-2.14.0.tar.bz2 +88a5d07c629eaaa366d2a19ec07df4d4 web-browser.png