Arthur Mello has proposed merging lp:~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click into lp:ubuntu-calendar-app.
Requested reviews: Ubuntu Calendar Developers (ubuntu-calendar-dev) For more details, see: https://code.launchpad.net/~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click/+merge/289279 Add script to build click package -- Your team Ubuntu Calendar Developers is requested to review the proposed merge of lp:~artmello/ubuntu-calendar-app/ubuntu-calendar-app-build_click into lp:ubuntu-calendar-app.
=== added file 'click-build.sh' --- click-build.sh 1970-01-01 00:00:00 +0000 +++ click-build.sh 2016-03-16 19:14:44 +0000 @@ -0,0 +1,16 @@ +#!/bin/sh + +export LC_ALL=C + +BZR_SOURCE=${1:-lp:ubuntu-calendar-app} + +CLICKARCH=armhf +rm -rf $CLICKARCH-build +mkdir $CLICKARCH-build +cd $CLICKARCH-build +cmake .. -DCLICK_MODE=on \ + -DBZR_REVNO=$(cd ..; bzr revno) \ + -DBZR_SOURCE="$BZR_SOURCE" +make DESTDIR=../package install +cd .. +click build package
-- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers More help : https://help.launchpad.net/ListHelp