aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorRodney Dawes <rodney.dawes@canonical.com>2017-02-03 12:23:56 -0500
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-29 14:38:27 +0200
commit373ffe1d1d221f0e28793d65b40e49311f2e1ed5 (patch)
tree8ee457986a686c692ccd267ac62afb2e50089031 /po
parentd4f59920e8ab7fb33b92ccda6c5ca4ea20b06080 (diff)
downloadayatana-indicator-datetime-373ffe1d1d221f0e28793d65b40e49311f2e1ed5.tar.gz
ayatana-indicator-datetime-373ffe1d1d221f0e28793d65b40e49311f2e1ed5.tar.bz2
ayatana-indicator-datetime-373ffe1d1d221f0e28793d65b40e49311f2e1ed5.zip
Use cmake-extras intltool module, and keep pot file in vcs.
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt15
-rw-r--r--po/Makevars7
2 files changed, 12 insertions, 10 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 8325f6e..e78a9df 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -1,3 +1,12 @@
-include (Translations)
-add_translations_directory ("${GETTEXT_PACKAGE}")
-add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/)
+find_package(Intltool REQUIRED)
+
+intltool_update_potfile(
+ KEYWORDS "_" "_:1,2" "N_" "N_:1,2"
+ GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
+ COPYRIGHT_HOLDER "Canonical Ltd."
+)
+
+intltool_install_translations(
+ ALL
+ GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
+)
diff --git a/po/Makevars b/po/Makevars
deleted file mode 100644
index e877468..0000000
--- a/po/Makevars
+++ /dev/null
@@ -1,7 +0,0 @@
-DOMAIN = $(PACKAGE)
-subdir = po
-top_builddir = ..
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=T_ --from-code=UTF-8
-COPYRIGHT_HOLDER = Canonical Ltd.
-MSGID_BUGS_ADDRESS = ted@canonical.com
-EXTRA_LOCALE_CATEGORIES =