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

Proposed by Arthur Mello
Status: Superseded
Proposed branch: lp:~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click
Merge into: lp:ubuntu-calendar-app
Diff against target: 20 lines (+16/-0)
1 file modified
click-build.sh (+16/-0)
To merge this branch: bzr merge lp:~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click
Reviewer Review Type Date Requested Status
Ubuntu Calendar Developers Pending
Review via email: mp+289279@code.launchpad.net

This proposal has been superseded by a proposal from 2016-03-16.

Description of the change

Add script to build click package

To post a comment you must log in.
783. By Arthur Mello

Move package dir into build dir

Unmerged revisions

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-16 19:14:44 +0000
4@@ -0,0 +1,16 @@
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+cd ..
20+click build package

Subscribers

People subscribed via source and target branches

to status/vote changes: