Merge lp:~nskaggs/ubuntu-clock-app/tweak-manifest into lp:ubuntu-clock-app/saucy

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 341
Merged at revision: 340
Proposed branch: lp:~nskaggs/ubuntu-clock-app/tweak-manifest
Merge into: lp:ubuntu-clock-app/saucy
Diff against target: 33 lines (+14/-7)
1 file modified
click/manifest.json.in (+14/-7)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-clock-app/tweak-manifest
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Clock Developers Pending
Review via email: mp+206072@code.launchpad.net

Commit message

Standardize manifest for cmake

Description of the change

Add manifest tweak that was missed during cmake merge :-)

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/manifest.json.in'
2--- click/manifest.json.in 2014-02-10 22:41:51 +0000
3+++ click/manifest.json.in 2014-02-13 01:51:57 +0000
4@@ -2,15 +2,22 @@
5 "description": "Clock application",
6 "framework": "ubuntu-sdk-13.10",
7 "hooks": {
8- "clock": {
9- "apparmor": "apparmor/clock.json",
10- "desktop": "ubuntu-clock-app.desktop",
11- "urls": "ubuntu-clock-app.url-dispatcher"
12+ "@APP_NAME@": {
13+ "apparmor": "apparmor.json",
14+ "desktop": "@DESKTOP_FILE@",
15+ "urls": "@URLS_FILE@"
16 }
17 },
18- "icon": "clock64.png",
19+ "icon": "@ICON@",
20 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
21- "name": "com.ubuntu.clock",
22+ "name": "@PROJECT_NAME@",
23 "title": "clock",
24- "version": "1.0"
25+ "version": "1.0.@BZR_REVNO@",
26+ "x-source": {
27+ "vcs-bzr": "@BZR_SOURCE@",
28+ "vcs-bzr-revno": "@BZR_REVNO@"
29+ },
30+ "x-test": {
31+ "autopilot": "@AUTOPILOT_DIR@"
32+ }
33 }

Subscribers

People subscribed via source and target branches