Merge lp:~3v1n0/unity/proper-multiarch into lp:unity
| Status: | Merged | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Approved by: | Andrea Azzarone on 2016-02-09 | ||||||||
| Approved revision: | 4071 | ||||||||
| Merged at revision: | 4072 | ||||||||
| Proposed branch: | lp:~3v1n0/unity/proper-multiarch | ||||||||
| Merge into: | lp:unity | ||||||||
| Diff against target: |
543 lines (+92/-69) 21 files modified
CMakeLists.txt (+26/-14) UnityCore/CMakeLists.txt (+8/-8) UnityCore/DBusIndicators.cpp (+1/-1) config.h.cmake (+3/-2) dash/previews/StandaloneApplicationPreview.cpp (+18/-17) dash/previews/StandaloneSocialPreview.cpp (+4/-4) data/pam/CMakeLists.txt (+1/-1) debian/libunity-core-6.0-9.install (+1/-1) debian/rules (+2/-7) debian/unity-services.install (+1/-1) debian/unity.install (+1/-1) gnome/CMakeLists.txt (+1/-1) plugins/networkarearegion/CMakeLists.txt (+5/-0) plugins/unity-mt-grab-handles/CMakeLists.txt (+5/-0) plugins/unityshell/CMakeLists.txt (+6/-1) services/CMakeLists.txt (+3/-3) services/unity-panel-service-lockscreen.conf.in (+1/-1) services/unity-panel-service.conf.in (+1/-1) tests/test_previews_application.cpp (+1/-1) tools/CMakeLists.txt (+2/-3) unity-shared/DashStyle.cpp (+1/-1) |
||||||||
| To merge this branch: | bzr merge lp:~3v1n0/unity/proper-multiarch | ||||||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2016-02-09 | |
| Andrea Azzarone | 2016-02-09 | Approve on 2016-02-09 | |
|
Review via email:
|
|||
Commit Message
CMake: use GNUInstallDirs with native multi-arch support
We can now use CMAKE_INSTALL_*DIR instead of defining them manually.
Also disable networkarea region plugin build by default.
- 4069. By Marco Trevisan (Treviño) on 2016-02-09
-
CMake: use GNUInstallDirs with native multi-arch support
We can now use CMAKE_INSTALL_*DIR instead of defining them manually.
Also disable networkarea region plugin build by default. - 4070. By Marco Trevisan (Treviño) on 2016-02-09
-
CMakeLists: use ${PROJECT_NAME} instead of unity
- 4071. By Marco Trevisan (Treviño) on 2016-02-09
-
Use proper prefixes where possible
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:4071
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://


+1