Merge lp:~artmello/ubuntu-ui-extras/ubuntu-ui-extras-fix_1521222 into lp:ubuntu-ui-extras

Proposed by Arthur Mello
Status: Merged
Approved by: Bill Filler
Approved revision: 76
Merged at revision: 76
Proposed branch: lp:~artmello/ubuntu-ui-extras/ubuntu-ui-extras-fix_1521222
Merge into: lp:ubuntu-ui-extras
Diff against target: 19 lines (+2/-1)
1 file modified
po/CMakeLists.txt (+2/-1)
To merge this branch: bzr merge lp:~artmello/ubuntu-ui-extras/ubuntu-ui-extras-fix_1521222
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+281675@code.launchpad.net

Commit message

Fix po/CMakeLists.txt command to update pot files

Description of the change

Fix po/CMakeLists.txt command to update pot files

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/CMakeLists.txt'
2--- po/CMakeLists.txt 2013-08-19 14:24:34 +0000
3+++ po/CMakeLists.txt 2016-01-05 17:18:51 +0000
4@@ -11,13 +11,14 @@
5 set(POT_FILE ${DOMAIN}.pot)
6 file(GLOB PO_FILES *.po)
7
8-add_custom_target(${POT_FILE}
9+add_custom_target(${POT_FILE} ALL
10 COMMAND ${GETTEXT_XGETTEXT_EXECUTABLE} -o ${POT_FILE}
11 -s -p ${CMAKE_CURRENT_SOURCE_DIR}
12 -D ${CMAKE_SOURCE_DIR}
13 --from-code=UTF-8
14 --c++ --qt --add-comments=TRANSLATORS
15 --keyword=dtr:2 --keyword=dtr:2,3
16+ --keyword=tr --keyword=tr:1,2
17 --package-name=ubuntu-ui-extras
18 --copyright-holder='Canonical Ltd.'
19 ${I18N_SRC_FILES})

Subscribers

People subscribed via source and target branches