1
by Riccardo Padovani
Starting a new adventure, yeah! |
1 |
{
|
207.1.1
by Bartosz Kosiorek
Fix name of the Calculator in the system |
2 |
"name": "com.ubuntu.calculator", |
60.1.2
by Giulio Collura
hardcode architecture to 'all' |
3 |
"architecture": "all", |
207.1.1
by Bartosz Kosiorek
Fix name of the Calculator in the system |
4 |
"description": "Powerful and easy to use calculator.", |
233.1.4
by Riccardo Padovani
Update manifest.json |
5 |
"framework": "ubuntu-sdk-15.04.1-qml", |
1
by Riccardo Padovani
Starting a new adventure, yeah! |
6 |
"hooks": { |
217.1.1
by Bartosz Kosiorek
Fix of installing calculator on device |
7 |
"calculator": { |
68.1.1
by Giulio Collura
improve manifest.json.in generation |
8 |
"apparmor": "@APP_HARDCODE@.apparmor", |
77.2.1
by Bartosz Kosiorek
Fix configuration files for Ubuntu SDK and Click packages |
9 |
"desktop": "@CMAKE_INSTALL_DATADIR@/applications/ubuntu-calculator-app.desktop" |
1
by Riccardo Padovani
Starting a new adventure, yeah! |
10 |
}
|
11 |
},
|
|
12 |
"maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>", |
|
68.1.1
by Giulio Collura
improve manifest.json.in generation |
13 |
"title": "@APP_NAME@", |
77.2.1
by Bartosz Kosiorek
Fix configuration files for Ubuntu SDK and Click packages |
14 |
"icon": "@ICON@", |
77.2.2
by Bartosz Kosiorek
Minor fix |
15 |
"version": "@APP_VERSION@.@BZR_REVNO@", |
77.2.1
by Bartosz Kosiorek
Fix configuration files for Ubuntu SDK and Click packages |
16 |
"x-source": { |
17 |
"vcs-bzr": "@BZR_SOURCE@", |
|
18 |
"vcs-bzr-revno": "@BZR_REVNO@" |
|
19 |
},
|
|
20 |
"x-test": { |
|
21 |
"autopilot": "@AUTOPILOT_DIR@" |
|
22 |
}
|
|
1
by Riccardo Padovani
Starting a new adventure, yeah! |
23 |
}
|