Blame SPECS/gnome-icon-theme.spec

049aec
Summary: GNOME icon theme
049aec
Name: gnome-icon-theme
049aec
Version: 3.12.0
049aec
Release: 1%{?dist}
049aec
#VCS: git:git://git.gnome.org/gnome-icon-theme
049aec
Source0: http://download.gnome.org/sources/gnome-icon-theme/3.12/%{name}-%{version}.tar.xz
049aec
Source1: legacy-icon-mapping.xml
049aec
License: LGPLv3+
049aec
BuildArch: noarch
049aec
Group: User Interface/Desktops
049aec
BuildRequires: icon-naming-utils >= 0.8.7
049aec
BuildRequires: gettext
049aec
BuildRequires: librsvg2
049aec
BuildRequires: intltool
049aec
BuildRequires: gtk2
049aec
Requires: hicolor-icon-theme
049aec
Requires: pkgconfig
049aec
049aec
%description
049aec
This package contains the default icon theme used by the GNOME desktop.
049aec
049aec
%package legacy
049aec
Summary: Old names for icons in gnome-icon-theme
049aec
Group: User Interface/Desktops
049aec
Requires: %{name} = %{version}-%{release}
049aec
049aec
%description legacy
049aec
This package contains symlinks to make the icons in gnome-icon-theme
049aec
available under old names.
049aec
049aec
%package devel
049aec
049aec
Summary: Development files for gnome-icon-theme
049aec
Group: Development/Libraries
049aec
Requires: %{name} = %{version}-%{release}
049aec
049aec
%description devel
049aec
Development files for gnome-icon-theme
049aec
049aec
%prep
049aec
%setup -q
049aec
049aec
%build
049aec
%configure --enable-icon-mapping
049aec
049aec
%install
049aec
make install DESTDIR=$RPM_BUILD_ROOT
049aec
049aec
touch $RPM_BUILD_ROOT%{_datadir}/icons/gnome/icon-theme.cache
049aec
049aec
cp %{SOURCE1} .
049aec
export INU_DATA_DIR=$PWD
049aec
(cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome
049aec
for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
049aec
        cd $size || continue;
049aec
        echo -e "Adding rtl variants for $size"
049aec
        for dir in `find . -type d`; do
049aec
                context="`echo $dir | cut -c 3-`"
049aec
                if [ $context ]; then
049aec
                        icon-name-mapping -c $context
049aec
                fi
049aec
        done
049aec
        cd ..
049aec
done
049aec
)
049aec
049aec
# Add scalable directories for symbolic icons
049aec
(cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome
049aec
049aec
mkdir -p scalable/actions
049aec
mkdir -p scalable/apps
049aec
mkdir -p scalable/devices
049aec
mkdir -p scalable/emblems
049aec
mkdir -p scalable/mimetypes
049aec
mkdir -p scalable/places
049aec
mkdir -p scalable/status
049aec
)
049aec
049aec
touch files.txt
049aec
049aec
(cd $RPM_BUILD_ROOT%{_datadir}
049aec
 echo "%%defattr(-,root,root)"
049aec
 find icons/gnome \( -name *-rtl.png -or -name *-ltr.png -or -type f \) -printf "%%%%{_datadir}/%%p\n"
049aec
 find icons/gnome -type d -printf "%%%%dir %%%%{_datadir}/%%p\n"
049aec
) > files.txt
049aec
049aec
(cd $RPM_BUILD_ROOT%{_datadir}
049aec
 echo "%%defattr(-,root,root)"
049aec
 find icons/gnome \( -type l -and -not -name *-rtl.png -and -not -name *-ltr.png \) -printf "%%%%{_datadir}/%%p\n"
049aec
) > legacy.txt
049aec
049aec
%post
049aec
touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
049aec
049aec
%postun
049aec
if [ $1 -eq 0 ] ; then
049aec
    touch --no-create %{_datadir}/icons/gnome &>/dev/null
049aec
    gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
049aec
fi
049aec
049aec
%posttrans
049aec
gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
049aec
049aec
%post legacy
049aec
touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
049aec
049aec
%postun legacy
049aec
if [ $1 -eq 0 ] ; then
049aec
    touch --no-create %{_datadir}/icons/gnome &>/dev/null
049aec
    gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
049aec
fi
049aec
049aec
%posttrans legacy
049aec
gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
049aec
049aec
%files -f files.txt
049aec
%doc COPYING AUTHORS
049aec
%ghost %{_datadir}/icons/gnome/icon-theme.cache
049aec
049aec
%files legacy -f legacy.txt
049aec
049aec
%files devel
049aec
%{_datadir}/pkgconfig/gnome-icon-theme.pc
049aec
049aec
%changelog
049aec
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
049aec
- Update to 3.12.0
049aec
- Resolves: #1174379
049aec
049aec
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-3
049aec
- Mass rebuild 2013-12-27
049aec
049aec
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
049aec
- Update to 3.8.2
049aec
049aec
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
049aec
- Update to 3.8.0
049aec
049aec
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
049aec
- Update to 3.7.91
049aec
049aec
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
049aec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
049aec
049aec
* Thu Jan 17 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
049aec
- Update to 3.7.4
049aec
049aec
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.3-1
049aec
- Update to 3.7.3
049aec
049aec
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
049aec
- Update to 3.6.2
049aec
049aec
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
049aec
- Update to 3.6.0
049aec
049aec
* Tue Aug 28 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
049aec
- Update to 3.5.90
049aec
049aec
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
049aec
- Update to 3.5.5
049aec
049aec
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
049aec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
049aec
049aec
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
049aec
- Update to 3.4.0
049aec
049aec
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
049aec
- Update to 3.3.91
049aec
049aec
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1.2-2
049aec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
049aec
049aec
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1.2-1
049aec
- Update to 3.2.1.2
049aec
049aec
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1.1-1
049aec
- Update to 3.2.1.1
049aec
049aec
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
049aec
- Update to 3.2.1
049aec
049aec
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
049aec
- Update to 3.2.0
049aec
049aec
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
049aec
- Update to 3.1.90
049aec
049aec
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
049aec
- Update to 3.1.4
049aec
049aec
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
049aec
- Update icon cache scriptlet
049aec
049aec
* Tue Apr  5 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
049aec
- Update to 3.0.0
049aec
049aec
* Wed Mar 30 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
049aec
- Update to 2.91.93
049aec
049aec
* Tue Mar 29 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-6
049aec
- Drop the logos package; there shall be no system-logos
049aec
  other than fedora-logos...
049aec
049aec
* Thu Mar 24 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-3
049aec
- Make the logos package noarch
049aec
049aec
* Thu Mar 24 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-2
049aec
- Add a logos subpackage
049aec
049aec
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> 2.91.92-1
049aec
- Update to 2.91.92
049aec
049aec
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-1
049aec
- Update to 2.91.7
049aec
049aec
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-4
049aec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
049aec
049aec
* Tue Feb  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
049aec
- Don't include icon cache
049aec
049aec
* Mon Feb  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-2
049aec
- No longer ship gtk- legacy symlinks in the main package,
049aec
  GTK+ doesn't use them anymore
049aec
- Do ship -rtl/-ltr symlinks for some names
049aec
049aec
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
049aec
- Update to 2.91.6
049aec
049aec
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> 2.31.0-1
049aec
- Update to 2.31.0
049aec
049aec
* Sun Jun 13 2010 Matthias Clasen <mclasen@redhat.com> 2.30.3-2
049aec
- Another attempt to split legacy off
049aec
049aec
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.3-1
049aec
- Update to 2.30.3
049aec
049aec
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2.1-2
049aec
- Add scalable directories for symbolic icons
049aec
049aec
* Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.2.1-1
049aec
- Update to 2.30.2.1
049aec
049aec
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.2-1
049aec
- Update to 2.30.2
049aec
049aec
* Tue Apr 20 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
049aec
- Drop extra icons
049aec
- Split off a legacy subpackage
049aec
049aec
* Sun Apr 18 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
049aec
- Update to 2.30.1
049aec
049aec
* Fri Apr  2 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-2
049aec
- Fix a zoom icon
049aec
049aec
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
049aec
- Update to 2.30.0
049aec
049aec
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> 2.29.3-1
049aec
- 2.29.3
049aec
049aec
* Tue Mar 23 2010 Bastien Nocera <bnocera@redhat.com> 2.29.2-3
049aec
- Update scriptlets
049aec
049aec
* Tue Mar 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.2-2
049aec
- Add gtk-missing-image to legacy mapping
049aec
049aec
* Tue Mar  9 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.2-1
049aec
- Update to 2.29.2
049aec
- The .pc file is back
049aec
049aec
* Mon Mar  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-3
049aec
- Add process-working animation back
049aec
049aec
* Sun Feb 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-2
049aec
- Fix up some issues with icons that got lost
049aec
049aec
* Fri Feb 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.0-1
049aec
- Update to 2.29.0
049aec
049aec
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
049aec
- Update to 2.28.0
049aec
049aec
* Tue Aug 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-2
049aec
- Add gtk print icons.
049aec
049aec
* Fri Aug 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
049aec
- Update to 2.27.90
049aec
049aec
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-3
049aec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
049aec
049aec
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
049aec
- Add a window icon so we don't show missing icons in window frames
049aec
049aec
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
049aec
- Update to 2.26.0
049aec
049aec
* Sat Mar  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-3
049aec
- Add a 48x48 spinner back
049aec
049aec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
049aec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
049aec
049aec
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
049aec
- Update to 2.25.91
049aec
049aec
* Tue Feb 17 2009 David Zeuthen <davidz@redhat.com> - 2.24.0-3
049aec
- Update device icons
049aec
049aec
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
049aec
- Tweak summary and description
049aec
049aec
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
049aec
- Update to 2.24.0
049aec
049aec
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
049aec
- Update to 2.23.92
049aec
049aec
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
049aec
- Update to 2.23.91
049aec
049aec
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
049aec
- Update to 2.23.90
049aec
049aec
* Wed Jul 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-2
049aec
- Re-add the symlinks for gtk stock icons again
049aec
049aec
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
049aec
- Update to 2.23.3
049aec
049aec
* Fri Jun 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-2
049aec
- Re-add the symlinks for gtk stock icons, remove some other symlinks
049aec
049aec
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
049aec
- Update to 2.23.2
049aec
049aec
* Thu Apr 16 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-6
049aec
- Refresh disc icons
049aec
049aec
* Tue Apr  1 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-5
049aec
- Switch open and close padlock encrypted drives/media
049aec
- Replace the flash media icons with something that is compatible
049aec
  with the GPL that gnome-icon-theme is under (thanks Mike Langlie)
049aec
049aec
* Mon Mar 24 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-4
049aec
- Rebuild
049aec
049aec
* Mon Mar 24 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-3
049aec
- Switch media-encrypted and drive-encrypted
049aec
049aec
* Mon Mar 24 2008 David Zeuthen <davidz@redhat.com> - 2.22.0-2
049aec
- Add a bunch of device icons from Mike Langlie
049aec
049aec
* Tue Mar 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
049aec
- Update to 2.22.0
049aec
049aec
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
049aec
- Update to 2.21.92
049aec
049aec
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
049aec
- Update to 2.21.4
049aec
049aec
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
049aec
- Rebuild with newer icon-naming-utils
049aec
049aec
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
049aec
- Update to 2.20.0
049aec
049aec
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
049aec
- Update to 2.19.91
049aec
049aec
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
049aec
- Update to 2.19.90
049aec
- Further correction of the license field
049aec
049aec
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
049aec
- Update to 2.19.6
049aec
- Update license field
049aec
049aec
* Wed Jun 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
049aec
- Update to 2.19.1
049aec
049aec
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
049aec
- Update to 2.18.0
049aec
049aec
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
049aec
- Update to 2.17.91
049aec
049aec
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
049aec
- Update to 2.17.5
049aec
049aec
* Wed Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4.1-1
049aec
- Update to 2.17.4.1
049aec
049aec
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
049aec
- Update to 2.17.4
049aec
049aec
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
049aec
- Update to 2.17.3
049aec
049aec
* Tue Nov 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2.1-2
049aec
- Fix duplicate emblems in nautilus (#217090)
049aec
049aec
* Sun Nov 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2.1-1
049aec
- Update to 2.17.2.1
049aec
049aec
* Tue Nov  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
049aec
- Update to 2.17.2
049aec
049aec
* Wed Oct  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-2
049aec
- Fix broken symlinks (#208399)
049aec
049aec
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-1
049aec
- Update to 2.16.0.1
049aec
049aec
* Sun Sep  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
049aec
- Update to 2.16.0
049aec
049aec
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> 2.15.92-1.fc6
049aec
- Update to 2.15.92
049aec
- Require pkgconfig
049aec
049aec
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> 2.15.91-1.fc6
049aec
- Update to 2.15.91
049aec
049aec
* Thu Aug  2 2006 Matthias Clasen <mclasen@redhat.com> 2.15.90-1.fc6
049aec
- Update to 2.15.90
049aec
049aec
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> 2.15.3-1
049aec
- Update to 2.15.3
049aec
049aec
* Wed Jun  7 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-3
049aec
- Fix a problem in %%post (#194323)
049aec
049aec
* Tue Jun  6 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-2
049aec
- Add BuildRequires for perl-XML-Parser
049aec
049aec
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
049aec
- Update to 2.15.2
049aec
049aec
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
049aec
- Update to 2.15.1
049aec
049aec
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> 2.14.2-2
049aec
- Update to 2.14.2
049aec
- Add symlinks to make application/xml work
049aec
049aec
* Sat Feb 25 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-1
049aec
- Update to 2.14.1
049aec
049aec
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-2
049aec
- Add small epiphany icon (again!!)
049aec
049aec
* Sun Feb 12 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
049aec
- Update to 2.14.0
049aec
049aec
* Thu Feb  9 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-4
049aec
- Add better shutdown icon
049aec
049aec
* Thu Feb  9 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-3
049aec
- Add the spinner back
049aec
049aec
* Tue Feb  7 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-2
049aec
- Add back some icons that went missing
049aec
- Fix redhat- symlinks that were broken since FC1
049aec
049aec
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> 2.13.7-1
049aec
- Update to 2.13.7
049aec
049aec
* Mon Jan 23 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5.1-2
049aec
- Fix a typo in index.theme
049aec
049aec
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5.1-1
049aec
- Update to 2.13.5.1
049aec
- BuildRequire icon-naming-utils
049aec
049aec
* Tue Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
049aec
- Update to 2.13.4
049aec
049aec
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
049aec
- rebuilt
049aec
049aec
* Fri Dec  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.2-1
049aec
- Update to 2.13.2
049aec
049aec
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
049aec
- Update to 2.12.1
049aec
049aec
* Sat Oct  1 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-2
049aec
- Only call gtk-update-icon-cache on directories which have a
049aec
  theme index file
049aec
049aec
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
049aec
- update to 2.12.0
049aec
049aec
* Fri Jul 08 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-6
049aec
- update the redone icons with new ones from dfong
049aec
049aec
* Tue Jul 05 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-5
049aec
- replace some upstream icons with redone ones 
049aec
049aec
* Wed Apr 13 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-4
049aec
- Fix redhat-office link
049aec
049aec
* Wed Apr 13 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-3
049aec
- More relative symlink fixes
049aec
049aec
* Tue Apr 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.1-2
049aec
- Use relative symlinks instead of absolute ones, 
049aec
  which the build system no longer accepts.
049aec
049aec
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> - 2.10.1-1
049aec
- Update to upstream version 2.10.1
049aec
049aec
* Thu Mar 17 2005 John (J5) Palmieri <johnp@redhat.com> - 2.9.92-1
049aec
- Update to upstream version 2.9.92
049aec
049aec
* Sun Mar  7 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-2
049aec
- Fix %%post 
049aec
049aec
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-1
049aec
- Update to 2.9.91
049aec
049aec
* Fri Feb  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-3
049aec
- Silence %%post
049aec
049aec
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-2
049aec
- Prereq gtk2 since we use gtk-update-icon-cache in %%post
049aec
049aec
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
049aec
- Update to 2.9.90
049aec
- Update icon caches in %%post
049aec
049aec
* Wed Sep 22 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
049aec
- Update to 2.8.0
049aec
049aec
* Wed Sep  1 2004 Alexander Larsson <alexl@redhat.com> - 2.7.90-2
049aec
- Import copies of fallback icon in other packages (#128800, #114534)
049aec
049aec
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.7.90-1
049aec
- update to 2.7.90
049aec
049aec
* Wed Aug  4 2004 Owen Taylor <otaylor@redhat.com> - 1.3.6-1
049aec
- Update to 1.3.6
049aec
049aec
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
049aec
- rebuilt
049aec
049aec
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 1.2.0-1
049aec
- update to 1.2.0
049aec
049aec
* Wed Mar 10 2004 Alexander Larsson <alexl@redhat.com> 1.1.90-1
049aec
- update to 1.1.90
049aec
049aec
* Wed Mar  3 2004 Alexander Larsson <alexl@redhat.com> 1.1.8-2
049aec
- remove redhat-main-menu symlink (#100407)
049aec
049aec
* Mon Feb 23 2004 Alexander Larsson <alexl@redhat.com> 1.1.8-1
049aec
- update to 1.1.8
049aec
049aec
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
049aec
- rebuilt
049aec
049aec
* Mon Jan 19 2004 Alexander Larsson <alexl@redhat.com> 1.1.5-1
049aec
- 1.1.5
049aec
- Removed hidden patch. Why should gnome not be visible?
049aec
  Its not like you don't see all the kde themes from Gnome, and
049aec
  they don't work well in Gnome.
049aec
049aec
* Thu Oct  9 2003 Alexander Larsson <alexl@redhat.com> 1.0.9-2
049aec
- Fix symlinks for redhat menu icons
049aec
049aec
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 1.0.9-1
049aec
- update to 1.0.9
049aec
049aec
* Tue Jul 15 2003 Matt Wilson <msw@redhat.com> 1.0.6-1
049aec
- update to 1.0.6
049aec
049aec
* Wed Jul  9 2003 Alexander Larsson <alexl@redhat.com> 1.0.5-1.E
049aec
- Rebuild
049aec
049aec
* Tue Jul  1 2003 Alexander Larsson <alexl@redhat.com> 1.0.5-1
049aec
- Update to 1.0.5
049aec
049aec
* Fri Jun 13 2003 Elliot Lee <sopwithredhat.com> 1.0.2-3
049aec
- Update evolution icon link again
049aec
049aec
* Fri May 16 2003 Alexander Larsson <alexl@redhat.com> 1.0.2-2
049aec
- Update evolution icon link (#90050)
049aec
049aec
* Mon Mar 31 2003 Alexander Larsson <alexl@redhat.com> 1.0.2-1
049aec
- Update to 1.0.2
049aec
049aec
* Sun Feb 16 2003 Than Ngo <than@redhat.com> 1.0.0-4
049aec
- remove kde hicolor patch, it's not required anymore
049aec
- add patch to make gnome icon theme hidden in KDE
049aec
049aec
* Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.0.0-3
049aec
- inherit from hicolor to make kde work
049aec
049aec
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
049aec
- rebuilt
049aec
049aec
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 1.0.0-1
049aec
- Update to 1.0.0
049aec
049aec
* Fri Jan 17 2003 Havoc Pennington <hp@redhat.com> 0.1.5-2
049aec
- make the gnome theme contain some symlinks to cover 
049aec
  the redhat-*.png names
049aec
049aec
* Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 0.1.5-1
049aec
- Update to 0.1.5
049aec
049aec
* Wed Dec  4 2002 Alexander Larsson <alexl@redhat.com> 0.1.3-1
049aec
- Initial build.