[gthumb: 1/4] Flatpak manifest to create a flatpak for gthumb




commit 7b9b7497ea855574dd0aec6cd011654ffa5242c1
Author: J <jeteokeeffe yahoo com>
Date:   Fri Mar 27 17:56:18 2020 +0000

    Flatpak manifest to create a flatpak for gthumb

 org.gnome.gthumb.json | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
---
diff --git a/org.gnome.gthumb.json b/org.gnome.gthumb.json
new file mode 100644
index 00000000..b3a81fdc
--- /dev/null
+++ b/org.gnome.gthumb.json
@@ -0,0 +1,29 @@
+{
+  "app-id": "org.gnome.gthumb",
+  "runtime": "org.gnome.Platform",
+  "runtime-version": "3.34",
+  "sdk": "org.gnome.Sdk",
+  "command": "gthumb",
+  "finish-args": [
+    "--share=ipc",
+    "--socket=x11",
+    "--socket=wayland",
+    "--socket=fallback-x11",
+    "--socket=session-bus",
+    "--share=network",
+    "--filesystem=host"
+  ],
+  "modules": [
+    {
+      "name": "gthumb",
+      "buildsystem": "meson",
+      "sources": [
+        {
+          "type": "git",
+          "url": "https://github.com/GNOME/gthumb.git";,
+          "branch": "3.9.1"
+        }
+      ]
+    }
+  ]
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]