diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 16:04:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-26 11:33:26 +0200 |
commit | 0cbda8d2f5d270e643d4b34e709c91f6c276dba7 (patch) | |
tree | 15f6e185bfec3234cfb3d334019def22392be89a /colorscheme | |
parent | ebcfca6def3541ee7d302fb4669ed969b596e0be (diff) | |
download | tde-style-baghira-0cbda8d2f5d270e643d4b34e709c91f6c276dba7.tar.gz tde-style-baghira-0cbda8d2f5d270e643d4b34e709c91f6c276dba7.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Finalized creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2aac2fdcff04d7405ed2843e69232ac590b76f0b)
Diffstat (limited to 'colorscheme')
-rw-r--r-- | colorscheme/AquaBlue.kcsrc | 52 | ||||
-rw-r--r-- | colorscheme/AquaGraphite.kcsrc | 52 | ||||
-rw-r--r-- | colorscheme/CMakeLists.txt | 9 |
3 files changed, 54 insertions, 59 deletions
diff --git a/colorscheme/AquaBlue.kcsrc b/colorscheme/AquaBlue.kcsrc index 63a6847..0f07350 100644 --- a/colorscheme/AquaBlue.kcsrc +++ b/colorscheme/AquaBlue.kcsrc @@ -1,26 +1,26 @@ -[Color Scheme]
-Name=Aqua Blue
-activeBackground=255,255,255
-activeBlend=225,225,225
-activeForeground=0,0,0
-activeTitleBtnBg=80,132,185
-alternateBackground=238,246,255
-background=250,250,250
-buttonBackground=97,136,215
-buttonForeground=0,0,0
-contrast=0
-foreground=0,0,0
-frame=255,255,255
-handle=255,255,255
-inactiveBackground=225,225,225
-inactiveBlend=225,225,225
-inactiveForeground=35,35,35
-inactiveFrame=255,255,255
-inactiveHandle=255,255,255
-inactiveTitleBtnBg=218,238,255
-linkColor=0,0,192
-selectBackground=57,109,181
-selectForeground=255,255,255
-visitedLinkColor=128,0,128
-windowBackground=255,255,255
-windowForeground=0,0,0
+[Color Scheme] +Name=Aqua Blue +activeBackground=255,255,255 +activeBlend=225,225,225 +activeForeground=0,0,0 +activeTitleBtnBg=80,132,185 +alternateBackground=238,246,255 +background=250,250,250 +buttonBackground=97,136,215 +buttonForeground=0,0,0 +contrast=0 +foreground=0,0,0 +frame=255,255,255 +handle=255,255,255 +inactiveBackground=225,225,225 +inactiveBlend=225,225,225 +inactiveForeground=35,35,35 +inactiveFrame=255,255,255 +inactiveHandle=255,255,255 +inactiveTitleBtnBg=218,238,255 +linkColor=0,0,192 +selectBackground=57,109,181 +selectForeground=255,255,255 +visitedLinkColor=128,0,128 +windowBackground=255,255,255 +windowForeground=0,0,0 diff --git a/colorscheme/AquaGraphite.kcsrc b/colorscheme/AquaGraphite.kcsrc index a34ddbc..005e503 100644 --- a/colorscheme/AquaGraphite.kcsrc +++ b/colorscheme/AquaGraphite.kcsrc @@ -1,26 +1,26 @@ -[Color Scheme]
-Name=Aqua Graphite
-activeBackground=255,255,255
-activeBlend=225,225,225
-activeForeground=0,0,0
-activeTitleBtnBg=131,142,155
-alternateBackground=238,246,255
-background=255,255,255
-buttonBackground=137,145,155
-buttonForeground=0,0,0
-contrast=0
-foreground=0,0,0
-frame=255,255,255
-handle=255,255,255
-inactiveBackground=225,225,225
-inactiveBlend=225,225,225
-inactiveForeground=35,35,35
-inactiveFrame=255,255,255
-inactiveHandle=255,255,255
-inactiveTitleBtnBg=218,238,255
-linkColor=0,0,192
-selectBackground=104,121,140
-selectForeground=255,255,255
-visitedLinkColor=128,0,128
-windowBackground=255,255,255
-windowForeground=0,0,0
+[Color Scheme] +Name=Aqua Graphite +activeBackground=255,255,255 +activeBlend=225,225,225 +activeForeground=0,0,0 +activeTitleBtnBg=131,142,155 +alternateBackground=238,246,255 +background=255,255,255 +buttonBackground=137,145,155 +buttonForeground=0,0,0 +contrast=0 +foreground=0,0,0 +frame=255,255,255 +handle=255,255,255 +inactiveBackground=225,225,225 +inactiveBlend=225,225,225 +inactiveForeground=35,35,35 +inactiveFrame=255,255,255 +inactiveHandle=255,255,255 +inactiveTitleBtnBg=218,238,255 +linkColor=0,0,192 +selectBackground=104,121,140 +selectForeground=255,255,255 +visitedLinkColor=128,0,128 +windowBackground=255,255,255 +windowForeground=0,0,0 diff --git a/colorscheme/CMakeLists.txt b/colorscheme/CMakeLists.txt index 7e10f88..68b53c2 100644 --- a/colorscheme/CMakeLists.txt +++ b/colorscheme/CMakeLists.txt @@ -1,11 +1,6 @@ ##### other data -install( - FILES AquaBlue.kcsrc - DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes -) - -install( - FILES AquaGraphite.kcsrc +tde_create_translated_desktop( + SOURCE AquaBlue.kcsrc AquaGraphite.kcsrc DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes ) |