~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Tarmac
  • Author(s): Bartosz Kosiorek
  • Date: 2015-01-29 16:25:04 UTC
  • mfrom: (77.2.4 reboot-fix-click-package)
  • Revision ID: tarmac-20150129162504-k1n2yckkdzqhwen7
Fix Click package configuration.

Approved by Alan Pope , Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
    "architecture": "all",
3
 
    "description": "description of ubuntu-calculator-app",
 
3
    "description": "A calculator for Ubuntu Touch",
4
4
    "framework": "ubuntu-sdk-14.10",
5
5
    "hooks": {
6
6
        "@APP_HARDCODE@": {
7
7
            "apparmor": "@APP_HARDCODE@.apparmor",
8
 
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/@DESKTOP_FILE@"
 
8
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/ubuntu-calculator-app.desktop"
9
9
        }
10
10
    },
11
11
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
12
12
    "name": "com.ubuntu.calculator",
13
13
    "title": "@APP_NAME@",
14
 
    "version": "@APP_VERSION@.@BZR_REVNO@"
 
14
    "icon": "@ICON@",
 
15
    "version": "@APP_VERSION@.@BZR_REVNO@",
 
16
    "x-source": {
 
17
        "vcs-bzr": "@BZR_SOURCE@",
 
18
        "vcs-bzr-revno": "@BZR_REVNO@"
 
19
    },
 
20
    "x-test": {
 
21
        "autopilot": "@AUTOPILOT_DIR@"
 
22
    }
15
23
}