~sergiusens/camera-app/pseudo_adt

190.1.1 by Sergio Schvezov
Fixing up
1
{
2
    "description": 
3
        "An application to take pictures and videos with the device cameras",
252.1.1 by Sergio Schvezov
Update the framework for ubuntu-sdk-14.04-dev1 and apparmor 1.1
4
    "framework": "ubuntu-sdk-14.04-dev1", 
190.1.1 by Sergio Schvezov
Fixing up
5
    "architecture": "armhf",
6
    "hooks": {
7
        "camera": {
8
            "apparmor": "camera-apparmor.json", 
9
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/@DESKTOP_FILE@"
10
        }
11
    }, 
212.4.1 by Sergio Schvezov
Adding camera icon
12
    "icon": "@CAMERA_ICON@",
190.1.1 by Sergio Schvezov
Fixing up
13
    "maintainer": "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>",
14
    "name": "com.ubuntu.camera", 
15
    "title": "Camera", 
277 by Sergio Schvezov
Making the manifest live in root, adding revid and a version defition in the template
16
    "version": "@VERSION@",
190.1.1 by Sergio Schvezov
Fixing up
17
    "x-source": {
212.3.6 by Sergio Schvezov
Allow overriding vcs-bzr in the click manifest
18
        "vcs-bzr": "@BZR_SOURCE@", 
190.1.1 by Sergio Schvezov
Fixing up
19
        "vcs-bzr-revno": "@BZR_REVNO@"
277 by Sergio Schvezov
Making the manifest live in root, adding revid and a version defition in the template
20
        "vcs-bzr-revid": "@BZR_REVID@"
264.2.3 by Dimitri John Ledkov
missing comma
21
    },
264.2.1 by Dimitri John Ledkov
Correct click manifest for python3.
22
    "x-test": {
264.2.2 by Dimitri John Ledkov
drop trailing coma
23
        "autopilot": "@AUTOPILOT_DIR@"
264.2.1 by Dimitri John Ledkov
Correct click manifest for python3.
24
    }
190.1.1 by Sergio Schvezov
Fixing up
25
}