diff --git a/gnome-icon-theme-2.13.5.1-missing-comma.patch b/gnome-icon-theme-2.13.5.1-missing-comma.patch new file mode 100644 index 0000000..93bd796 --- /dev/null +++ b/gnome-icon-theme-2.13.5.1-missing-comma.patch @@ -0,0 +1,11 @@ +--- gnome-icon-theme-2.13.5.1/index.theme.in.missing-comma 2006-01-23 16:27:43.000000000 -0500 ++++ gnome-icon-theme-2.13.5.1/index.theme.in 2006-01-23 16:28:12.000000000 -0500 +@@ -1,7 +1,7 @@ + [Icon Theme] + _Name=GNOME + _Comment=Default GNOME Theme +-Directories=48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/status,48x48/stock/code,48x48/stock/document,48x48/stock/generic,48x48/stock/io,48x48/stock/net,24x24/actions,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/filesystems,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/net,24x24/stock/object,24x24/stock/table,24x24/stock/text,16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/filesystems,16x16/mimetypes,16x16/places,16x16/status16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/emoticons,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,scalable/apps,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/generic ++Directories=48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/status,48x48/stock/code,48x48/stock/document,48x48/stock/generic,48x48/stock/io,48x48/stock/net,24x24/actions,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/filesystems,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/net,24x24/stock/object,24x24/stock/table,24x24/stock/text,16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/filesystems,16x16/mimetypes,16x16/places,16x16/status,16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/emoticons,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,scalable/apps,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/generic + + [48x48/actions] + Size=48 diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec index 556e98e..25f348b 100644 --- a/gnome-icon-theme.spec +++ b/gnome-icon-theme.spec @@ -1,9 +1,10 @@ Summary: Base gnome icons Name: gnome-icon-theme Version: 2.13.5.1 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.bz2 Source1: external-icons-2.10.1-2.tar.gz +Patch0: gnome-icon-theme-2.13.5.1-missing-comma.patch License: GPL BuildArch: noarch Group: User Interface/Desktops @@ -17,6 +18,7 @@ Contains the base icons needed by the Gnome desktop environment. %prep %setup -q +%patch0 -p1 -b .missing-comma %build %configure --disable-hicolor-check @@ -91,6 +93,9 @@ done %{_datadir}/pkgconfig/gnome-icon-theme.pc %changelog +* Mon Jan 23 2006 Matthias Clasen 2.13.5.1-2 +- Fix a typo in index.theme + * Tue Jan 17 2006 Matthias Clasen 2.13.5.1-1 - Update to 2.13.5.1 - BuildRequire icon-naming-utils