commit 1638e263ddd6254487e08582fa427ea428128267046c6cb78bd8ced02ffabab6 Author: OBS User unknown Date: Wed Mar 14 11:28:51 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hicolor-icon-theme?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/hicolor-icon-theme-0.10.tar.bz2 b/hicolor-icon-theme-0.10.tar.bz2 new file mode 100644 index 0000000..a424102 --- /dev/null +++ b/hicolor-icon-theme-0.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e4a354838d590b46f0e1202031c9db0638a995bdd286f982b26ba56f5636fc +size 28879 diff --git a/hicolor-icon-theme.changes b/hicolor-icon-theme.changes new file mode 100644 index 0000000..36e24de --- /dev/null +++ b/hicolor-icon-theme.changes @@ -0,0 +1,7 @@ +------------------------------------------------------------------- +Wed Feb 21 16:51:25 CET 2007 - dobey@suse.de + +- Import hicolor-icon-theme 0.10 with appropriate patches for KDE + and GNOME + Fixes https://bugzilla.novell.com/show_bug.cgi?id=247278 + diff --git a/hicolor-icon-theme.spec b/hicolor-icon-theme.spec new file mode 100644 index 0000000..5f2b06a --- /dev/null +++ b/hicolor-icon-theme.spec @@ -0,0 +1,61 @@ +# +# spec file for package hicolor-icon-theme (Version 0.10) +# +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: hicolor-icon-theme +License: GNU General Public License (GPL) +Group: System/X11/Utilities +Autoreqprov: on +Version: 0.10 +Release: 1 +Source: %{name}-%{version}.tar.bz2 +# http://icon-theme.freedesktop.org/releases/ +Patch: hicolor-scalable-sizes.patch +Patch1: hicolor-kde-bits.patch +URL: http://freedesktop.org/software/icon-theme +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: Fallback Icon Theme +BuildArchitectures: noarch + +%description +This is the default fallback theme used by implementations of the icon +theme specification. + + + +%prep +%setup +%patch0 +%patch1 +%{?suse_update_config:%{suse_update_config}} + +%build +export CFLAGS="$RPM_OPT_FLAGS" +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-, root, root) +%doc COPYING ChangeLog README +%{_prefix}/share/icons/hicolor + +%changelog +* Wed Feb 21 2007 - dobey@suse.de +- Import hicolor-icon-theme 0.10 with appropriate patches for KDE + and GNOME + Fixes https://bugzilla.novell.com/show_bug.cgi?id=247278 diff --git a/hicolor-kde-bits.patch b/hicolor-kde-bits.patch new file mode 100644 index 0000000..2556bb1 --- /dev/null +++ b/hicolor-kde-bits.patch @@ -0,0 +1,27 @@ +Index: index.theme +=================================================================== +RCS file: /cvs/icon-theme/default-icon-theme/index.theme,v +retrieving revision 1.8 +diff -u -p -B -r1.8 index.theme +--- index.theme 22 Nov 2006 11:51:53 -0000 1.8 ++++ index.theme 21 Feb 2007 15:26:49 -0000 +@@ -1,4 +1,19 @@ + [Icon Theme] + Name=Hicolor + Comment=Fallback icon theme ++DisplayDepth=32 ++Example=exec ++LinkOverlay=link ++LockOverlay=lockoverlay ++ZipOverlay=zip ++DesktopDefault=32 ++DesktopSizes=16,32,48,64 ++ToolbarDefault=22 ++ToolbarSizes=16,22,32 ++MainToolbarDefault=22 ++MainToolbarSizes=16,22,32 ++SmallDefault=16 ++SmallSizes=16 ++PanelDefault=32 ++PanelSizes=16,22,32,48 + Hidden=true diff --git a/hicolor-scalable-sizes.patch b/hicolor-scalable-sizes.patch new file mode 100644 index 0000000..77ea1f0 --- /dev/null +++ b/hicolor-scalable-sizes.patch @@ -0,0 +1,552 @@ +Index: index.theme +=================================================================== +RCS file: /cvs/icon-theme/default-icon-theme/index.theme,v +retrieving revision 1.8 +diff -u -p -B -r1.8 index.theme +--- index.theme 22 Nov 2006 11:51:53 -0000 1.8 ++++ index.theme 16 Feb 2007 17:21:48 -0000 +@@ -2,7 +2,7 @@ + Name=Hicolor + Comment=Fallback icon theme + Hidden=true +-Directories=16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/filesystems,16x16/intl,16x16/mimetypes,16x16/places,16x16/status,16x16/stock/chart,16x16/stock/code,16x16/stock/data,16x16/stock/form,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/emotes,22x22/filesystems,22x22/intl,22x22/mimetypes,22x22/places,22x22/status,22x22/stock/chart,22x22/stock/code,22x22/stock/data,22x22/stock/form,22x22/stock/image,22x22/stock/io,22x22/stock/media,22x22/stock/navigation,22x22/stock/net,22x22/stock/object,22x22/stock/table,22x22/stock/text,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/filesystems,24x24/intl,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/form,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/net,24x24/stock/object,24x24/stock/table,24x24/stock/text,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/filesystems,32x32/intl,32x32/mimetypes,32x32/places,32x32/status,32x32/stock/chart,32x32/stock/code,32x32/stock/data,32x32/stock/form,32x32/stock/image,32x32/stock/io,32x32/stock/media,32x32/stock/navigation,32x32/stock/net,32x32/stock/object,32x32/stock/table,32x32/stock/text,36x36/actions,36x36/animations,36x36/apps,36x36/categories,36x36/devices,36x36/emblems,36x36/emotes,36x36/filesystems,36x36/intl,36x36/mimetypes,36x36/places,36x36/status,36x36/stock/chart,36x36/stock/code,36x36/stock/data,36x36/stock/form,36x36/stock/image,36x36/stock/io,36x36/stock/media,36x36/stock/navigation,36x36/stock/net,36x36/stock/object,36x36/stock/table,36x36/stock/text,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/filesystems,48x48/intl,48x48/mimetypes,48x48/places,48x48/status,48x48/stock/chart,48x48/stock/code,48x48/stock/data,48x48/stock/form,48x48/stock/image,48x48/stock/io,48x48/stock/media,48x48/stock/navigation,48x48/stock/net,48x48/stock/object,48x48/stock/table,48x48/stock/text,64x64/actions,64x64/animations,64x64/apps,64x64/categories,64x64/devices,64x64/emblems,64x64/emotes,64x64/filesystems,64x64/intl,64x64/mimetypes,64x64/places,64x64/status,64x64/stock/chart,64x64/stock/code,64x64/stock/data,64x64/stock/form,64x64/stock/image,64x64/stock/io,64x64/stock/media,64x64/stock/navigation,64x64/stock/net,64x64/stock/object,64x64/stock/table,64x64/stock/text,72x72/actions,72x72/animations,72x72/apps,72x72/categories,72x72/devices,72x72/emblems,72x72/emotes,72x72/filesystems,72x72/intl,72x72/mimetypes,72x72/places,72x72/status,72x72/stock/chart,72x72/stock/code,72x72/stock/data,72x72/stock/form,72x72/stock/image,72x72/stock/io,72x72/stock/media,72x72/stock/navigation,72x72/stock/net,72x72/stock/object,72x72/stock/table,72x72/stock/text,96x96/actions,96x96/animations,96x96/apps,96x96/categories,96x96/devices,96x96/emblems,96x96/emotes,96x96/filesystems,96x96/intl,96x96/mimetypes,96x96/places,96x96/status,96x96/stock/chart,96x96/stock/code,96x96/stock/data,96x96/stock/form,96x96/stock/image,96x96/stock/io,96x96/stock/media,96x96/stock/navigation,96x96/stock/net,96x96/stock/object,96x96/stock/table,96x96/stock/text,128x128/actions,128x128/animations,128x128/apps,128x128/categories,128x128/devices,128x128/emblems,128x128/emotes,128x128/filesystems,128x128/intl,128x128/mimetypes,128x128/places,128x128/status,128x128/stock/chart,128x128/stock/code,128x128/stock/data,128x128/stock/form,128x128/stock/image,128x128/stock/io,128x128/stock/media,128x128/stock/navigation,128x128/stock/net,128x128/stock/object,128x128/stock/table,128x128/stock/text,192x192/actions,192x192/animations,192x192/apps,192x192/categories,192x192/devices,192x192/emblems,192x192/emotes,192x192/filesystems,192x192/intl,192x192/mimetypes,192x192/places,192x192/status,192x192/stock/chart,192x192/stock/code,192x192/stock/data,192x192/stock/form,192x192/stock/image,192x192/stock/io,192x192/stock/media,192x192/stock/navigation,192x192/stock/net,192x192/stock/object,192x192/stock/table,192x192/stock/text,scalable/actions,scalable/animations,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/filesystems,scalable/intl,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/chart,scalable/stock/code,scalable/stock/data,scalable/stock/form,scalable/stock/image,scalable/stock/io,scalable/stock/media,scalable/stock/navigation,scalable/stock/net,scalable/stock/object,scalable/stock/table,scalable/stock/text ++Directories=16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/filesystems,16x16/intl,16x16/mimetypes,16x16/places,16x16/status,16x16/stock/chart,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,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/emotes,22x22/filesystems,22x22/intl,22x22/mimetypes,22x22/places,22x22/status,22x22/stock/chart,22x22/stock/code,22x22/stock/data,22x22/stock/document,22x22/stock/emoticons,22x22/stock/form,22x22/stock/generic,22x22/stock/image,22x22/stock/io,22x22/stock/media,22x22/stock/navigation,22x22/stock/net,22x22/stock/object,22x22/stock/table,22x22/stock/text,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/filesystems,24x24/intl,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/emoticons,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,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/filesystems,32x32/intl,32x32/mimetypes,32x32/places,32x32/status,32x32/stock/chart,32x32/stock/code,32x32/stock/data,32x32/stock/document,32x32/stock/emoticons,32x32/stock/form,32x32/stock/generic,32x32/stock/image,32x32/stock/io,32x32/stock/media,32x32/stock/navigation,32x32/stock/net,32x32/stock/object,32x32/stock/table,32x32/stock/text,36x36/actions,36x36/animations,36x36/apps,36x36/categories,36x36/devices,36x36/emblems,36x36/emotes,36x36/filesystems,36x36/intl,36x36/mimetypes,36x36/places,36x36/status,36x36/stock/chart,36x36/stock/code,36x36/stock/data,36x36/stock/document,36x36/stock/emoticons,36x36/stock/form,36x36/stock/generic,36x36/stock/image,36x36/stock/io,36x36/stock/media,36x36/stock/navigation,36x36/stock/net,36x36/stock/object,36x36/stock/table,36x36/stock/text,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/filesystems,48x48/intl,48x48/mimetypes,48x48/places,48x48/status,48x48/stock/chart,48x48/stock/code,48x48/stock/data,48x48/stock/document,48x48/stock/emoticons,48x48/stock/form,48x48/stock/generic,48x48/stock/image,48x48/stock/io,48x48/stock/media,48x48/stock/navigation,48x48/stock/net,48x48/stock/object,48x48/stock/table,48x48/stock/text,64x64/actions,64x64/animations,64x64/apps,64x64/categories,64x64/devices,64x64/emblems,64x64/emotes,64x64/filesystems,64x64/intl,64x64/mimetypes,64x64/places,64x64/status,64x64/stock/chart,64x64/stock/code,64x64/stock/data,64x64/stock/document,64x64/stock/emoticons,64x64/stock/form,64x64/stock/generic,64x64/stock/image,64x64/stock/io,64x64/stock/media,64x64/stock/navigation,64x64/stock/net,64x64/stock/object,64x64/stock/table,64x64/stock/text,72x72/actions,72x72/animations,72x72/apps,72x72/categories,72x72/devices,72x72/emblems,72x72/emotes,72x72/filesystems,72x72/intl,72x72/mimetypes,72x72/places,72x72/status,72x72/stock/chart,72x72/stock/code,72x72/stock/data,72x72/stock/document,72x72/stock/emoticons,72x72/stock/form,72x72/stock/generic,72x72/stock/image,72x72/stock/io,72x72/stock/media,72x72/stock/navigation,72x72/stock/net,72x72/stock/object,72x72/stock/table,72x72/stock/text,96x96/actions,96x96/animations,96x96/apps,96x96/categories,96x96/devices,96x96/emblems,96x96/emotes,96x96/filesystems,96x96/intl,96x96/mimetypes,96x96/places,96x96/status,96x96/stock/chart,96x96/stock/code,96x96/stock/data,96x96/stock/document,96x96/stock/emoticons,96x96/stock/form,96x96/stock/generic,96x96/stock/image,96x96/stock/io,96x96/stock/media,96x96/stock/navigation,96x96/stock/net,96x96/stock/object,96x96/stock/table,96x96/stock/text,128x128/actions,128x128/animations,128x128/apps,128x128/categories,128x128/devices,128x128/emblems,128x128/emotes,128x128/filesystems,128x128/intl,128x128/mimetypes,128x128/places,128x128/status,128x128/stock/chart,128x128/stock/code,128x128/stock/data,128x128/stock/document,128x128/stock/emoticons,128x128/stock/form,128x128/stock/generic,128x128/stock/image,128x128/stock/io,128x128/stock/media,128x128/stock/navigation,128x128/stock/net,128x128/stock/object,128x128/stock/table,128x128/stock/text,192x192/actions,192x192/animations,192x192/apps,192x192/categories,192x192/devices,192x192/emblems,192x192/emotes,192x192/filesystems,192x192/intl,192x192/mimetypes,192x192/places,192x192/status,192x192/stock/chart,192x192/stock/code,192x192/stock/data,192x192/stock/document,192x192/stock/emoticons,192x192/stock/form,192x192/stock/generic,192x192/stock/image,192x192/stock/io,192x192/stock/media,192x192/stock/navigation,192x192/stock/net,192x192/stock/object,192x192/stock/table,192x192/stock/text,scalable/actions,scalable/animations,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/filesystems,scalable/intl,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/chart,scalable/stock/code,scalable/stock/data,scalable/stock/document,scalable/stock/emoticons,scalable/stock/form,scalable/stock/generic,scalable/stock/image,scalable/stock/io,scalable/stock/media,scalable/stock/navigation,scalable/stock/net,scalable/stock/object,scalable/stock/table,scalable/stock/text + + + [16x16/actions] +@@ -80,11 +80,26 @@ Size=16 + Context=Stock + Type=Threshold + ++[16x16/stock/document] ++Size=16 ++Context=Stock ++Type=Threshold ++ ++[16x16/stock/emoticons] ++Size=16 ++Context=Stock ++Type=Threshold ++ + [16x16/stock/form] + Size=16 + Context=Stock + Type=Threshold + ++[16x16/stock/generic] ++Size=16 ++Context=Stock ++Type=Threshold ++ + [16x16/stock/image] + Size=16 + Context=Stock +@@ -200,11 +215,26 @@ Size=22 + Context=Stock + Type=Threshold + ++[22x22/stock/document] ++Size=22 ++Context=Stock ++Type=Threshold ++ ++[22x22/stock/emoticons] ++Size=22 ++Context=Stock ++Type=Threshold ++ + [22x22/stock/form] + Size=22 + Context=Stock + Type=Threshold + ++[22x22/stock/generic] ++Size=22 ++Context=Stock ++Type=Threshold ++ + [22x22/stock/image] + Size=22 + Context=Stock +@@ -320,11 +350,26 @@ Size=24 + Context=Stock + Type=Threshold + ++[24x24/stock/document] ++Size=24 ++Context=Stock ++Type=Threshold ++ ++[24x24/stock/emoticons] ++Size=24 ++Context=Stock ++Type=Threshold ++ + [24x24/stock/form] + Size=24 + Context=Stock + Type=Threshold + ++[24x24/stock/generic] ++Size=24 ++Context=Stock ++Type=Threshold ++ + [24x24/stock/image] + Size=24 + Context=Stock +@@ -440,11 +485,26 @@ Size=32 + Context=Stock + Type=Threshold + ++[32x32/stock/document] ++Size=32 ++Context=Stock ++Type=Threshold ++ ++[32x32/stock/emoticons] ++Size=32 ++Context=Stock ++Type=Threshold ++ + [32x32/stock/form] + Size=32 + Context=Stock + Type=Threshold + ++[32x32/stock/generic] ++Size=32 ++Context=Stock ++Type=Threshold ++ + [32x32/stock/image] + Size=32 + Context=Stock +@@ -560,11 +620,26 @@ Size=36 + Context=Stock + Type=Threshold + ++[36x36/stock/document] ++Size=36 ++Context=Stock ++Type=Threshold ++ ++[36x36/stock/emoticons] ++Size=36 ++Context=Stock ++Type=Threshold ++ + [36x36/stock/form] + Size=36 + Context=Stock + Type=Threshold + ++[36x36/stock/generic] ++Size=36 ++Context=Stock ++Type=Threshold ++ + [36x36/stock/image] + Size=36 + Context=Stock +@@ -680,11 +755,26 @@ Size=48 + Context=Stock + Type=Threshold + ++[48x48/stock/document] ++Size=48 ++Context=Stock ++Type=Threshold ++ ++[48x48/stock/emoticons] ++Size=48 ++Context=Stock ++Type=Threshold ++ + [48x48/stock/form] + Size=48 + Context=Stock + Type=Threshold + ++[48x48/stock/generic] ++Size=48 ++Context=Stock ++Type=Threshold ++ + [48x48/stock/image] + Size=48 + Context=Stock +@@ -800,11 +890,26 @@ Size=64 + Context=Stock + Type=Threshold + ++[64x64/stock/document] ++Size=64 ++Context=Stock ++Type=Threshold ++ ++[64x64/stock/emoticons] ++Size=64 ++Context=Stock ++Type=Threshold ++ + [64x64/stock/form] + Size=64 + Context=Stock + Type=Threshold + ++[64x64/stock/generic] ++Size=64 ++Context=Stock ++Type=Threshold ++ + [64x64/stock/image] + Size=64 + Context=Stock +@@ -919,11 +1024,26 @@ Size=72 + Context=Stock + Type=Threshold + ++[72x72/stock/document] ++Size=72 ++Context=Stock ++Type=Threshold ++ ++[72x72/stock/emoticons] ++Size=72 ++Context=Stock ++Type=Threshold ++ + [72x72/stock/form] + Size=72 + Context=Stock + Type=Threshold + ++[72x72/stock/generic] ++Size=72 ++Context=Stock ++Type=Threshold ++ + [72x72/stock/image] + Size=72 + Context=Stock +@@ -1039,11 +1159,26 @@ Size=96 + Context=Stock + Type=Threshold + ++[96x96/stock/document] ++Size=96 ++Context=Stock ++Type=Threshold ++ ++[96x96/stock/emoticons] ++Size=96 ++Context=Stock ++Type=Threshold ++ + [96x96/stock/form] + Size=96 + Context=Stock + Type=Threshold + ++[96x96/stock/generic] ++Size=96 ++Context=Stock ++Type=Threshold ++ + [96x96/stock/image] + Size=96 + Context=Stock +@@ -1159,11 +1294,26 @@ Size=128 + Context=Stock + Type=Threshold + ++[128x128/stock/document] ++Size=128 ++Context=Stock ++Type=Threshold ++ ++[128x128/stock/emoticons] ++Size=128 ++Context=Stock ++Type=Threshold ++ + [128x128/stock/form] + Size=128 + Context=Stock + Type=Threshold + ++[128x128/stock/generic] ++Size=128 ++Context=Stock ++Type=Threshold ++ + [128x128/stock/image] + Size=128 + Context=Stock +@@ -1279,11 +1429,26 @@ Size=192 + Context=Stock + Type=Threshold + ++[192x192/stock/document] ++Size=192 ++Context=Stock ++Type=Threshold ++ ++[192x192/stock/emoticons] ++Size=192 ++Context=Stock ++Type=Threshold ++ + [192x192/stock/form] + Size=192 + Context=Stock + Type=Threshold + ++[192x192/stock/generic] ++Size=192 ++Context=Stock ++Type=Threshold ++ + [192x192/stock/image] + Size=192 + Context=Stock +@@ -1325,169 +1490,190 @@ Context=Stock + Type=Threshold + + [scalable/actions] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Actions + Type=Scalable + + [scalable/animations] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Animations + Type=Scalable + + [scalable/apps] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Applications + Type=Scalable + + [scalable/categories] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Categories + Type=Scalable + + [scalable/devices] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Devices + Type=Scalable + + [scalable/emblems] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Emblems + Type=Scalable + + [scalable/emotes] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Emotes + Type=Scalable + + [scalable/filesystems] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=FileSystems + Type=Scalable + + [scalable/intl] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=International + Type=Scalable + + [scalable/mimetypes] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=MimeTypes + Type=Scalable + + [scalable/places] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Places + Type=Scalable + + [scalable/status] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Status + Type=Scalable + + [scalable/stock/chart] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/code] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/data] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 ++MaxSize=256 ++Context=Stock ++Type=Scalable ++ ++[scalable/stock/document] ++MinSize=32 ++Size=48 ++MaxSize=256 ++Context=Stock ++Type=Scalable ++ ++[scalable/stock/emoticons] ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/form] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 ++MaxSize=256 ++Context=Stock ++Type=Scalable ++ ++[scalable/stock/generic] ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/image] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/io] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/media] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/navigation] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/net] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/object] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/table] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable + + [scalable/stock/text] +-MinSize=1 +-Size=128 ++MinSize=32 ++Size=48 + MaxSize=256 + Context=Stock + Type=Scalable diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4