add build for ubuntu touch #76
This commit is contained in:
parent
93e4c38c71
commit
0565ce9aee
9 changed files with 43 additions and 0 deletions
1
ubuntutouch/.gitignore
vendored
Normal file
1
ubuntutouch/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
build
|
1
ubuntutouch/LICENSE
Symbolic link
1
ubuntutouch/LICENSE
Symbolic link
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
1
ubuntutouch/README.md
Symbolic link
1
ubuntutouch/README.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../README.md
|
7
ubuntutouch/clickable.json
Normal file
7
ubuntutouch/clickable.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"template": "pure",
|
||||
"kill": "webapp-container",
|
||||
"ignore": [
|
||||
".git"
|
||||
]
|
||||
}
|
9
ubuntutouch/goober.apparmor
Normal file
9
ubuntutouch/goober.apparmor
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"template": "ubuntu-webapp",
|
||||
"policy_groups": [
|
||||
"webview",
|
||||
"audio",
|
||||
"networking"
|
||||
],
|
||||
"policy_version": 1.3
|
||||
}
|
7
ubuntutouch/goober.desktop
Normal file
7
ubuntutouch/goober.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Goober
|
||||
Exec=webapp-container --app-id="goober.thrrgilag" $@ www/index.html
|
||||
Icon=icon.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-Ubuntu-Touch=true
|
1
ubuntutouch/icon.png
Symbolic link
1
ubuntutouch/icon.png
Symbolic link
|
@ -0,0 +1 @@
|
|||
../resources/icon-144.png
|
15
ubuntutouch/manifest.json
Normal file
15
ubuntutouch/manifest.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "goober.thrrgilag",
|
||||
"description": "A pnut.io client",
|
||||
"architecture": "all",
|
||||
"title": "Goober",
|
||||
"hooks": {
|
||||
"goober": {
|
||||
"apparmor": "goober.apparmor",
|
||||
"desktop": "goober.desktop"
|
||||
}
|
||||
},
|
||||
"version": "0.6.3",
|
||||
"maintainer": "Morgan McMillian <gilag@monkeystew.com>",
|
||||
"framework" : "ubuntu-sdk-15.04.6"
|
||||
}
|
1
ubuntutouch/www
Symbolic link
1
ubuntutouch/www
Symbolic link
|
@ -0,0 +1 @@
|
|||
../www
|
Reference in a new issue