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
=== added file 'click-build.sh'
--- click-build.sh 1970-01-01 00:00:00 +0000
+++ click-build.sh 2016-03-17 18:28:35 +0000
@@ -0,0 +1,15 @@
1#!/bin/sh
2
3export LC_ALL=C
4
5BZR_SOURCE=${1:-lp:ubuntu-calendar-app}
6
7CLICKARCH=armhf
8rm -rf $CLICKARCH-build
9mkdir $CLICKARCH-build
10cd $CLICKARCH-build
11cmake .. -DCLICK_MODE=on \
12 -DBZR_REVNO=$(cd ..; bzr revno) \
13 -DBZR_SOURCE="$BZR_SOURCE"
14make DESTDIR=./package install
15click build package

Subscribers

People subscribed via source and target branches

to status/vote changes: