diff options
author | Michele Calgaro <[email protected]> | 2025-01-24 22:50:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-26 23:05:54 +0900 |
commit | 73d6ad4ec74dfdb17f3f7663f18b07aeb983f8b5 (patch) | |
tree | c32646aca6595344cd70d61d957ce2a577cdd16d /kcontrol/krdb/kcs/CMakeLists.txt | |
parent | 0d341a0371af898082c78e06300c46dd7f0b14c9 (diff) | |
download | tdebase-73d6ad4ec74dfdb17f3f7663f18b07aeb983f8b5.tar.gz tdebase-73d6ad4ec74dfdb17f3f7663f18b07aeb983f8b5.zip |
Add 15 color schemes taken from https://www.opendesktop.org.
- Jewels (8 schemes): taken from https://www.opendesktop.org/p/1123760, no license specified
- Seasons (4 schemes): taken from https://www.opendesktop.org/p/1123759, no license specified
- Different: taken from https://www.opendesktop.org/p/1123251, no license specified
- Lila: taken from https://www.opendesktop.org/p/1123580, no license specified
- Pinkie: taken from https://www.opendesktop.org/p/1994203, Creative Common 0 license
Given the files are available on opendesktop.org, it seems reasonable to assumed that all files
without explicit license are publicly available and therefore redistributable under GPL2 license.
Should this not be the case, we kindly ask the authors of the files to reach out
to us and we will promptly remove any offending file.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 69ac490a9e43b46efbc7fbf3ce32e96365f5805d)
Diffstat (limited to 'kcontrol/krdb/kcs/CMakeLists.txt')
-rw-r--r-- | kcontrol/krdb/kcs/CMakeLists.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/kcontrol/krdb/kcs/CMakeLists.txt b/kcontrol/krdb/kcs/CMakeLists.txt index b93dc018a..176ddd6f5 100644 --- a/kcontrol/krdb/kcs/CMakeLists.txt +++ b/kcontrol/krdb/kcs/CMakeLists.txt @@ -9,16 +9,9 @@ # ################################################# +file( GLOB _color_schemes_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.kcsrc ) tde_create_translated_desktop( - SOURCE - AtlasGreen.kcsrc BeOS.kcsrc BlueSlate.kcsrc - CDE.kcsrc DarkBlue.kcsrc DesertRed.kcsrc DigitalCDE.kcsrc - PaleGray.kcsrc Pumpkin.kcsrc SolarisCDE.kcsrc Storm.kcsrc - Windows2000.kcsrc System.kcsrc Next.kcsrc PointReyesGreen.kcsrc - KDEOne.kcsrc KDETwo.kcsrc MediaPeach.kcsrc Windows95.kcsrc EveX.kcsrc - WindowsXP.kcsrc Keramik.kcsrc KeramikEmerald.kcsrc KeramikWhite.kcsrc - BlackOnWhite.kcsrc WhiteOnBlack.kcsrc YellowOnBlue.kcsrc Plastik.kcsrc - Human.kcsrc Last.fm.kcsrc Lizard.kcsrc Sienna.kcsrc Platinum.kcsrc WedgieWeb.kcsrc + SOURCE ${_color_schemes_files} DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes PO_DIR kcontrol-color-schemes ) |