fix: remove fix-breeze-dark-inheritance patch

epel8
Marc Deop 3 years ago
parent 1ff11136d0
commit 593848a9e7

@ -25,7 +25,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/breeze-icons
## upstream patches (lookaside cache)
## upstreamable patches
Patch100: fix-breeze-dark-inheritance.patch
# must come *after* patches or %%autosetup sometimes doesn't work right -- rex
BuildArch: noarch
@ -106,9 +105,6 @@ touch %{buildroot}%{_kf5_datadir}/icons/{breeze,breeze-dark}/icon-theme.cache
%check
# verify dark inheritence, notorious for getting lost
test "$(grep '^Inherits=' %{buildroot}%{_datadir}/icons/breeze-dark/index.theme)" = "Inherits=breeze"
%if 0%{?fedora} > 25 || 0%{?rhel} > 7
## trigger-based scriptlets

@ -1,13 +0,0 @@
diff --git a/icons-dark/index.theme b/icons-dark/index.theme
index 61660ba..d2f6767 100644
--- a/icons-dark/index.theme
+++ b/icons-dark/index.theme
@@ -62,7 +62,7 @@ Comment[x-test]=xxDefault Plasma 5 Theme for Dark themesxx
DisplayDepth=32
-Inherits=hicolor
+Inherits=breeze
Example=folder
Loading…
Cancel
Save