Hrvoje Senjan
2015-03-10 18:51:50 +00:00
committed by Git OBS Bridge
parent c4b7df2a66
commit 26f98c3944
8 changed files with 212 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ 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
Patch0: 0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
Patch1: 0002-Check-scrollbar-policy-before-forwarding-events.patch
Patch2: 0003-return-parent-style-method-when-option-passed-to-tab.patch
Patch3: 0004-check-widget-validity-before-calling-deleteLater.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -39,6 +43,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