From 3ba6ce983eae60e835eee9a670022257c0d14920 Mon Sep 17 00:00:00 2001
From: Artem Grinev <agrinev@manjaro.org>
Date: Mon, 29 Nov 2021 18:32:08 +0400
Subject: [PATCH] [konsole] Update color schemes naming

---
 CMakeLists.txt                                              | 4 +---
 konsole/{Breath2.colorscheme => Breath.colorscheme}         | 6 +-----
 .../{Breath2-light.colorscheme => BreathLight.colorscheme}  | 6 +-----
 ...h2-silverfox.colorscheme => BreathSilverfox.colorscheme} | 6 +-----
 konsole/CMakeLists.txt                                      | 6 ++++++
 5 files changed, 10 insertions(+), 18 deletions(-)
 rename konsole/{Breath2.colorscheme => Breath.colorscheme} (92%)
 rename konsole/{Breath2-light.colorscheme => BreathLight.colorscheme} (91%)
 rename konsole/{Breath2-silverfox.colorscheme => BreathSilverfox.colorscheme} (91%)
 create mode 100644 konsole/CMakeLists.txt

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 067c01d6..0c5065e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,9 +33,7 @@ if(BUILD_PLASMA_THEMES)
     add_subdirectory(colors)
     add_subdirectory(layout-templates)
     add_subdirectory(migration)
-
-    message(STATUS "build konsole-colorscheme")
-    INSTALL(DIRECTORY konsole/ DESTINATION ${DATA_INSTALL_DIR}/konsole/)
+    add_subdirectory(konsole)
 endif()
 
 if(BUILD_SDDM_THEME)
diff --git a/konsole/Breath2.colorscheme b/konsole/Breath.colorscheme
similarity index 92%
rename from konsole/Breath2.colorscheme
rename to konsole/Breath.colorscheme
index ab014551..6b6ff143 100644
--- a/konsole/Breath2.colorscheme
+++ b/konsole/Breath.colorscheme
@@ -89,8 +89,4 @@ Color=20,150,120
 Color=0,188,150
 
 [General]
-Blur=false
-ColorRandomization=false
-Description=Breath2
-Opacity=1
-Wallpaper=
+Description=Breath
diff --git a/konsole/Breath2-light.colorscheme b/konsole/BreathLight.colorscheme
similarity index 91%
rename from konsole/Breath2-light.colorscheme
rename to konsole/BreathLight.colorscheme
index 112f92a9..9526d1a9 100644
--- a/konsole/Breath2-light.colorscheme
+++ b/konsole/BreathLight.colorscheme
@@ -89,8 +89,4 @@ Color=0,0,0
 Color=62,71,78
 
 [General]
-Blur=false
-ColorRandomization=false
-Description=Breath2-Light
-Opacity=1
-Wallpaper=
+Description=Breath Light
diff --git a/konsole/Breath2-silverfox.colorscheme b/konsole/BreathSilverfox.colorscheme
similarity index 91%
rename from konsole/Breath2-silverfox.colorscheme
rename to konsole/BreathSilverfox.colorscheme
index 757db4ab..b0f0b1c3 100644
--- a/konsole/Breath2-silverfox.colorscheme
+++ b/konsole/BreathSilverfox.colorscheme
@@ -89,8 +89,4 @@ Color=170,170,170
 Color=204,204,204
 
 [General]
-Blur=false
-ColorRandomization=false
-Description=Breath2-Silverfox
-Opacity=1
-Wallpaper=
+Description=Breath Silverfox
diff --git a/konsole/CMakeLists.txt b/konsole/CMakeLists.txt
new file mode 100644
index 00000000..b311fcfa
--- /dev/null
+++ b/konsole/CMakeLists.txt
@@ -0,0 +1,6 @@
+install(FILES
+        Breath.colorscheme
+        BreathLight.colorscheme
+        BreathSilverfox.colorscheme
+        DESTINATION
+        ${KDE_INSTALL_DATADIR}/konsole)
-- 
GitLab