~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Tarmac
  • Author(s): Giulio Collura
  • Date: 2015-01-17 00:10:00 UTC
  • mfrom: (68.1.1 reboot)
  • Revision ID: tarmac-20150117001000-cma5ni589w36bijn
Improve manifest.json generation.

Approved by Riccardo Padovani, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    "description": "description of ubuntu-calculator-app",
4
4
    "framework": "ubuntu-sdk-14.10",
5
5
    "hooks": {
6
 
        "ubuntu-calculator-app": {
7
 
            "apparmor": "ubuntu-calculator-app.apparmor",
8
 
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/ubuntu-calculator-app.desktop"
 
6
        "@APP_HARDCODE@": {
 
7
            "apparmor": "@APP_HARDCODE@.apparmor",
 
8
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/@DESKTOP_FILE@"
9
9
        }
10
10
    },
11
11
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
12
12
    "name": "com.ubuntu.calculator",
13
 
    "title": "ubuntu-calculator-app",
14
 
    "version": "0.1"
 
13
    "title": "@APP_NAME@",
 
14
    "version": "@APP_VERSION@.@BZR_REVNO@"
15
15
}