~nik90/ubuntu-weather-app/finish-listitem-migration

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "architecture": "all",
    "description": "A weather forecast application for Ubuntu with support for multiple online weather data sources",
    "framework": "ubuntu-sdk-15.04-qml",
    "hooks": {
        "weather": {
            "apparmor": "ubuntu-weather-app.apparmor",
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/ubuntu-weather-app.desktop"
        }
    },
    "icon": "@ICON@",
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "@PROJECT_NAME@",
    "title": "Weather",
    "version": "3.0.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": "@AUTOPILOT_DIR@"
    }
}