public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mint-y-icons] rawhide: Replace legacy 'gnome-icon-theme' Requires with 'adwaita-icon-theme'
@ 2026-07-25 17:56 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mint-y-icons
Branch : rawhide
Commit : e78c6dc5349bdc0f3d10bcece3e868aa4cf49b94
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T15:59:51+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mint-y-icons/c/e78c6dc5349bdc0f3d10bcece3e868aa4cf49b94?branch=rawhide
Log:
Replace legacy 'gnome-icon-theme' Requires with 'adwaita-icon-theme'
The upstream 'index.theme' line 3 declares 'Inherits=Adwaita,gnome,hicolor'.
https://github.com/linuxmint/mint-y-icons/blob/1.9.1/usr/share/icons/Mint-Y/index.theme#L3
Adwaita is listed first and is the primary fallback; the 'gnome' theme
is a legacy GNOME 3.12 icon set (last released 2014) whose icons are
largely superseded by Adwaita.
Replace the 'gnome-icon-theme' dependency with 'adwaita-icon-theme'
to match the primary inheritance chain and avoid pulling in a legacy
package. The 'hicolor-icon-theme' Requires is already present.
LM's 'debian/control' declares no icon theme dependencies at all,
relying on the desktop environment to pull them in.
https://github.com/linuxmint/mint-y-icons/blob/1.9.1/debian/control
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/mint-y-icons.spec b/mint-y-icons.spec
index 7b300ba..6bd84f3 100644
--- a/mint-y-icons.spec
+++ b/mint-y-icons.spec
@@ -13,7 +13,7 @@ BuildRequires: fdupes
Requires: filesystem
Requires: mint-x-icons
-Requires: gnome-icon-theme
+Requires: adwaita-icon-theme
Requires: hicolor-icon-theme
%description
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 17:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:56 [rpms/mint-y-icons] rawhide: Replace legacy 'gnome-icon-theme' Requires with 'adwaita-icon-theme' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox