import hicolor-icon-theme-0.17-13.el9
This commit is contained in:
parent
8eefad71fb
commit
b7f42d0015
28
SOURCES/b3f1207.patch
Normal file
28
SOURCES/b3f1207.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From b3f1207ccff5ce0ab45ead38031f98fc1abe9731 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <zebob.m@gmail.com>
|
||||||
|
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
|
||||||
|
|
@ -1,14 +1,19 @@
|
|||||||
Name: hicolor-icon-theme
|
Name: hicolor-icon-theme
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Basic requirement for icon themes
|
Summary: Basic requirement for icon themes
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.freedesktop.org/wiki/Software/icon-theme/
|
URL: https://www.freedesktop.org/wiki/Software/icon-theme/
|
||||||
Source0: https://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -16,11 +21,13 @@ Contains the basic directories and files needed for icon theme support.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
# for some reason this file is executable in the tarball
|
# for some reason this file is executable in the tarball
|
||||||
chmod 0644 COPYING
|
chmod 0644 COPYING
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -vfi
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -39,24 +46,41 @@ gtk-update-icon-cache --force %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%doc README
|
%doc README
|
||||||
%dir %{_datadir}/icons/hicolor
|
%dir %{_datadir}/icons/hicolor
|
||||||
%{_datadir}/icons/hicolor/16x16/
|
%{_datadir}/icons/hicolor/16x16/
|
||||||
|
%{_datadir}/icons/hicolor/16x16@2/
|
||||||
%{_datadir}/icons/hicolor/22x22/
|
%{_datadir}/icons/hicolor/22x22/
|
||||||
|
%{_datadir}/icons/hicolor/22x22@2/
|
||||||
%{_datadir}/icons/hicolor/24x24/
|
%{_datadir}/icons/hicolor/24x24/
|
||||||
|
%{_datadir}/icons/hicolor/24x24@2/
|
||||||
%{_datadir}/icons/hicolor/32x32/
|
%{_datadir}/icons/hicolor/32x32/
|
||||||
|
%{_datadir}/icons/hicolor/32x32@2/
|
||||||
%{_datadir}/icons/hicolor/36x36/
|
%{_datadir}/icons/hicolor/36x36/
|
||||||
|
%{_datadir}/icons/hicolor/36x36@2/
|
||||||
%{_datadir}/icons/hicolor/48x48/
|
%{_datadir}/icons/hicolor/48x48/
|
||||||
|
%{_datadir}/icons/hicolor/48x48@2/
|
||||||
%{_datadir}/icons/hicolor/64x64/
|
%{_datadir}/icons/hicolor/64x64/
|
||||||
|
%{_datadir}/icons/hicolor/64x64@2/
|
||||||
%{_datadir}/icons/hicolor/72x72/
|
%{_datadir}/icons/hicolor/72x72/
|
||||||
|
%{_datadir}/icons/hicolor/72x72@2/
|
||||||
%{_datadir}/icons/hicolor/96x96/
|
%{_datadir}/icons/hicolor/96x96/
|
||||||
|
%{_datadir}/icons/hicolor/96x96@2/
|
||||||
%{_datadir}/icons/hicolor/128x128/
|
%{_datadir}/icons/hicolor/128x128/
|
||||||
|
%{_datadir}/icons/hicolor/128x128@2/
|
||||||
%{_datadir}/icons/hicolor/192x192/
|
%{_datadir}/icons/hicolor/192x192/
|
||||||
|
%{_datadir}/icons/hicolor/192x192@2/
|
||||||
%{_datadir}/icons/hicolor/256x256/
|
%{_datadir}/icons/hicolor/256x256/
|
||||||
|
%{_datadir}/icons/hicolor/256x256@2/
|
||||||
%{_datadir}/icons/hicolor/512x512/
|
%{_datadir}/icons/hicolor/512x512/
|
||||||
|
%{_datadir}/icons/hicolor/512x512@2/
|
||||||
%{_datadir}/icons/hicolor/scalable/
|
%{_datadir}/icons/hicolor/scalable/
|
||||||
%{_datadir}/icons/hicolor/symbolic/
|
%{_datadir}/icons/hicolor/symbolic/
|
||||||
%{_datadir}/icons/hicolor/index.theme
|
%{_datadir}/icons/hicolor/index.theme
|
||||||
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 25 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.17-13
|
||||||
|
- Own Hi-DPI directories
|
||||||
|
Resolves: #2090173
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.17-12
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.17-12
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user