Hrvoje Senjan
2015-03-24 02:18:30 +00:00
committed by Git OBS Bridge
parent 2f95b9f018
commit 1d26ceaa5c
8 changed files with 260 additions and 0 deletions

View File

@@ -31,6 +31,14 @@ Group: System/GUI/KDE
Url: http://www.kde.org
#Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: breeze-%{version}.tar.xz
# PATCH-FIX-UPSTREAM 0001-Cleanup-code-to-align-with-master.patch
Patch0: 0001-Cleanup-code-to-align-with-master.patch
# PATCH-FIX-UPSTREAM 0002-set-button-s-visibility-depending-on-the-availabilit.patch
Patch1: 0002-set-button-s-visibility-depending-on-the-availabilit.patch
# PATCH-FIX-UPSTREAM 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch
Patch2: 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch
# PATCH-FIX-UPSTREAM 0004-Fixed-foreground-color-for-pressed-buttons.patch
Patch3: 0004-Fixed-foreground-color-for-pressed-buttons.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -39,6 +47,10 @@ This package contains kde4 backport of new default Plasma 5 style.
%prep
%setup -q -n breeze-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON