[five-or-more] Add "nightly" flatpak manifest
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] Add "nightly" flatpak manifest
- Date: Tue, 27 Mar 2018 21:02:41 +0000 (UTC)
commit d8af4b86b9b0129b48c0180da13dec2e166d6431
Author: Karuna Grewal <karunagrewal98 gmail com>
Date: Fri Mar 23 20:50:14 2018 +0530
Add "nightly" flatpak manifest
https://bugzilla.gnome.org/show_bug.cgi?id=794478
org.gnome.five-or-more.json | 58 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
---
diff --git a/org.gnome.five-or-more.json b/org.gnome.five-or-more.json
new file mode 100644
index 0000000..c9f54c3
--- /dev/null
+++ b/org.gnome.five-or-more.json
@@ -0,0 +1,58 @@
+{
+ "app-id": "org.gnome.five-or-more",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "3.28",
+ "sdk": "org.gnome.Sdk",
+ "command": "five-or-more",
+ "rename-icon": "five-or-more",
+ "rename-desktop-file":"five-or-more.desktop",
+ "desktop-file-name-prefix" : "(Nightly) ",
+ "finish-args": [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
+ "--socket=system-bus",
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "build-options" : {
+ "cflags": "-O2 -g",
+ "cxxflags": "-O2 -g"
+ },
+ "modules": [
+ {
+ "name": "libgee",
+ "buildsystem": "meson",
+ "sources": [
+ {
+ "type": "git",
+ "branch": "meson",
+ "url": "https://git.gnome.org/browse/libgee"
+ }
+ ]
+ },
+ {
+ "name": "libgnome-games-support",
+ "sources": [
+ {
+ "type": "archive",
+ "url":
"https://download.gnome.org/sources/libgnome-games-support/1.4/libgnome-games-support-1.4.0.tar.xz",
+ "sha256": "1d89b145da7d4aedae3fa75456d97ed1b4a5bc062a01e7d0db93b006bdf11456"
+ }
+ ]
+ },
+ {
+ "name": "five-or-more",
+ "buildsystem": "meson",
+ "sources": [
+ {
+ "type": "git",
+ "branch": "master",
+ "url": "https://git.gnome.org/browse/five-or-more"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]