From dbba7083f1c2787d255389aeb50b0008dce1eb22 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 27 2022 11:10:32 +0000 Subject: import hicolor-icon-theme-0.17-13.el9 --- diff --git a/SOURCES/b3f1207.patch b/SOURCES/b3f1207.patch new file mode 100644 index 0000000..17b2865 --- /dev/null +++ b/SOURCES/b3f1207.patch @@ -0,0 +1,28 @@ +From b3f1207ccff5ce0ab45ead38031f98fc1abe9731 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= +Date: Fri, 7 Jan 2022 10:23:20 +0100 +Subject: [PATCH] Create HiDPI directories + +Support has been added since version 0.16 but we were still not generating them, +simply add them in Makefile. +--- + Makefile.am | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index c370b81..591d5f3 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,5 +1,8 @@ + ICON_SIZES = 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \ +- 128x128 192x192 256x256 512x512 scalable ++ 128x128 192x192 256x256 512x512 16x16@2 22x22@2 24x24@2 32x32@2 \ ++ 36x36@2 48x48@2 64x64@2 72x72@2 96x96@2 128x128@2 192x192@2 256x256@2 \ ++ 512x512@2 scalable ++ + ICON_CONTEXTS = actions animations apps categories devices emblems emotes \ + filesystems intl mimetypes places status stock + STOCK_SUBS = chart code data form image io media navigation net object table text +-- +GitLab + diff --git a/SPECS/hicolor-icon-theme.spec b/SPECS/hicolor-icon-theme.spec index d0e8aa1..79553e8 100644 --- a/SPECS/hicolor-icon-theme.spec +++ b/SPECS/hicolor-icon-theme.spec @@ -1,14 +1,19 @@ Name: hicolor-icon-theme Version: 0.17 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Basic requirement for icon themes License: GPLv2+ URL: https://www.freedesktop.org/wiki/Software/icon-theme/ Source0: https://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz +# https://bugzilla.redhat.com/show_bug.cgi?id=2090173 +Patch0: https://gitlab.freedesktop.org/xdg/default-icon-theme/-/commit/b3f1207.patch + BuildArch: noarch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: make %description @@ -16,11 +21,13 @@ Contains the basic directories and files needed for icon theme support. %prep %setup -q +%patch0 -p1 # for some reason this file is executable in the tarball chmod 0644 COPYING %build +autoreconf -vfi %configure %install @@ -39,24 +46,41 @@ gtk-update-icon-cache --force %{_datadir}/icons/hicolor &>/dev/null || : %doc README %dir %{_datadir}/icons/hicolor %{_datadir}/icons/hicolor/16x16/ +%{_datadir}/icons/hicolor/16x16@2/ %{_datadir}/icons/hicolor/22x22/ +%{_datadir}/icons/hicolor/22x22@2/ %{_datadir}/icons/hicolor/24x24/ +%{_datadir}/icons/hicolor/24x24@2/ %{_datadir}/icons/hicolor/32x32/ +%{_datadir}/icons/hicolor/32x32@2/ %{_datadir}/icons/hicolor/36x36/ +%{_datadir}/icons/hicolor/36x36@2/ %{_datadir}/icons/hicolor/48x48/ +%{_datadir}/icons/hicolor/48x48@2/ %{_datadir}/icons/hicolor/64x64/ +%{_datadir}/icons/hicolor/64x64@2/ %{_datadir}/icons/hicolor/72x72/ +%{_datadir}/icons/hicolor/72x72@2/ %{_datadir}/icons/hicolor/96x96/ +%{_datadir}/icons/hicolor/96x96@2/ %{_datadir}/icons/hicolor/128x128/ +%{_datadir}/icons/hicolor/128x128@2/ %{_datadir}/icons/hicolor/192x192/ +%{_datadir}/icons/hicolor/192x192@2/ %{_datadir}/icons/hicolor/256x256/ +%{_datadir}/icons/hicolor/256x256@2/ %{_datadir}/icons/hicolor/512x512/ +%{_datadir}/icons/hicolor/512x512@2/ %{_datadir}/icons/hicolor/scalable/ %{_datadir}/icons/hicolor/symbolic/ %{_datadir}/icons/hicolor/index.theme %ghost %{_datadir}/icons/hicolor/icon-theme.cache %changelog +* Wed May 25 2022 Debarshi Ray - 0.17-13 +- Own Hi-DPI directories +Resolves: #2090173 + * Mon Aug 09 2021 Mohan Boddu - 0.17-12 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688