Merge lp:~codygarver/wingpanel/fix-1076823 into lp:~elementary-pantheon/wingpanel/old-trunk

Proposed by Cody Garver
Status: Merged
Approved by: David Gomes
Approved revision: 122
Merged at revision: 122
Proposed branch: lp:~codygarver/wingpanel/fix-1076823
Merge into: lp:~elementary-pantheon/wingpanel/old-trunk
Diff against target: 28 lines (+10/-1)
1 file modified
CMakeLists.txt (+10/-1)
To merge this branch: bzr merge lp:~codygarver/wingpanel/fix-1076823
Reviewer Review Type Date Requested Status
David Gomes (community) Approve
Review via email: mp+155671@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Gomes (davidgomes) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2012-11-13 22:12:07 +0000
+++ CMakeLists.txt 2013-03-27 07:28:23 +0000
@@ -2,7 +2,7 @@
22
3project (wingpanel)3project (wingpanel)
4cmake_minimum_required (VERSION 2.8)4cmake_minimum_required (VERSION 2.8)
5cmake_policy (VERSION 2.6)5cmake_policy (VERSION 2.8)
66
7list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala)7list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala)
88
@@ -22,6 +22,15 @@
22set (PREFIX ${CMAKE_INSTALL_PREFIX})22set (PREFIX ${CMAKE_INSTALL_PREFIX})
23set (DOLLAR "$")23set (DOLLAR "$")
2424
25# Add 'make dist' command for creating release tarball
26set (CPACK_PACKAGE_VERSION ${VERSION})
27set (CPACK_SOURCE_GENERATOR "TGZ")
28set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
29set (CPACK_SOURCE_IGNORE_FILES "/build/;/.bzr/;/.bzrignore;~$;${CPACK_SOURCE_IGNORE_FILES}")
30
31include (CPack)
32add_custom_target (dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
33
25# Set dependencies34# Set dependencies
26set (WINGPANEL_DEPS "gobject-2.0;glib-2.0;gio-2.0;gee-1.0;gdk-x11-3.0;x11;gtk+-3.0;granite")35set (WINGPANEL_DEPS "gobject-2.0;glib-2.0;gio-2.0;gee-1.0;gdk-x11-3.0;x11;gtk+-3.0;granite")
27set (WINGPANEL_DEPS_NOVALA "gthread-2.0;indicator3-0.4")36set (WINGPANEL_DEPS_NOVALA "gthread-2.0;indicator3-0.4")

Subscribers

People subscribed via source and target branches

to all changes: