From 42ffdf557ca18372cd6090c128038944795190ce Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Oct 13 2015 10:50:30 +0000 Subject: Fix breeze-dark icons inheritance --- diff --git a/fix-breeze-dark-inheritance.patch b/fix-breeze-dark-inheritance.patch new file mode 100644 index 0000000..e2523c7 --- /dev/null +++ b/fix-breeze-dark-inheritance.patch @@ -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 + diff --git a/plasma-breeze.spec b/plasma-breeze.spec index c2c01bb..f878a1d 100644 --- a/plasma-breeze.spec +++ b/plasma-breeze.spec @@ -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 - 5.4.2-2 +- Fix breeze-dark icons inheritance + * Thu Oct 01 2015 Rex Dieter - 5.4.2-1 - 5.4.2