readd some missing icons

epel9
Matthias Clasen 15 years ago
parent 392bfdcc3c
commit 565cee17ab

@ -1,12 +1,13 @@
Summary: GNOME icon theme Summary: GNOME icon theme
Name: gnome-icon-theme Name: gnome-icon-theme
Version: 2.29.0 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 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 Source1: gnome-icon-theme-extra-device-icons-5.tar.bz2
Source2: legacy-icon-mapping.xml Source2: legacy-icon-mapping.xml
Source3: window.png Source3: window.png
Source4: gtk_print_icons.tar.bz2 Source4: gtk_print_icons.tar.bz2
Source5: lost-icons.tar.bz2
License: GPL+ License: GPL+
BuildArch: noarch BuildArch: noarch
Group: User Interface/Desktops Group: User Interface/Desktops
@ -25,7 +26,7 @@ This package contains the default icon theme used by the GNOME desktop.
%setup -q %setup -q
%build %build
%configure --disable-hicolor-check %configure
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -52,10 +53,41 @@ for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
done done
tar xj -C $RPM_BUILD_ROOT/usr/share/icons/gnome -f %{SOURCE1} tar xj -C $RPM_BUILD_ROOT/usr/share/icons/gnome -f %{SOURCE1}
cp %{SOURCE3} $RPM_BUILD_ROOT/usr/share/icons/gnome/16x16/apps 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 %{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 %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -75,6 +107,9 @@ done
%{_datadir}/icons/gnome %{_datadir}/icons/gnome
%changelog %changelog
* Sun Feb 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-2
- Fix up some issues with icons that got lost
* Fri Feb 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-1 * Fri Feb 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-1
- Update to 2.29.0 - Update to 2.29.0

@ -263,5 +263,15 @@
<icon name="dialog-warning"> <icon name="dialog-warning">
<link>gtk-dialog-warning</link> <link>gtk-dialog-warning</link>
</icon> </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> </context>
</mapping> </mapping>

@ -1,3 +1,4 @@
ad839210162581983a242fbb15000e4c lost-icons.tar.bz2
012ebb4b5155a381d869d5c906fc23ba gnome-icon-theme-2.29.0.tar.bz2 012ebb4b5155a381d869d5c906fc23ba gnome-icon-theme-2.29.0.tar.bz2
824f011a845100714eb8a47199cf4398 gnome-icon-theme-extra-device-icons-5.tar.bz2 824f011a845100714eb8a47199cf4398 gnome-icon-theme-extra-device-icons-5.tar.bz2
3a2837cf20fc206d3a7b963661fcf4ce gtk_print_icons.tar.bz2 3a2837cf20fc206d3a7b963661fcf4ce gtk_print_icons.tar.bz2

Loading…
Cancel
Save