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

Proposed by Larry Price
Status: Merged
Approved by: Larry Price
Approved revision: 67
Merged at revision: 63
Proposed branch: lp:~larryprice/libertine-scope/updated-cmake-extras
Merge into: lp:libertine-scope/release
Diff against target: 78 lines (+10/-20)
4 files modified
debian/rules (+1/-4)
libertine-scope.apparmor (+1/-0)
po/CMakeLists.txt (+6/-10)
tests/CMakeLists.txt (+2/-6)
To merge this branch: bzr merge lp:~larryprice/libertine-scope/updated-cmake-extras
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+318523@code.launchpad.net

Commit message

Update libertine-scope build for recent cmake-extras changes.

Description of the change

Update libertine-scope build for recent cmake-extras changes.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Builds now, thanks

review: Approve

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 18:56:26 +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 'libertine-scope.apparmor'
--- libertine-scope.apparmor 2016-07-22 12:44:15 +0000
+++ libertine-scope.apparmor 2017-02-28 18:56:26 +0000
@@ -4,6 +4,7 @@
4 "policy_version": 1.3,4 "policy_version": 1.3,
5 "read_path": [5 "read_path": [
6 "@{HOME}/.local/share/libertine/",6 "@{HOME}/.local/share/libertine/",
7 "@{HOME}/.local/share/libertine-container/user-data/",
7 "@{HOME}/.cache/libertine-container/",8 "@{HOME}/.cache/libertine-container/",
8 "@{CLICK_DIR}/*puritine*/"9 "@{CLICK_DIR}/*puritine*/"
9 ],10 ],
1011
=== modified file 'po/CMakeLists.txt'
--- po/CMakeLists.txt 2016-07-20 17:19:02 +0000
+++ po/CMakeLists.txt 2017-02-28 18:56:26 +0000
@@ -5,20 +5,16 @@
5 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}5 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
6)6)
77
8if (CLICK_MODE)8
9 intltool_install_translations(9intltool_install_translations(
10 ALL10 ALL
11 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}11 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
12 )12)
13else()
14 intltool_install_translations(
15 GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
16 )
17endif(CLICK_MODE)
1813
19file(GLOB_RECURSE ALL_POFILES "*.po")14file(GLOB_RECURSE ALL_POFILES "*.po")
2015
21add_custom_target(potfiles16add_custom_target(potfiles
17 ALL
22 SOURCES18 SOURCES
23 POTFILES.in.in19 POTFILES.in.in
24 ${GETTEXT_PACKAGE}.pot20 ${GETTEXT_PACKAGE}.pot
2521
=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt 2016-07-28 20:12:03 +0000
+++ tests/CMakeLists.txt 2017-02-28 18:56:26 +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
@@ -14,8 +11,7 @@
14 target_link_libraries(${test_name}_exe11 target_link_libraries(${test_name}_exe
15 apps12 apps
16 Qt5::Core13 Qt5::Core
17 gmock14 gmock gmock_main
18 gmock_main
19 )15 )
2016
21 add_test(${test_name} ${test_name}_exe)17 add_test(${test_name} ${test_name}_exe)

Subscribers

People subscribed via source and target branches