first attempt to build with clickable

This commit is contained in:
Michael Zanetti 2018-07-26 00:08:56 +02:00
parent 10e8453094
commit f1e20dad93
4 changed files with 35 additions and 0 deletions

8
clickable.json Normal file
View File

@ -0,0 +1,8 @@
{
"template": "qmake",
"kill": "nymeaapp",
"dependencies": [
"libavahi-client-dev",
"libavahi-common-dev"
]
}

15
manifest.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "io.guh.nymeaapp",
"description": "blabla",
"architecture": "armhf",
"title": "nymea:app",
"hooks": {
"nymea-app": {
"apparmor": "nymea-app.apparmor",
"desktop": "nymea-app.desktop"
}
},
"version": "1.0.0",
"maintainer": "Your FullName <email@domain.org>",
"framework" : "ubuntu-sdk-15.04.5"
}

5
nymea-app.apparmor Normal file
View File

@ -0,0 +1,5 @@
{
"template": "unconfined",
"policy_groups": [],
"policy_version": 1.3
}

7
nymea-app.desktop Normal file
View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=nymea:app
Exec=nymeaapp
Icon=packaging/android/appicon.svg
Terminal=false
Type=Application
X-Ubuntu-Touch=true