rpms/gnome-icon-theme/devel .cvsignore, 1.14, 1.15 gnome-icon-theme.spec, 1.19, 1.20 sources, 1.14, 1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 5 22:47:18 UTC 2005


Author: johnp

Update of /cvs/dist/rpms/gnome-icon-theme/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13980

Modified Files:
	.cvsignore gnome-icon-theme.spec sources 
Log Message:
- replaced upstream icons with redone ones



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gnome-icon-theme/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	25 Mar 2005 15:06:39 -0000	1.14
+++ .cvsignore	5 Jul 2005 22:47:16 -0000	1.15
@@ -5,3 +5,4 @@
 gnome-icon-theme-2.9.91.tar.bz2
 gnome-icon-theme-2.9.92.tar.bz2
 gnome-icon-theme-2.10.1.tar.bz2
+external-icons-2.10.1.tar.gz


Index: gnome-icon-theme.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-icon-theme/devel/gnome-icon-theme.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gnome-icon-theme.spec	13 Apr 2005 20:02:13 -0000	1.19
+++ gnome-icon-theme.spec	5 Jul 2005 22:47:16 -0000	1.20
@@ -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 @@
 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 @@
 %{_datadir}/pkgconfig/gnome-icon-theme.pc
 
 %changelog
+* Tue Jul 05 2005 John (J5) Palmieri <johnp at redhat.com> - 2.10.1-5
+- replace some upstream icons with redone ones 
+
 * Wed Apr 13 2005 John (J5) Palmieri <johnp at redhat.com> - 2.10.1-4
 - Fix redhat-office link
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gnome-icon-theme/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	25 Mar 2005 15:06:39 -0000	1.14
+++ sources	5 Jul 2005 22:47:16 -0000	1.15
@@ -1,2 +1,2 @@
-a3b1ebf869b73ef988c60ece2fb20110  external-icons.tar.gz
 680a57ed3cecb9a16824570f7002879e  gnome-icon-theme-2.10.1.tar.bz2
+8f965eda1f2dfd69ddf997f84e4be63c  external-icons-2.10.1.tar.gz




More information about the fedora-cvs-commits mailing list