diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-30 23:49:58 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-30 23:49:58 +0000 |
commit | bbc781d9e2afe500d9a5d09335f0954f25269be6 (patch) | |
tree | 87ad870ab7d39777686e4f9661bcaa4ba41b5e1d /po | |
parent | 19ba64b479fd14d5192f0ec3dcc37fe33bde238b (diff) | |
parent | 13cc891202d3721fc157c827ed1141ee6221ccbd (diff) | |
download | ayatana-indicator-datetime-bbc781d9e2afe500d9a5d09335f0954f25269be6.tar.gz ayatana-indicator-datetime-bbc781d9e2afe500d9a5d09335f0954f25269be6.tar.bz2 ayatana-indicator-datetime-bbc781d9e2afe500d9a5d09335f0954f25269be6.zip |
Switch the build system to cmake. Fixes: https://bugs.launchpad.net/bugs/1237509.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 3 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..37a0a05 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,3 @@ +include (Translations) +add_translations_directory ("${GETTEXT_PACKAGE}") +add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/ ../panel) diff --git a/po/POTFILES.in b/po/POTFILES.in index d9b2f98..516cdc5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,7 +1,7 @@ -src/datetime-prefs.c -src/datetime-prefs-locations.c src/service.c src/settings-shared.h src/utils.c +panel/datetime-prefs.c +panel/datetime-prefs-locations.c [type: gettext/glade]data/datetime-dialog.ui data/gnome-indicator-datetime-panel.desktop.in |