Merge lp:~saviq/unity/phablet.update-coding-build into lp:unity/phablet

Proposed by Michał Sawicz
Status: Merged
Approved by: Albert Astals Cid
Approved revision: no longer in the source branch.
Merged at revision: 669
Proposed branch: lp:~saviq/unity/phablet.update-coding-build
Merge into: lp:unity/phablet
Diff against target: 55 lines (+5/-18)
2 files modified
CODING (+2/-4)
build (+3/-14)
To merge this branch: bzr merge lp:~saviq/unity/phablet.update-coding-build
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+163306@code.launchpad.net

Commit message

update CODING and build script to drop 12.10 references

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Albert Astals Cid (aacid) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CODING'
2--- CODING 2013-03-25 17:00:08 +0000
3+++ CODING 2013-05-10 12:08:27 +0000
4@@ -16,10 +16,8 @@
5 If its your first time, download & build deps
6 $ ./build -s
7 this will:
8- - add ppa:phablet-team/desktop-deps
9- - for 12.10, add ppa:canonical-qt5-edgers/qt5-proper and ppa:ubuntu-sdk-team/ppa
10+ - add ppa:phablet-team/desktop-deps, ppa:canonical-qt5-edgers/qt5-proper, ppa:ubuntu-sdk-team
11 - build and install lp:libunity/phablet, lp:unity/phablet-mods, lp:hud/phablet and lp:unity-lens-people locally
12- - for 12.10, build and install lp:nux/phablet locally
13 - install build dependencies
14
15 build UnityNext
16@@ -58,7 +56,7 @@
17
18 Running UnityNext on devices
19 ============================
20-- Ubuntu Touch builds are currently only available in 12.10 flavour
21+- Ubuntu Touch builds are currently only available in 13.04 flavour
22 - supported hardware should match one those listed here https://wiki.ubuntu.com/Touch/Devices#Running_fine
23 - follow the Ubuntu Touch install instructions for your chosen device https://wiki.ubuntu.com/Touch/Install
24 - make sure your device is connected to a WiFi network
25
26=== modified file 'build'
27--- build 2013-04-30 23:55:56 +0000
28+++ build 2013-05-10 12:08:27 +0000
29@@ -37,23 +37,12 @@
30 [ $# -eq 1 ] && BUILD_TYPE="$1"
31
32 install_dependencies() {
33- RARING=false
34- grep -q raring /etc/lsb-release
35- if [ $? -eq 0 ]; then
36- RARING=true
37- fi
38 sudo add-apt-repository -y ppa:phablet-team/desktop-deps || exit 1
39- if ! $RARING; then
40- sudo add-apt-repository -y ppa:canonical-qt5-edgers/qt5-proper || exit 2;
41- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa || exit 3
42- fi
43+ sudo add-apt-repository -y ppa:canonical-qt5-edgers/qt5-proper || exit 2;
44+ sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa || exit 3
45 sudo apt-get update || exit 4
46 echo "Installing dependencies.."
47- if ! $RARING; then
48- sudo apt-get install -y qt-components-ubuntu qtdeclarative5-dee-plugin indicators-client indicators-client-plugin-* qtbase5-dev qtdeclarative5-dev qtdeclarative5-dev-tools qtdeclarative5-test-plugin libdee-qt5-dev libpulse-dev qtdeclarative5-xmllistmodel-plugin unity-lens-mock demo-assets libboost-regex1.49-dev ubuntu-mobile || exit 5
49- else
50- sudo apt-get install -y qtdeclarative5-ubuntu-ui-toolkit-plugin qtdeclarative5-dee-plugin indicators-client indicators-client-plugin-* qtbase5-dev qtdeclarative5-dev qtdeclarative5-dev-tools qtdeclarative5-test-plugin libdee-qt5-dev libpulse-dev qtdeclarative5-xmllistmodel-plugin unity-lens-mock demo-assets libboost-regex1.49-dev ubuntu-mobile || exit 6
51- fi
52+ sudo apt-get install -y qtdeclarative5-ubuntu-ui-toolkit-plugin qtdeclarative5-dee-plugin indicators-client indicators-client-plugin-* qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtdeclarative5-dev-tools qtdeclarative5-test-plugin libdee-qt5-dev libpulse-dev qtdeclarative5-xmllistmodel-plugin unity-lens-mock demo-assets libboost-regex1.49-dev ubuntu-mobile || exit 6
53 }
54
55 if [ -f "/usr/bin/ninja" ] ; then

Subscribers

People subscribed via source and target branches