2004-09-09 06:06:48 +00:00
|
|
|
Name: hicolor-icon-theme
|
2017-08-31 11:09:18 +00:00
|
|
|
Version: 0.17
|
2024-10-29 15:30:04 +00:00
|
|
|
Release: 20%{?dist}
|
2017-08-22 10:18:36 +00:00
|
|
|
Summary: Basic requirement for icon themes
|
|
|
|
|
2024-01-01 13:52:54 +00:00
|
|
|
License: GPL-2.0-or-later
|
2017-08-22 12:43:33 +00:00
|
|
|
URL: https://www.freedesktop.org/wiki/Software/icon-theme/
|
|
|
|
Source0: https://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
2017-08-22 10:18:36 +00:00
|
|
|
|
2022-05-21 15:34:03 +00:00
|
|
|
# upstream patch to include directories for @2 scaled icons
|
|
|
|
Patch0: https://gitlab.freedesktop.org/xdg/default-icon-theme/-/commit/b3f1207.patch
|
|
|
|
|
2004-09-09 06:06:48 +00:00
|
|
|
BuildArch: noarch
|
2017-08-22 10:18:36 +00:00
|
|
|
|
2022-05-21 15:34:03 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2021-01-05 05:31:35 +00:00
|
|
|
BuildRequires: make
|
|
|
|
|
2004-09-09 06:06:48 +00:00
|
|
|
%description
|
|
|
|
Contains the basic directories and files needed for icon theme support.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2022-05-21 15:34:03 +00:00
|
|
|
%patch0 -p1
|
2004-09-09 06:06:48 +00:00
|
|
|
|
2007-11-18 06:26:25 +00:00
|
|
|
# for some reason this file is executable in the tarball
|
|
|
|
chmod 0644 COPYING
|
|
|
|
|
2004-09-09 06:06:48 +00:00
|
|
|
%build
|
2022-05-21 15:34:03 +00:00
|
|
|
autoreconf -vfi
|
2005-01-28 04:03:53 +00:00
|
|
|
%configure
|
2005-11-30 08:50:32 +00:00
|
|
|
|
2004-09-09 06:06:48 +00:00
|
|
|
%install
|
2017-08-22 10:19:40 +00:00
|
|
|
%make_install
|
2004-09-09 06:06:48 +00:00
|
|
|
|
2007-02-23 07:00:27 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
|
|
|
|
|
2017-06-22 11:47:45 +00:00
|
|
|
%transfiletriggerin -- %{_datadir}/icons/hicolor
|
|
|
|
gtk-update-icon-cache --force %{_datadir}/icons/hicolor &>/dev/null || :
|
2005-03-25 15:37:26 +00:00
|
|
|
|
2017-06-22 11:47:45 +00:00
|
|
|
%transfiletriggerpostun -- %{_datadir}/icons/hicolor
|
|
|
|
gtk-update-icon-cache --force %{_datadir}/icons/hicolor &>/dev/null || :
|
2011-05-08 02:44:02 +00:00
|
|
|
|
2004-09-09 06:06:48 +00:00
|
|
|
%files
|
2015-03-24 11:33:12 +00:00
|
|
|
%license COPYING
|
2015-03-24 11:33:37 +00:00
|
|
|
%doc README
|
2019-02-08 13:54:03 +00:00
|
|
|
%dir %{_datadir}/icons/hicolor
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/16x16/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/16x16@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/22x22/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/22x22@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/24x24/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/24x24@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/32x32/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/32x32@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/36x36/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/36x36@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/48x48/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/48x48@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/64x64/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/64x64@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/72x72/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/72x72@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/96x96/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/96x96@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/128x128/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/128x128@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/192x192/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/192x192@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/256x256/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/256x256@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/512x512/
|
2022-05-21 15:34:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/512x512@2/
|
2017-08-31 11:21:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/
|
|
|
|
%{_datadir}/icons/hicolor/index.theme
|
2007-02-23 07:00:27 +00:00
|
|
|
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
2004-09-09 06:06:48 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:30:04 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.17-20
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:46:16 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.17-19
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-24 21:39:15 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-20 22:05:11 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-20 06:18:58 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 12:08:04 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 13:38:12 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-05-21 15:34:03 +00:00
|
|
|
* Sat May 21 2022 Fabio Valentini <decathorpe@gmail.com> - 0.17-13
|
|
|
|
- Include upstream patch to include directories for @2 scaled icons.
|
|
|
|
|
2022-01-20 12:20:18 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 07:37:23 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 13:28:40 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 00:53:00 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 04:17:08 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 08:27:08 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-07 22:25:19 +00:00
|
|
|
* Thu Mar 7 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 0.17-6
|
|
|
|
- Remove obsolete requirements for %%post/%%postun scriptlets
|
|
|
|
|
2019-02-08 13:54:03 +00:00
|
|
|
* Fri Feb 08 2019 Kalev Lember <klember@redhat.com> - 0.17-5
|
|
|
|
- Fix /usr/share/icons/hicolor directory ownership
|
|
|
|
|
2019-02-01 02:17:10 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 04:59:31 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 16:19:01 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-31 11:09:18 +00:00
|
|
|
* Thu Aug 31 2017 Kalev Lember <klember@redhat.com> - 0.17-1
|
|
|
|
- Update to 0.17
|
|
|
|
|
2017-08-22 10:18:04 +00:00
|
|
|
* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 0.16-1
|
|
|
|
- Update to 0.16
|
|
|
|
|
2017-07-26 12:42:29 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-22 11:47:45 +00:00
|
|
|
* Thu Jun 22 2017 Kalev Lember <klember@redhat.com> - 0.15-5
|
|
|
|
- Add file triggers for gtk-update-icon-cache
|
|
|
|
|
2017-02-10 12:39:25 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 23:49:17 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 10:27:04 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-24 11:30:46 +00:00
|
|
|
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 0.15-1
|
|
|
|
- Update to 0.15
|
2015-03-24 11:33:12 +00:00
|
|
|
- Use license macro for the COPYING file
|
2015-03-24 11:30:46 +00:00
|
|
|
|
2014-12-10 18:19:32 +00:00
|
|
|
* Wed Dec 10 2014 David King <amigadave@amigadave.com> - 0.14-1
|
|
|
|
- Update to 0.14, own 512x512 directory (#1044771)
|
|
|
|
|
2014-06-07 20:09:58 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-27 20:40:48 +00:00
|
|
|
* Thu Feb 27 2014 Dan Mashal <dan.mashal@fedoraproject.org> - 0.13-1
|
|
|
|
- Update to 0.13 (#1044407)
|
|
|
|
|
2013-08-03 17:44:44 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 01:07:32 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 12:51:53 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 04:53:48 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-05-08 02:44:02 +00:00
|
|
|
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 0.12-3
|
|
|
|
- Update icon cache scriptlet
|
|
|
|
|
2011-02-09 09:12:41 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-01-13 10:30:39 +00:00
|
|
|
* Wed Jan 13 2010 Alexander Larsson <alexl@redhat.com> - 0.12-1
|
|
|
|
- Update to 0.12
|
|
|
|
|
2009-09-25 14:01:23 +00:00
|
|
|
* Fri Sep 25 2009 Alexander Larsson <alexl@redhat.com> - 0.11-1
|
|
|
|
- Update to 0.11
|
|
|
|
|
2009-07-25 02:09:37 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 03:48:33 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-24 02:11:23 +00:00
|
|
|
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.10-5
|
|
|
|
- Update URL
|
|
|
|
- Clean up scriptlets
|
|
|
|
- Include ChangeLog
|
|
|
|
|
2007-11-18 06:22:30 +00:00
|
|
|
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-4
|
|
|
|
- Correct the license
|
|
|
|
- Include COPYING
|
|
|
|
- Add full source url
|
|
|
|
|
2007-08-08 01:48:28 +00:00
|
|
|
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-3
|
|
|
|
- Update the license field
|
|
|
|
|
2007-02-23 07:00:27 +00:00
|
|
|
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-2
|
|
|
|
- Own the icon cache
|
|
|
|
|
2006-11-23 13:04:42 +00:00
|
|
|
* Thu Nov 23 2006 Alexander Larsson <alexl@redhat.com> - 0.10-1
|
|
|
|
- Update to 0.10
|
|
|
|
|
2006-07-12 06:22:27 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-27 21:01:57 +00:00
|
|
|
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> 0.9-2
|
|
|
|
- Remove Prereq on gtk. Prereq's complicate things,
|
|
|
|
and the gtk-update-icon-cache is already protected by
|
|
|
|
[ -x ... ]
|
|
|
|
|
2006-01-12 15:24:44 +00:00
|
|
|
* Thu Jan 12 2006 Alexander Larsson <alexl@redhat.com> 0.9-1
|
|
|
|
- Update to 0.9, fixes scalable icons picked before bitmap icons
|
|
|
|
|
2005-12-09 22:40:55 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-30 08:49:43 +00:00
|
|
|
* Wed Nov 30 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- scripts need coreutils installed
|
|
|
|
|
2005-04-18 22:49:22 +00:00
|
|
|
* Tue Apr 19 2005 Matthias Clasen <mclasen@redhat.com> 0.8-2
|
|
|
|
- Silence %%post
|
|
|
|
|
2005-04-14 21:23:06 +00:00
|
|
|
* Thu Apr 14 2005 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
- Update to 0.8
|
|
|
|
|
2005-03-28 10:56:13 +00:00
|
|
|
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-25 15:37:26 +00:00
|
|
|
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0.7-2
|
|
|
|
- Update the GTK+ theme icon cache on (un)install
|
|
|
|
|
2005-02-04 09:20:48 +00:00
|
|
|
* Fri Feb 4 2005 Alexander Larsson <alexl@redhat.com> - 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
|
2005-02-02 09:30:33 +00:00
|
|
|
* Wed Feb 2 2005 Alexander Larsson <alexl@redhat.com> - 0.6-1
|
|
|
|
- Update to 0.6
|
|
|
|
|
2005-01-28 03:55:08 +00:00
|
|
|
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
|
|
|
- Update to 0.5
|
|
|
|
|
2004-09-29 18:19:42 +00:00
|
|
|
* Wed Sep 29 2004 GNOME <jrb@redhat.com> - 0.3-3
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 06:07:02 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Feb 4 2004 Alexander Larsson <alexl@redhat.com> 0.3-1
|
|
|
|
- update to 0.3
|
|
|
|
|
2004-09-09 06:06:48 +00:00
|
|
|
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> 0.2-1
|
|
|
|
- Initial build.
|
|
|
|
|
|
|
|
|