~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to click/manifest.json.in

  • Committer: mhall119
  • Date: 2013-07-24 21:24:52 UTC
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: mhall119@ubuntu.com-20130724212452-y181o9l9f4v3gm2z
Add individual contributors to debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "architecture": "all",
3
 
    "description": "A calendar for Ubuntu which syncs with online accounts",
4
 
    "framework": "ubuntu-sdk-14.10-qml-dev3",
5
 
    "hooks": {
6
 
        "calendar": {
7
 
            "account-application": "@PROJECT_NAME@_@APP_NAME@.application",
8
 
            "apparmor": "calendar.apparmor",
9
 
            "desktop": "@DESKTOP_FILE@",
10
 
            "urls": "@URLS_FILE@"
11
 
        }
12
 
    },
13
 
    "icon": "@ICON@",
14
 
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
15
 
    "name": "@PROJECT_NAME@",
16
 
    "title": "Calendar",
17
 
    "version": "0.4.@BZR_REVNO@",
18
 
    "x-source": {
19
 
        "vcs-bzr": "@BZR_SOURCE@",
20
 
        "vcs-bzr-revno": "@BZR_REVNO@"
21
 
    },
22
 
    "x-test": {
23
 
        "autopilot": {
24
 
            "autopilot_module": "@AUTOPILOT_DIR@",
25
 
            "depends": [
26
 
                "python3-dateutil",
27
 
                "address-book-service-dummy",
28
 
                "address-book-service-testability"
29
 
            ]
30
 
        }
31
 
    }
32
 
}