aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-08 20:50:48 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-08 20:50:48 +0200
commite6f63b6582a39d23187f1ed5fa33c7dc546a005e (patch)
treeb48c4bbae5e5e385a25dec6463e5e2f2862c5b5e /data
parenta4fd7cb15ced51579a2e4910e840e0d400f25751 (diff)
parent5ad5e033821a09386c3fd55d8f71bc2f929f36ae (diff)
downloadayatana-indicator-keyboard-e6f63b6582a39d23187f1ed5fa33c7dc546a005e.tar.gz
ayatana-indicator-keyboard-e6f63b6582a39d23187f1ed5fa33c7dc546a005e.tar.bz2
ayatana-indicator-keyboard-e6f63b6582a39d23187f1ed5fa33c7dc546a005e.zip
Merge branch 'tari01-pr/language-icon-gsettings'
Attributes GH PR #43: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/43
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt8
-rw-r--r--data/org.ayatana.indicator.keyboard.gschema.xml.in19
2 files changed, 27 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 39bd0458..35bbfd54 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -53,3 +53,11 @@ install(FILES org.ayatana.indicator.keyboard.AccountsService.policy DESTINATION
# 50-org.ayatana.indicator.keyboard.AccountsService.pkla
install(FILES 50-org.ayatana.indicator.keyboard.AccountsService.pkla DESTINATION "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1/localauthority/10-vendor.d")
+
+# org.ayatana.indicator.keyboard.gschema.xml
+
+find_package (Intltool REQUIRED)
+set (ENV{LC_ALL} "C")
+intltool_merge_translations ("${CMAKE_CURRENT_SOURCE_DIR}/org.ayatana.indicator.keyboard.gschema.xml.in" "${CMAKE_CURRENT_BINARY_DIR}/org.ayatana.indicator.keyboard.gschema.xml" ALL UTF8 STYLE "xml" NO_TRANSLATIONS)
+find_package (GSettings REQUIRED)
+add_schema ("org.ayatana.indicator.keyboard.gschema.xml")
diff --git a/data/org.ayatana.indicator.keyboard.gschema.xml.in b/data/org.ayatana.indicator.keyboard.gschema.xml.in
new file mode 100644
index 00000000..e80a89e9
--- /dev/null
+++ b/data/org.ayatana.indicator.keyboard.gschema.xml.in
@@ -0,0 +1,19 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.ayatana.indicator.keyboard" path="/org/ayatana/indicator/keyboard/">
+ <key name="language-icon-desktop" type="b">
+ <default>true</default>
+ <_summary>Show the language icon in desktop mode.</_summary>
+ <_description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</_description>
+ </key>
+ <key name="language-icon-phone" type="b">
+ <default>false</default>
+ <_summary>Show the language icon in phone mode.</_summary>
+ <_description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</_description>
+ </key>
+ <key name="language-icon-greeter" type="b">
+ <default>false</default>
+ <_summary>Show the language icon in the greeter.</_summary>
+ <_description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</_description>
+ </key>
+ </schema>
+</schemalist>