forked from pool/breeze
23 lines
846 B
Diff
23 lines
846 B
Diff
From: Aleix Pol <aleixpol@kde.org>
|
|
Date: Wed, 02 Mar 2016 23:14:27 +0000
|
|
Subject: Fix installation of Breeze Dark
|
|
X-Git-Url: http://quickgit.kde.org/?p=breeze.git&a=commitdiff&h=42b02dd7214432a9bb7c451360684d417c26869d
|
|
---
|
|
Fix installation of Breeze Dark
|
|
|
|
CCMAIL: hrvoje.senjan@gmail.com
|
|
---
|
|
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -37,7 +37,7 @@
|
|
INSTALL(FILES colors/BreezeHighContrast.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
|
|
|
|
find_package(KF5Package CONFIG REQUIRED)
|
|
- kpackage_install_package(lookandfeel.dark org.kde.breezedark.desktop look-and-feel lookandfeel)
|
|
+ kpackage_install_package(lookandfeel.dark org.kde.breezedark.desktop look-and-feel plasma lookandfeel)
|
|
if(EXISTS ${CMAKE_SOURCE_DIR}/po AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/po)
|
|
find_package(KF5I18n CONFIG REQUIRED)
|
|
ki18n_install(po)
|