Merge lp:~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click into lp:ubuntu-calendar-app

Proposed by Arthur Mello
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 783
Merged at revision: 785
Proposed branch: lp:~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click
Merge into: lp:ubuntu-calendar-app
Diff against target: 19 lines (+15/-0)
1 file modified
click-build.sh (+15/-0)
To merge this branch: bzr merge lp:~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
Review via email: mp+289280@code.launchpad.net

This proposal supersedes a proposal from 2016-03-16.

Commit message

Add script to build click package

Description of the change

Add script to build click package

To post a comment you must log in.
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

only single comment.

review: Needs Information
783. By Arthur Mello

Move package dir into build dir

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'click-build.sh'
2--- click-build.sh 1970-01-01 00:00:00 +0000
3+++ click-build.sh 2016-03-17 18:28:35 +0000
4@@ -0,0 +1,15 @@
5+#!/bin/sh
6+
7+export LC_ALL=C
8+
9+BZR_SOURCE=${1:-lp:ubuntu-calendar-app}
10+
11+CLICKARCH=armhf
12+rm -rf $CLICKARCH-build
13+mkdir $CLICKARCH-build
14+cd $CLICKARCH-build
15+cmake .. -DCLICK_MODE=on \
16+ -DBZR_REVNO=$(cd ..; bzr revno) \
17+ -DBZR_SOURCE="$BZR_SOURCE"
18+make DESTDIR=./package install
19+click build package

Subscribers

People subscribed via source and target branches

to status/vote changes: