annotate flatpak/org.salutatoi.SAT.json @ 151:6f8c849daf2a

flatpak (build_manifest): updated org.freedesktop.Platform runtime version: manifests were using an old 1.6 version of the runtime, this patch fixes them by using the current 18.8 one. Thanks to that, the main_loop.patch which was made because of an outdated version of GLib (see https://github.com/flatpak/flatpak/issues/1899) is not needed anymore and has been removed. Some useless extensions have also been removed from default manifest.
author Goffi <goffi@goffi.org>
date Wed, 26 Jun 2019 20:49:31 +0200
parents 7272eafd0fad
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
132
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
2 "app-id": "org.salutatoi.SAT",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
3 "branch": "0.7.0a2",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
4 "runtime": "org.salutatoi.Platform",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
5 "runtime-version": "0.7.0a2",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
6 "sdk": "org.salutatoi.Sdk",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
7 "command": "sat",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
8 "finish-args": [
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
9 "--share=network",
135
7272eafd0fad Backed out changeset 4549cf265131
Goffi <goffi@goffi.org>
parents: 134
diff changeset
10 "--filesystem=home"
132
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
11 ],
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
12 "modules": [
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
13 {
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
14 "name": "sat",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
15 "buildsystem": "simple",
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
16 "build-commands": [
133
a68fc8159071 flatpak (org.salutatoi.SAT): autolaunch backend when SàT D-Bus is requested
Goffi <goffi@goffi.org>
parents: 132
diff changeset
17 "install -D /usr/bin/sat /app/bin/sat",
a68fc8159071 flatpak (org.salutatoi.SAT): autolaunch backend when SàT D-Bus is requested
Goffi <goffi@goffi.org>
parents: 132
diff changeset
18 "install -D /usr/lib/python2.7/site-packages/sat-0.7.0a2-py2.7.egg/share/dbus-1/services/org.salutatoi.SAT.service /app/share/dbus-1/services/org.salutatoi.SAT.service"
132
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
19 ]
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
20 }
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
21 ]
d7761eb3f20b flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff changeset
22 }