SHA256
1
0
forked from pool/breeze
Hrvoje Senjan 2014-10-14 22:04:33 +00:00 committed by Git OBS Bridge
parent 447a4bde06
commit e7d78e30ae
3 changed files with 0 additions and 19 deletions

View File

@ -6,8 +6,6 @@ Thu Oct 9 21:24:26 UTC 2014 - hrvoje.senjan@gmail.com
* For more details please see:
https://www.kde.org/announcements/plasma-5.1.0.php
- Added dark colorscheme and icontheme
- Added colorscheme.diff, renames filename of the dark colorscheme,
it causes issues when applying to kde4 settings
-------------------------------------------------------------------
Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -45,8 +45,6 @@ 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 colorscheme.diff -- rename filename of the dark colorscheme, it causes issues when applying to kde4 settings
Patch0: colorscheme.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -102,7 +100,6 @@ This package provides Breeze KWin decoration.
%lang_package -n breeze5-style
%prep
%setup -q
%patch0 -p1
%build
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

View File

@ -1,14 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2ec52a..e748958 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,8 @@ else()
add_subdirectory(windec)
INSTALL(FILES colors/Breeze.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
- INSTALL(FILES colors/Breeze-Dark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
+ INSTALL(FILES colors/Breeze-Dark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/ RENAME BreezeDark.colors)
+ INSTALL(FILES colors/BreezeLight.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)