mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 18:39:04 +08:00
25 lines
936 B
Diff
25 lines
936 B
Diff
From: Sebastian Kügler <sebas@kde.org>
|
|
Date: Wed, 23 Mar 2016 11:16:48 +0000
|
|
Subject: Fix installation of breeze-dark
|
|
X-Git-Url: http://quickgit.kde.org/?p=breeze-gtk.git&a=commitdiff&h=1a547a83dc1bb1c4a0e6d61df747b0426c53531a
|
|
---
|
|
Fix installation of breeze-dark
|
|
|
|
This regession is introduced in this commit:
|
|
https://quickgit.kde.org/?p=breeze-gtk.git&a=commit&h=673f3e18af95ff2c4af0a999fd1ed00176e05516
|
|
|
|
Patch-by: Gustavo Alvarez
|
|
REVIEW:127465
|
|
---
|
|
|
|
|
|
--- a/Breeze-dark-gtk/CMakeLists.txt
|
|
+++ b/Breeze-dark-gtk/CMakeLists.txt
|
|
@@ -1,5 +1,5 @@
|
|
-install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/
|
|
+install(DIRECTORY gtk-2.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark
|
|
${directory_EXCLUDES})
|
|
-install(DIRECTORY gtk-3.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/
|
|
+install(DIRECTORY gtk-3.0 DESTINATION ${KDE_INSTALL_FULL_DATAROOTDIR}/themes/Breeze-Dark
|
|
${directory_EXCLUDES})
|