Merge lp:~saviq/mircade-snap/no-overlay into lp:mircade-snap

Proposed by Michał Sawicz
Status: Merged
Approved by: Alan Griffiths
Approved revision: 59
Merged at revision: 58
Proposed branch: lp:~saviq/mircade-snap/no-overlay
Merge into: lp:mircade-snap
Diff against target: 52 lines (+21/-2)
1 file modified
snap/snapcraft.yaml (+21/-2)
To merge this branch: bzr merge lp:~saviq/mircade-snap/no-overlay
Reviewer Review Type Date Requested Status
Alan Griffiths Approve
Review via email: mp+324202@code.launchpad.net
To post a comment you must log in.
lp:~saviq/mircade-snap/no-overlay updated
59. By Michał Sawicz

Bump version to indicate this is now built without the overlay

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Painful, but a necessity.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'snap/snapcraft.yaml'
--- snap/snapcraft.yaml 2017-02-24 22:17:41 +0000
+++ snap/snapcraft.yaml 2017-05-17 20:21:36 +0000
@@ -1,5 +1,5 @@
1name: mircade1name: mircade
2version: 0.2.02version: 0.2.1
3summary: Example app on Mir stack3summary: Example app on Mir stack
4description: This example can be used as a guide by other mir client snaps to render guis4description: This example can be used as a guide by other mir client snaps to render guis
5confinement: strict5confinement: strict
@@ -23,6 +23,23 @@
23 default-provider: mir-libs:mir-libs23 default-provider: mir-libs:mir-libs
2424
25parts:25parts:
26 miral:
27 plugin: cmake
28 source: lp:miral/release
29 configflags:
30 - -DCMAKE_INSTALL_PREFIX=/usr
31 build-attributes:
32 - no-system-libraries
33 build-packages:
34 - build-essential
35 - libfreetype6-dev
36 - libgles2-mesa-dev
37 - libglib2.0-dev
38 - libmirserver-dev
39 - libmirclient-dev
40 - pkg-config
41 - python-pil
42
26 games:43 games:
27 plugin: nil44 plugin: nil
28 stage-packages:45 stage-packages:
@@ -77,14 +94,16 @@
77 - -usr/share/man/94 - -usr/share/man/
7895
79 mircade:96 mircade:
97 after: [miral]
80 plugin: cmake98 plugin: cmake
81 source: https://github.com/AlanGriffiths/mircade.git99 source: https://github.com/AlanGriffiths/mircade.git
100 configflags:
101 - -DCMAKE_CXX_FLAGS="-I$SNAPCRAFT_STAGE/usr/include/miral"
82 build-packages:102 build-packages:
83 - build-essential103 - build-essential
84 - pkg-config104 - pkg-config
85 - libfreetype6-dev105 - libfreetype6-dev
86 - libboost-filesystem-dev106 - libboost-filesystem-dev
87 - libmirclientcpp-dev
88 stage-packages:107 stage-packages:
89 - ttf-ubuntu-font-family108 - ttf-ubuntu-font-family
90 stage:109 stage:

Subscribers

People subscribed via source and target branches

to all changes: