~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to click/manifest.json.in

  • Committer: Sergio Schvezov
  • Date: 2014-01-18 23:29:11 UTC
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: sergio.schvezov@canonical.com-20140118232911-p3jdkkomszdl2l70
Adding cmake 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    "description": "Calendar application for Ubuntu devices",
3
3
    "framework": "ubuntu-sdk-13.10",
4
4
    "hooks": {
5
 
        "calendar": {
6
 
            "apparmor": "apparmor/calendar.json",
7
 
            "desktop": "calendar-app.desktop"
 
5
        "@APP_NAME@": {
 
6
            "apparmor": "apparmor.json",
 
7
            "desktop": "@DESKTOP_FILE@"
8
8
        }
9
9
    },
10
 
    "icon": "calendar64.png",
 
10
    "icon": "@ICON@",
11
11
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
12
 
    "name": "com.ubuntu.calendar",
13
 
    "title": "calendar",
14
 
    "version": "0.4"
 
12
    "name": "@PROJECT_NAME@",
 
13
    "title": "Calendar",
 
14
    "version": "0.4.@BZR_REVNO@",
 
15
    "x-source": {
 
16
        "vcs-bzr": "@BZR_SOURCE@", 
 
17
        "vcs-bzr-revno": "@BZR_REVNO@"
 
18
    },
 
19
        "x-test": {
 
20
                "autopilot": "@AUTOPILOT_DIR@"
 
21
        }
15
22
}