rpms/gnome-icon-theme/devel gnome-icon-theme.spec, 1.109, 1.110 legacy-icon-mapping.xml, 1.1, 1.2 sources, 1.73, 1.74

Matthias Clasen mclasen at fedoraproject.org
Mon Mar 1 04:02:49 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-icon-theme/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5255

Modified Files:
	gnome-icon-theme.spec legacy-icon-mapping.xml sources 
Log Message:
readd some missing icons



Index: gnome-icon-theme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-icon-theme/devel/gnome-icon-theme.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -p -r1.109 -r1.110
--- gnome-icon-theme.spec	26 Feb 2010 17:58:13 -0000	1.109
+++ gnome-icon-theme.spec	1 Mar 2010 04:02:48 -0000	1.110
@@ -1,12 +1,13 @@
 Summary: GNOME icon theme
 Name: gnome-icon-theme
 Version: 2.29.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: http://download.gnome.org/sources/gnome-icon-theme/2.29/%{name}-%{version}.tar.bz2
 Source1: gnome-icon-theme-extra-device-icons-5.tar.bz2
 Source2: legacy-icon-mapping.xml
 Source3: window.png
 Source4: gtk_print_icons.tar.bz2
+Source5: lost-icons.tar.bz2
 License: GPL+
 BuildArch: noarch
 Group: User Interface/Desktops
@@ -25,7 +26,7 @@ This package contains the default icon t
 %setup -q
 
 %build
-%configure --disable-hicolor-check
+%configure
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -52,10 +53,41 @@ for size in 8x8 16x16 22x22 24x24 32x32 
 done
 
 tar xj -C $RPM_BUILD_ROOT/usr/share/icons/gnome -f %{SOURCE1}
-
 cp %{SOURCE3} $RPM_BUILD_ROOT/usr/share/icons/gnome/16x16/apps
-
 tar xj -C $RPM_BUILD_ROOT/usr/share/icons/gnome -f %{SOURCE4}
+tar xj -C $RPM_BUILD_ROOT/usr/share/icons/gnome -f %{SOURCE5}
+
+sed -i -e 's#^\(Directories=.*\)$#\1;scalable/apps,scalable/actions,scalable/devices,scalable/status#' $RPM_BUILD_ROOT/usr/share/icons/gnome/index.theme
+
+cat >>$RPM_BUILD_ROOT/usr/share/icons/gnome/index.theme <<EOF
+[scalable/apps]
+Size=48
+MinSize=32
+MaxSize=256
+Context=Applications
+Type=Scalable
+
+[scalable/actions]
+Size=48
+MinSize=32
+MaxSize=256
+Context=Actions
+Type=Scalable
+
+[scalable/devices]
+Size=48
+MinSize=32
+MaxSize=256
+Context=Devices
+Type=Scalable
+
+[scalable/status]
+Size=48
+MinSize=32
+MaxSize=256
+Context=Status
+Type=Scalable
+EOF
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -75,6 +107,9 @@ done
 %{_datadir}/icons/gnome
 
 %changelog
+* Sun Feb 28 2010 Matthias Clasen <mclasen at redhat.com> - 2.29.0-2
+- Fix up some issues with icons that got lost
+
 * Fri Feb 26 2010 Matthias Clasen <mclasen at redhat.com> - 2.29.0-1
 - Update to 2.29.0
 


Index: legacy-icon-mapping.xml
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-icon-theme/devel/legacy-icon-mapping.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- legacy-icon-mapping.xml	20 Jun 2008 15:50:27 -0000	1.1
+++ legacy-icon-mapping.xml	1 Mar 2010 04:02:49 -0000	1.2
@@ -263,5 +263,15 @@
 	<icon name="dialog-warning">
 	    <link>gtk-dialog-warning</link>
 	</icon>
+	<icon name="security-high">
+	    <link>stock_lock-ok</link>
+	</icon>
+	<icon name="security-low">
+	    <link>stock_lock-broken</link>
+	    <link>stock_lock-open</link>
+	</icon>
+	<icon name="security-medium">
+	    <link>stock_lock</link>
+	</icon>
     </context>
 </mapping>


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-icon-theme/devel/sources,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- sources	26 Feb 2010 15:34:38 -0000	1.73
+++ sources	1 Mar 2010 04:02:49 -0000	1.74
@@ -1,3 +1,4 @@
+ad839210162581983a242fbb15000e4c  lost-icons.tar.bz2
 012ebb4b5155a381d869d5c906fc23ba  gnome-icon-theme-2.29.0.tar.bz2
 824f011a845100714eb8a47199cf4398  gnome-icon-theme-extra-device-icons-5.tar.bz2
 3a2837cf20fc206d3a7b963661fcf4ce  gtk_print_icons.tar.bz2



More information about the scm-commits mailing list