[d-feet] flatpak: Add a manifest to build d-feet master



commit 705366863ed4f68b230b66a2740c29564694f7e1
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Mon Oct 9 02:35:57 2017 +0200

    flatpak: Add a manifest to build d-feet master
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788693

 org.gnome.d-feet.json |   67 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.d-feet.json b/org.gnome.d-feet.json
new file mode 100644
index 0000000..d91d32e
--- /dev/null
+++ b/org.gnome.d-feet.json
@@ -0,0 +1,67 @@
+{
+    "id": "org.gnome.d-feet",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "branch": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "d-feet",
+    "tags": ["nightly"],
+    "desktop-file-name-prefix": "(Nightly) ",
+    "finish-args": [
+        "--share=ipc", "--socket=x11",
+        "--socket=wayland",
+        "--socket=system-bus", "--socket=session-bus",
+        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "modules": [
+        {
+            "name": "pycairo",
+            "buildsystem": "simple",
+            "build-commands": [
+                "python2 setup.py install --prefix=/app"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/pygobject/pycairo.git";
+                }
+            ],
+            "cleanup": [
+                "/include",
+                "/share/pkgconfig"
+            ]
+        },
+        {
+            "name": "pygobject",
+            "build-options" : {
+                "env": {
+                    "PYTHON": "/usr/bin/python2"
+                }
+            },
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://git.gnome.org/browse/pygobject";
+                }
+            ],
+            "cleanup": [
+                "/include",
+                "/lib/pkgconfig",
+                "/lib/python2.7/site-packages/gi/*.la"
+            ]
+        },
+        {
+            "name": "d-feet",
+            "config-opts": [
+                "--disable-tests"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://git.gnome.org/browse/d-feet";
+                }
+            ]
+        }
+    ]
+}


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