Fix breeze-dark icons inheritance
This commit is contained in:
parent
d5e357b094
commit
42ffdf557c
13
fix-breeze-dark-inheritance.patch
Normal file
13
fix-breeze-dark-inheritance.patch
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global build_kde4 1
|
||||
|
||||
Name: plasma-breeze
|
||||
Version: 5.4.2
|
||||
Release: 1%{?dist}
|
||||
Version: 5.4.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
||||
|
||||
License: GPLv2+
|
||||
@ -18,6 +18,8 @@ URL: https://projects.kde.org/projects/kde/workspace/breeze
|
||||
%endif
|
||||
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
||||
|
||||
Patch1: fix-breeze-dark-inheritance.patch
|
||||
|
||||
BuildRequires: kf5-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
@ -83,6 +85,7 @@ Provides: plasma-breeze-kde4%{?_isa} = %{version}-%{release}
|
||||
%prep
|
||||
%autosetup -n %{base_name}-%{version} -p1
|
||||
|
||||
%patch1 -p1 -b .fix-breeze-dark-inheritance
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
@ -183,6 +186,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 13 2015 Jan Grulich <jgrulich@redhat.com> - 5.4.2-2
|
||||
- Fix breeze-dark icons inheritance
|
||||
|
||||
* Thu Oct 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.2-1
|
||||
- 5.4.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user