forked from pool/breeze
This commit is contained in:
committed by
Git OBS Bridge
parent
2f95b9f018
commit
1d26ceaa5c
12
breeze.spec
12
breeze.spec
@@ -48,6 +48,14 @@ Url: http://www.kde.org
|
||||
#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
# 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
|
||||
@@ -104,6 +112,10 @@ This package provides Breeze KWin decoration.
|
||||
%lang_package -n breeze5-style
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
|
Reference in New Issue
Block a user