Dan Mashal c038f5e
Summary:    GNOME icon theme
Dan Mashal c038f5e
Name:       gnome-icon-theme
Richard Hughes 4c0722c
Version:    3.12.0
Dan Mashal eb0ee88
License:    LGPLv3+
1313a0c
Release:    22%{?dist}
Dan Mashal c038f5e
URL:        http://www.gnome.org
Dan Mashal c038f5e
c164977
#VCS: git:git://git.gnome.org/gnome-icon-theme
Richard Hughes 4c0722c
Source0: http://download.gnome.org/sources/gnome-icon-theme/3.12/%{name}-%{version}.tar.xz
e8d04ac
Source1: legacy-icon-mapping.xml
Dan Mashal c038f5e
Igor Gnatenko d3af617
BuildRequires:  gcc
1ae106e
BuildRequires: gtk2
Dan Mashal cd207b3
BuildRequires: icon-naming-utils >= 0.8.7
Dan Mashal cd207b3
BuildRequires: intltool
1ae106e
BuildRequires: librsvg2
7c87a50
BuildRequires: make
cvsdist d9ca842
Requires: hicolor-icon-theme
cvsdist ab9945b
Dan Mashal c038f5e
BuildArch: noarch
Dan Mashal c038f5e
cvsdist ab9945b
%description
3b828f4
This package contains the default icon theme used by the GNOME desktop.
cvsdist ab9945b
1259d40
%package legacy
1259d40
Summary: Old names for icons in gnome-icon-theme
6643609
Requires: %{name} = %{version}-%{release}
1259d40
1259d40
%description legacy
1259d40
This package contains symlinks to make the icons in gnome-icon-theme
1259d40
available under old names.
1259d40
Dan Mashal c038f5e
%package devel
Dan Mashal c038f5e
Dan Mashal c038f5e
Summary: Development files for gnome-icon-theme
6643609
Requires: %{name} = %{version}-%{release}
Dan Mashal c038f5e
Dan Mashal c038f5e
%description devel
Dan Mashal c038f5e
Development files for gnome-icon-theme
Dan Mashal c038f5e
cvsdist ab9945b
%prep
cvsdist ab9945b
%setup -q
cvsdist ab9945b
cvsdist ab9945b
%build
0bf0c7e
%configure --enable-icon-mapping
cvsdist ab9945b
cvsdist ab9945b
%install
1bb1c43
make install DESTDIR=$RPM_BUILD_ROOT
327bd64
e37a105
touch $RPM_BUILD_ROOT%{_datadir}/icons/gnome/icon-theme.cache
e37a105
4167540
# Don't install icons that conflict with gnome-control-center package
4167540
# https://gitlab.gnome.org/GNOME/gnome-control-center/issues/3
4167540
rm $RPM_BUILD_ROOT%{_datadir}/icons/gnome/*/categories/gnome-control-center.png
4167540
e8d04ac
cp %{SOURCE1} .
e8d04ac
export INU_DATA_DIR=$PWD
e8d04ac
(cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome
e8d04ac
for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
e8d04ac
        cd $size || continue;
e8d04ac
        echo -e "Adding rtl variants for $size"
e8d04ac
        for dir in `find . -type d`; do
e8d04ac
                context="`echo $dir | cut -c 3-`"
e8d04ac
                if [ $context ]; then
e8d04ac
                        icon-name-mapping -c $context
e8d04ac
                fi
e8d04ac
        done
e8d04ac
        cd ..
e8d04ac
done
e8d04ac
)
e8d04ac
027002f
# Add scalable directories for symbolic icons
027002f
(cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome
027002f
027002f
mkdir -p scalable/actions
027002f
mkdir -p scalable/apps
027002f
mkdir -p scalable/devices
027002f
mkdir -p scalable/emblems
027002f
mkdir -p scalable/mimetypes
027002f
mkdir -p scalable/places
027002f
mkdir -p scalable/status
027002f
)
027002f
e8d04ac
touch files.txt
e8d04ac
1259d40
(cd $RPM_BUILD_ROOT%{_datadir}
1bb1c43
 echo "%%defattr(-,root,root)"
e8d04ac
 find icons/gnome \( -name *-rtl.png -or -name *-ltr.png -or -type f \) -printf "%%%%{_datadir}/%%p\n"
0bf0c7e
 find icons/gnome -type d -printf "%%%%dir %%%%{_datadir}/%%p\n"
1259d40
) > files.txt
1259d40
1259d40
(cd $RPM_BUILD_ROOT%{_datadir}
1bb1c43
 echo "%%defattr(-,root,root)"
e8d04ac
 find icons/gnome \( -type l -and -not -name *-rtl.png -and -not -name *-ltr.png \) -printf "%%%%{_datadir}/%%p\n"
1259d40
) > legacy.txt
1259d40
345f240
%transfiletriggerin -- %{_datadir}/icons/gnome
345f240
gtk-update-icon-cache --force %{_datadir}/icons/gnome &>/dev/null || :
1259d40
345f240
%transfiletriggerpostun -- %{_datadir}/icons/gnome
345f240
gtk-update-icon-cache --force %{_datadir}/icons/gnome &>/dev/null || :
1259d40
1259d40
%files -f files.txt
1802235
%doc COPYING AUTHORS
e37a105
%ghost %{_datadir}/icons/gnome/icon-theme.cache
a79591c
1259d40
%files legacy -f legacy.txt
cvsdist ab9945b
Dan Mashal c038f5e
%files devel
Dan Mashal c038f5e
%{_datadir}/pkgconfig/gnome-icon-theme.pc
Dan Mashal c038f5e
cvsdist ab9945b
%changelog
1313a0c
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-22
1313a0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1313a0c
97b044d
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-21
97b044d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
97b044d
7180a34
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-20
7180a34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
7180a34
f8ccb2c
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-19
f8ccb2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
f8ccb2c
1da332d
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-18
1da332d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
1da332d
04c8adf
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-17
04c8adf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
04c8adf
cca845a
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-16
cca845a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
cca845a
99bd6d1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-15
99bd6d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
99bd6d1
f6ff4c7
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-14
f6ff4c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f6ff4c7
125b58f
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-13
125b58f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
125b58f
950576c
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-12
950576c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
950576c
822c93d
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-11
822c93d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
822c93d
0835afb
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-10
0835afb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0835afb
4167540
* Sat Apr 14 2018 Kalev Lember <klember@redhat.com> - 3.12.0-9
4167540
- Don't install icons that conflict with gnome-control-center package
4167540
  (#1567531)
4167540
d456f62
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-8
d456f62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d456f62
953e1cc
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-7
953e1cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
953e1cc
345f240
* Thu Jun 22 2017 Kalev Lember <klember@redhat.com> - 3.12.0-6
345f240
- Add file triggers for gtk-update-icon-cache
345f240
5b89149
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-5
5b89149
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5b89149
a90153e
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-4
a90153e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a90153e
9c71328
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-3
9c71328
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9c71328
81790f5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-2
81790f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
81790f5
Richard Hughes 4c0722c
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes 4c0722c
- Update to 3.12.0
Richard Hughes 4c0722c
9398d5f
* Thu Mar 20 2014 Matthias Clasen <mclasen@redhat.com> - 3.11.92-1
9398d5f
- Update to 3.11.92
9398d5f
f8d6338
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.5-1
9398d5f
- Update to 3.11.5 
f8d6338
d7bdb6f
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
d7bdb6f
- Update to 3.10.0
d7bdb6f
775a7c9
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
775a7c9
- Update to 3.9.5
775a7c9
1dd86a6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-5
1dd86a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1dd86a6
Dan Mashal eb0ee88
* Wed Jun 12 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 3.8.2-4
Dan Mashal eb0ee88
- Update license to LGPLv3+
Dan Mashal eb0ee88
Dan Mashal c038f5e
* Tue Jun 11 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 3.8.2-3
Dan Mashal c038f5e
- Split pc file into devel package properly as per guidelines (972372)
Dan Mashal c038f5e
- Update to proper license (LGPLv2+)
Dan Mashal c038f5e
- Update BR's (use gnome-common)
Dan Mashal c038f5e
- Update bogus changelog dates
Dan Mashal c038f5e
- Make spec file easier to read
Dan Mashal c038f5e
- Add missing url tag
Dan Mashal c038f5e
8b0c8f0
* Sat Jun  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-2
8b0c8f0
- Drop dep on pkgconfig, instead co-own /usr/share/pkgconfig
8b0c8f0
Richard Hughes 05d8faf
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
Richard Hughes 05d8faf
- Update to 3.8.2
Richard Hughes 05d8faf
Richard Hughes 0521ab8
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
Richard Hughes 0521ab8
- Update to 3.8.0
Richard Hughes 0521ab8
40c80d5
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
40c80d5
- Update to 3.7.91
40c80d5
8bf37ec
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
8bf37ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8bf37ec
a086c86
* Thu Jan 17 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
a086c86
- Update to 3.7.4
a086c86
Debarshi Ray 05ec4dd
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.3-1
Debarshi Ray 05ec4dd
- Update to 3.7.3
Debarshi Ray 05ec4dd
8007b4b
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
8007b4b
- Update to 3.6.2
8007b4b
76ed6eb
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
76ed6eb
- Update to 3.6.0
76ed6eb
Richard Hughes 4a49418
* Tue Aug 28 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 4a49418
- Update to 3.5.90
Richard Hughes 4a49418
Richard Hughes 805e6b7
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
Richard Hughes 805e6b7
- Update to 3.5.5
Richard Hughes 805e6b7
6fee0ea
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
6fee0ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6fee0ea
Richard Hughes a67a4bf
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
Richard Hughes a67a4bf
- Update to 3.4.0
Richard Hughes a67a4bf
201892a
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
201892a
- Update to 3.3.91
201892a
6dc8755
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1.2-2
6dc8755
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6dc8755
568d072
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1.2-1
568d072
- Update to 3.2.1.2
568d072
5b76183
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1.1-1
5b76183
- Update to 3.2.1.1
5b76183
86f4082
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
86f4082
- Update to 3.2.1
86f4082
49ae5c8
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
49ae5c8
- Update to 3.2.0
49ae5c8
86f4082
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
86f4082
- Update to 3.1.90
86f4082
09dedb2
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
09dedb2
- Update to 3.1.4
09dedb2
Christopher Aillon 6fb1475
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
Christopher Aillon 6fb1475
- Update icon cache scriptlet
Christopher Aillon 6fb1475
Christopher Aillon 3200236
* Tue Apr  5 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
Christopher Aillon 3200236
- Update to 3.0.0
Christopher Aillon 3200236
3f90bf8
* Wed Mar 30 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
3f90bf8
- Update to 2.91.93
3f90bf8
e01d4d1
* Tue Mar 29 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-6
1e87b6e
- Drop the logos package; there shall be no system-logos
1e87b6e
  other than fedora-logos...
1e87b6e
e15d521
* Thu Mar 24 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-3
e15d521
- Make the logos package noarch
e15d521
3472848
* Thu Mar 24 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-2
3472848
- Add a logos subpackage
3472848
Christopher Aillon efd1661
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> 2.91.92-1
Christopher Aillon efd1661
- Update to 2.91.92
Christopher Aillon efd1661
9f701d4
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-1
9f701d4
- Update to 2.91.7
9f701d4
0f6d59a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-4
0f6d59a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0f6d59a
e37a105
* Tue Feb  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
e37a105
- Don't include icon cache
e37a105
e8d04ac
* Mon Feb  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-2
e8d04ac
- No longer ship gtk- legacy symlinks in the main package,
e8d04ac
  GTK+ doesn't use them anymore
e8d04ac
- Do ship -rtl/-ltr symlinks for some names
e8d04ac
1bb1c43
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
1bb1c43
- Update to 2.91.6
paragn 8a3686e
ce7f6b8
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> 2.31.0-1
ce7f6b8
- Update to 2.31.0
ce7f6b8
0bf0c7e
* Sun Jun 13 2010 Matthias Clasen <mclasen@redhat.com> 2.30.3-2
0bf0c7e
- Another attempt to split legacy off
0bf0c7e
4ab645e
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.3-1
4ab645e
- Update to 2.30.3
4ab645e
027002f
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2.1-2
027002f
- Add scalable directories for symbolic icons
027002f
689ef9e
* Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.2.1-1
689ef9e
- Update to 2.30.2.1
689ef9e
762fe30
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-1
762fe30
- Update to 2.30.2
762fe30
1259d40
* Tue Apr 20 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
1259d40
- Drop extra icons
1259d40
- Split off a legacy subpackage
1259d40
becd981
* Sun Apr 18 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
becd981
- Update to 2.30.1
becd981
21f16b0
* Fri Apr  2 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-2
21f16b0
- Fix a zoom icon
21f16b0
e2051d8
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
e2051d8
- Update to 2.30.0
e2051d8
8cc7d7f
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> 2.29.3-1
8cc7d7f
- 2.29.3
8cc7d7f
ca6cb83
* Tue Mar 23 2010 Bastien Nocera <bnocera@redhat.com> 2.29.2-3
ca6cb83
- Update scriptlets
ca6cb83
0822a04
* Tue Mar 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.2-2
0822a04
- Add gtk-missing-image to legacy mapping
0822a04
a79591c
* Tue Mar  9 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.2-1
a79591c
- Update to 2.29.2
a79591c
- The .pc file is back
a79591c
4cea5e2
* Mon Mar  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-3
4cea5e2
- Add process-working animation back
4cea5e2
565cee1
* Sun Feb 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-2
565cee1
- Fix up some issues with icons that got lost
565cee1
856298e
* Fri Feb 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-1
856298e
- Update to 2.29.0
856298e
25d77ed
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
25d77ed
- Update to 2.28.0
25d77ed
4ba3454
* Tue Aug 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-2
4ba3454
- Add gtk print icons.
4ba3454
d56ddca
* Fri Aug 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
d56ddca
- Update to 2.27.90
d56ddca
7628e31
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-3
7628e31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7628e31
6aa25e2
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
6aa25e2
- Add a window icon so we don't show missing icons in window frames
6aa25e2
6f9d5d8
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
6f9d5d8
- Update to 2.26.0
6f9d5d8
4a33e14
* Sat Mar  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-3
4a33e14
- Add a 48x48 spinner back
4a33e14
62bc72b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
62bc72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
62bc72b
edb3f54
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
edb3f54
- Update to 2.25.91
edb3f54
David Zeuthen 45d0554
* Tue Feb 17 2009 David Zeuthen <davidz@redhat.com> - 2.24.0-3
David Zeuthen 45d0554
- Update device icons
David Zeuthen 45d0554
3b828f4
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
3b828f4
- Tweak summary and description
3b828f4
0be7cba
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
0be7cba
- Update to 2.24.0
0be7cba
21e8127
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
21e8127
- Update to 2.23.92
21e8127
defd54c
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
defd54c
- Update to 2.23.91
defd54c
830330e
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
830330e
- Update to 2.23.90
830330e
d5ceab1
* Wed Jul 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-2
d5ceab1
- Re-add the symlinks for gtk stock icons again
d5ceab1
a2e7b33
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
a2e7b33
- Update to 2.23.3
a2e7b33
c73f4d8
* Fri Jun 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-2
c73f4d8
- Re-add the symlinks for gtk stock icons, remove some other symlinks
c73f4d8
7c4cbc7
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
7c4cbc7
- Update to 2.23.2
7c4cbc7
Dan Mashal c038f5e
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-6
David Zeuthen 9e4a8ac
- Refresh disc icons
David Zeuthen 9e4a8ac
David Zeuthen b9b2b83
* Tue Apr  1 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-5
David Zeuthen b9b2b83
- Switch open and close padlock encrypted drives/media
David Zeuthen b9b2b83
- Replace the flash media icons with something that is compatible
David Zeuthen b9b2b83
  with the GPL that gnome-icon-theme is under (thanks Mike Langlie)
David Zeuthen b9b2b83
David Zeuthen c3f3d7b
* Mon Mar 24 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-4
David Zeuthen c3f3d7b
- Rebuild
David Zeuthen c3f3d7b
David Zeuthen 65422f8
* Mon Mar 24 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-3
David Zeuthen 65422f8
- Switch media-encrypted and drive-encrypted
David Zeuthen 65422f8
David Zeuthen e3495a6
* Mon Mar 24 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-2
David Zeuthen e3495a6
- Add a bunch of device icons from Mike Langlie
David Zeuthen e3495a6
93f845d
* Tue Mar 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
93f845d
- Update to 2.22.0
93f845d
0aa66eb
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
0aa66eb
- Update to 2.21.92
0aa66eb
d1625ee
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
d1625ee
- Update to 2.21.4
d1625ee
d4b7ec7
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
d4b7ec7
- Rebuild with newer icon-naming-utils
d4b7ec7
af95ae4
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
af95ae4
- Update to 2.20.0
af95ae4
4324a53
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
4324a53
- Update to 2.19.91
4324a53
0fbacde
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
0fbacde
- Update to 2.19.90
0fbacde
- Further correction of the license field
0fbacde
1802235
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
1802235
- Update to 2.19.6
1802235
- Update license field
1802235
5f117d4
* Wed Jun 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
5f117d4
- Update to 2.19.1
5f117d4
99e6a4f
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
99e6a4f
- Update to 2.18.0
99e6a4f
4975c71
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
4975c71
- Update to 2.17.91
4975c71
07971ed
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
07971ed
- Update to 2.17.5
07971ed
Dan Mashal c038f5e
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4.1-1
c54dd3c
- Update to 2.17.4.1
c54dd3c
7082f76
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
7082f76
- Update to 2.17.4
7082f76
d43a059
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
d43a059
- Update to 2.17.3
d43a059
7a42747
* Tue Nov 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2.1-2
7a42747
- Fix duplicate emblems in nautilus (#217090)
7a42747
6adc90e
* Sun Nov 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2.1-1
6adc90e
- Update to 2.17.2.1
6adc90e
4608f50
* Tue Nov  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
4608f50
- Update to 2.17.2
4608f50
dc198bc
* Wed Oct  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-2
dc198bc
- Fix broken symlinks (#208399)
dc198bc
b1f10be
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-1
b1f10be
- Update to 2.16.0.1
b1f10be
a0bf1c6
* Sun Sep  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
a0bf1c6
- Update to 2.16.0
a0bf1c6
c2bf6ee
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> 2.15.92-1.fc6
c2bf6ee
- Update to 2.15.92
09ad8d8
- Require pkgconfig
c2bf6ee
10cca4c
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> 2.15.91-1.fc6
10cca4c
- Update to 2.15.91
10cca4c
Dan Mashal c038f5e
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> 2.15.90-1.fc6
fa61dea
- Update to 2.15.90
fa61dea
8c81f76
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> 2.15.3-1
8c81f76
- Update to 2.15.3
8c81f76
e4a6a4f
* Wed Jun  7 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-3
e4a6a4f
- Fix a problem in %%post (#194323)
e4a6a4f
2939e12
* Tue Jun  6 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-2
2939e12
- Add BuildRequires for perl-XML-Parser
2939e12
3faa8d7
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
3faa8d7
- Update to 2.15.2
3faa8d7
04ebf4b
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
04ebf4b
- Update to 2.15.1
04ebf4b
ff0542d
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> 2.14.2-2
ff0542d
- Update to 2.14.2
ff0542d
- Add symlinks to make application/xml work
ff0542d
a6968b4
* Sat Feb 25 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-1
a6968b4
- Update to 2.14.1
a6968b4
8882508
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-2
8882508
- Add small epiphany icon (again!!)
8882508
76a1cdc
* Sun Feb 12 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
76a1cdc
- Update to 2.14.0
76a1cdc
06085f0
* Thu Feb  9 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-4
06085f0
- Add better shutdown icon
06085f0
04ef6f1
* Thu Feb  9 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-3
04ef6f1
- Add the spinner back
04ef6f1
a38da3c
* Tue Feb  7 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-2
a38da3c
- Add back some icons that went missing
a38da3c
- Fix redhat- symlinks that were broken since FC1
a38da3c
9f22259
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-1
9f22259
- Update to 2.13.7
9f22259
66418ff
* Mon Jan 23 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5.1-2
66418ff
- Fix a typo in index.theme
66418ff
c9ebda4
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5.1-1
c9ebda4
- Update to 2.13.5.1
c9ebda4
- BuildRequire icon-naming-utils
1c1d9cd
8aa85ab
* Tue Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
8aa85ab
- Update to 2.13.4
8aa85ab
a4ab629
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a4ab629
- rebuilt
a4ab629
1784bfa
* Fri Dec  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.2-1
1784bfa
- Update to 2.13.2
1784bfa
90397e5
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
90397e5
- Update to 2.12.1
90397e5
3afd7bd
* Sat Oct  1 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-2
3afd7bd
- Only call gtk-update-icon-cache on directories which have a
3afd7bd
  theme index file
3afd7bd
189f54c
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
189f54c
- update to 2.12.0
189f54c
2f8c9fc
* Fri Jul 08 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-6
2f8c9fc
- update the redone icons with new ones from dfong
2f8c9fc
327bd64
* Tue Jul 05 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-5
327bd64
- replace some upstream icons with redone ones 
327bd64
2b47f33
* Wed Apr 13 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-4
2b47f33
- Fix redhat-office link
2b47f33
b9e7a4f
* Wed Apr 13 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-3
b9e7a4f
- More relative symlink fixes
b9e7a4f
f5ee2c0
* Tue Apr 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.1-2
f5ee2c0
- Use relative symlinks instead of absolute ones, 
f5ee2c0
  which the build system no longer accepts.
f5ee2c0
b61ea06
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> - 2.10.1-1
b61ea06
- Update to upstream version 2.10.1
b61ea06
bb3fa25
* Thu Mar 17 2005 John (J5) Palmieri <johnp@redhat.com> - 2.9.92-1
bb3fa25
- Update to upstream version 2.9.92
bb3fa25
Dan Mashal c038f5e
* Mon Mar  7 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-2
7d8eac3
- Fix %%post 
7d8eac3
27421da
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-1
27421da
- Update to 2.9.91
27421da
4af2d27
* Fri Feb  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-3
4af2d27
- Silence %%post
4af2d27
388fefb
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-2
388fefb
- Prereq gtk2 since we use gtk-update-icon-cache in %%post
388fefb
bfb8f4c
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
bfb8f4c
- Update to 2.9.90
bfb8f4c
- Update icon caches in %%post
bfb8f4c
2c3b9b8
* Wed Sep 22 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
2c3b9b8
- Update to 2.8.0
2c3b9b8
cvsdist 5ba80b5
* Wed Sep  1 2004 Alexander Larsson <alexl@redhat.com> - 2.7.90-2
cvsdist 5ba80b5
- Import copies of fallback icon in other packages (#128800, #114534)
cvsdist 5ba80b5
cvsdist 18d8159
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.7.90-1
cvsdist 18d8159
- update to 2.7.90
cvsdist 18d8159
cvsdist b4b649f
* Wed Aug  4 2004 Owen Taylor <otaylor@redhat.com> - 1.3.6-1
cvsdist b4b649f
- Update to 1.3.6
cvsdist b4b649f
cvsdist b4b649f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b4b649f
- rebuilt
cvsdist b4b649f
cvsdist aea7a87
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 1.2.0-1
cvsdist aea7a87
- update to 1.2.0
cvsdist aea7a87
cvsdist aa34f2d
* Wed Mar 10 2004 Alexander Larsson <alexl@redhat.com> 1.1.90-1
cvsdist aa34f2d
- update to 1.1.90
cvsdist aa34f2d
cvsdist aa34f2d
* Wed Mar  3 2004 Alexander Larsson <alexl@redhat.com> 1.1.8-2
cvsdist aa34f2d
- remove redhat-main-menu symlink (#100407)
cvsdist aa34f2d
cvsdist aa34f2d
* Mon Feb 23 2004 Alexander Larsson <alexl@redhat.com> 1.1.8-1
cvsdist aa34f2d
- update to 1.1.8
cvsdist aa34f2d
cvsdist aa34f2d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist aa34f2d
- rebuilt
cvsdist aa34f2d
cvsdist d9ca842
* Mon Jan 19 2004 Alexander Larsson <alexl@redhat.com> 1.1.5-1
cvsdist d9ca842
- 1.1.5
cvsdist d9ca842
- Removed hidden patch. Why should gnome not be visible?
cvsdist d9ca842
  Its not like you don't see all the kde themes from Gnome, and
cvsdist d9ca842
  they don't work well in Gnome.
cvsdist d9ca842
cvsdist a7964c0
* Thu Oct  9 2003 Alexander Larsson <alexl@redhat.com> 1.0.9-2
cvsdist a7964c0
- Fix symlinks for redhat menu icons
cvsdist a7964c0
cvsdist a7964c0
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 1.0.9-1
cvsdist a7964c0
- update to 1.0.9
cvsdist a7964c0
cvsdist a7964c0
* Tue Jul 15 2003 Matt Wilson <msw@redhat.com> 1.0.6-1
cvsdist a7964c0
- update to 1.0.6
cvsdist a7964c0
cvsdist a7964c0
* Wed Jul  9 2003 Alexander Larsson <alexl@redhat.com> 1.0.5-1.E
cvsdist a7964c0
- Rebuild
cvsdist a7964c0
cvsdist a7964c0
* Tue Jul  1 2003 Alexander Larsson <alexl@redhat.com> 1.0.5-1
cvsdist a7964c0
- Update to 1.0.5
cvsdist a7964c0
cvsdist a7964c0
* Fri Jun 13 2003 Elliot Lee <sopwithredhat.com> 1.0.2-3
cvsdist a7964c0
- Update evolution icon link again
cvsdist a7964c0
cvsdist a7964c0
* Fri May 16 2003 Alexander Larsson <alexl@redhat.com> 1.0.2-2
cvsdist a7964c0
- Update evolution icon link (#90050)
cvsdist a7964c0
cvsdist a7964c0
* Mon Mar 31 2003 Alexander Larsson <alexl@redhat.com> 1.0.2-1
cvsdist a7964c0
- Update to 1.0.2
cvsdist a7964c0
cvsdist ab9945b
* Sun Feb 16 2003 Than Ngo <than@redhat.com> 1.0.0-4
cvsdist ab9945b
- remove kde hicolor patch, it's not required anymore
cvsdist ab9945b
- add patch to make gnome icon theme hidden in KDE
cvsdist ab9945b
cvsdist ab9945b
* Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.0.0-3
cvsdist ab9945b
- inherit from hicolor to make kde work
cvsdist ab9945b
cvsdist ab9945b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist ab9945b
- rebuilt
cvsdist ab9945b
cvsdist ab9945b
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 1.0.0-1
cvsdist ab9945b
- Update to 1.0.0
cvsdist ab9945b
cvsdist ab9945b
* Fri Jan 17 2003 Havoc Pennington <hp@redhat.com> 0.1.5-2
cvsdist ab9945b
- make the gnome theme contain some symlinks to cover 
cvsdist ab9945b
  the redhat-*.png names
cvsdist ab9945b
cvsdist ab9945b
* Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 0.1.5-1
cvsdist ab9945b
- Update to 0.1.5
cvsdist ab9945b
cvsdist ab9945b
* Wed Dec  4 2002 Alexander Larsson <alexl@redhat.com> 0.1.3-1
cvsdist ab9945b
- Initial build.