Merge lp:~larryprice/libertine-scope/cmake-extras-release into lp:libertine-scope/release

Proposed by Larry Price
Status: Needs review
Proposed branch: lp:~larryprice/libertine-scope/cmake-extras-release
Merge into: lp:libertine-scope/release
Diff against target: 55 lines (+7/-18)
3 files modified
debian/rules (+1/-4)
po/CMakeLists.txt (+5/-10)
tests/CMakeLists.txt (+1/-4)
To merge this branch: bzr merge lp:~larryprice/libertine-scope/cmake-extras-release
Reviewer Review Type Date Requested Status
Libertine Developers Pending
Review via email: mp+318527@code.launchpad.net

Commit message

Update translations and gmock for recent breaking updates.

Description of the change

Update translations and gmock for recent breaking updates.

To post a comment you must log in.

Unmerged revisions

63. By Larry Price

Fixes for new cmake-extras.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/rules'
--- debian/rules 2016-06-28 17:15:54 +0000
+++ debian/rules 2017-02-28 19:24:40 +0000
@@ -1,7 +1,4 @@
1#!/usr/bin/make -f 1#!/usr/bin/make -f
22
3%:3%:
4 dh $@4 dh $@
5
6override_dh_auto_build:
7 dh_auto_build -- all translations
85
=== modified file 'po/CMakeLists.txt'
--- po/CMakeLists.txt 2016-07-20 17:19:02 +0000
+++ po/CMakeLists.txt 2017-02-28 19:24:40 +0000
@@ -5,20 +5,15 @@
5 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}5 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
6)6)
77
8if (CLICK_MODE)8intltool_install_translations(
9 intltool_install_translations(9 ALL
10 ALL10 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
11 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}11)
12 )
13else()
14 intltool_install_translations(
15 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
16 )
17endif(CLICK_MODE)
1812
19file(GLOB_RECURSE ALL_POFILES "*.po")13file(GLOB_RECURSE ALL_POFILES "*.po")
2014
21add_custom_target(potfiles15add_custom_target(potfiles
16 ALL
22 SOURCES17 SOURCES
23 POTFILES.in.in18 POTFILES.in.in
24 ${GETTEXT_PACKAGE}.pot19 ${GETTEXT_PACKAGE}.pot
2520
=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt 2016-07-28 20:12:03 +0000
+++ tests/CMakeLists.txt 2017-02-28 19:24:40 +0000
@@ -1,7 +1,4 @@
1# Build with system gmock and its embedded gtest -- the horror of hardcoding1find_package(GMock REQUIRED)
2set (GMOCK_SOURCE_DIR "/usr/src/gmock" CACHE PATH "gmock source directory")
3set (GTEST_INCLUDE_DIR "${GMOCK_SOURCE_DIR}/gtest/include" CACHE PATH "gtest source include directory")
4add_subdirectory(${GMOCK_SOURCE_DIR} "${CMAKE_CURRENT_BINARY_DIR}/gmock")
52
6function(create_test test_name)3function(create_test test_name)
7 add_executable(${test_name}_exe4 add_executable(${test_name}_exe

Subscribers

People subscribed via source and target branches