~fboucault/ubuntu-filemanager-app/migrate_toolkit_13

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "description": "File Manager application",
    "framework": "ubuntu-sdk-14.10",
    "_comment": "Do not change this. Architecture is automatically replaced by cmake",
    "architecture": "@CLICK_ARCH@",
    "hooks": {
        "filemanager": {
            "apparmor": "filemanager.apparmor",
            "desktop": "com.ubuntu.filemanager.desktop",
            "content-hub": "hub-exporter.json"
        }
    },
    "icon": "filemanager64.png",
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "com.ubuntu.filemanager",
    "title": "File Manager",
    "version": "0.4.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "lp:ubuntu-filemanager-app",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": {
            "autopilot_module": "@AUTOPILOT_DIR@",
            "depends": [
                "python3-lxml",
                "python3-fixtures"
            ]
        }
    }
}