[gxml] Add gxml.json initialize flatpak



commit 4ebb2486ebd9f32f8aaa37dc9ba10a8bf21c1ea1
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Mar 12 22:28:06 2017 -0600

    Add gxml.json initialize flatpak
    
    This is an initial version to be updated in order
    to create development environment in flatpak.
    
    In flatpak is not considered jet to develop libraries,
    but applications. May we will expect some changes
    in order to provide that kind of environment.

 gxml.json |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/gxml.json b/gxml.json
new file mode 100644
index 0000000..9166bdc
--- /dev/null
+++ b/gxml.json
@@ -0,0 +1,20 @@
+{
+  "app-id": "org.gnome.gxml",
+  "runtime": "org.gnome.Platform",
+  "runtime-version": "3.22",
+  "sdk": "org.gnome.Sdk",
+  "command": "",
+  "modules": [
+    {
+      "name": "ligee",
+      "config-opts": ["--disable-introspection"],
+      "sources": [
+        {
+          "type": "uri",
+          "path": "https://download.gnome.org/sources/libgee/0.18/libgee-0.18.1.tar.xz";,
+          "sha256": "99686bbe5a9c89ba9502c25f61314ee8efa0dd2a1159c9a639afc1458c2839a2"
+        }
+      ]
+    }
+  ]
+}


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