[gnome-weather] Add xdg-app metadata



commit 9a613f1600350283d6d003d318a2199db038370a
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Dec 21 15:21:07 2015 +0100

    Add xdg-app metadata
    
    xdg-app is available for download at people.gnome.org/~gcampagna/xdg-app

 Makefile.am                    |    5 ++-
 org.gnome.Weather.xdg-app.json |   86 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ee00883..61cc228 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,10 @@ GITIGNOREFILES = \
        m4/intltool.m4 \
        m4/libtool.m4 \
        m4/lt* \
-       rpms/
+       rpms/ \
+       xdg-app/ \
+       .xdg-app-builder/ \
+       xdg-app-build.sh
 
 distdir = $(PACKAGE_TARNAME)-$(VERSION)
 
diff --git a/org.gnome.Weather.xdg-app.json b/org.gnome.Weather.xdg-app.json
new file mode 100644
index 0000000..0ca6251
--- /dev/null
+++ b/org.gnome.Weather.xdg-app.json
@@ -0,0 +1,86 @@
+{
+    "app-id": "org.gnome.Weather",
+    "version": "master",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "3.18",
+    "sdk": "org.gnome.Sdk",
+    "command": "/bin/false",
+    "finish-args": ["--share=network",
+                    "--share=ipc",
+                    "--socket=wayland",
+                    "--socket=x11"],
+    "build-options" : {
+        "cflags": "-O2 -g",
+        "env": {
+            "V": "1"
+        }
+    },
+    "cleanup": ["/share/gir-1.0", "/share/gtk-doc", "/share/aclocal",
+                "/lib/pkgconfig", "/include", "*.a", "*.la"],
+    "modules": [
+        {
+            "name": "m4-common",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://github.com/desrt/m4-common.git"
+                }
+            ]
+        },
+        {
+            "name": "geocode-glib",
+            "config-opts": [ "--disable-static" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/geocode-glib"
+                }
+            ]
+        },
+        {
+            "name": "libgweather",
+            "config-opts": [ "--disable-static", "--disable-vala" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/libgweather"
+                }
+            ]
+        },
+        {
+            "name": "geoclue",
+            "config-opts": [ "--disable-static", "--disable-3g-source",
+                             "--disable-cdma-source", "--disable-modem-gps-source",
+                             "--disable-nmea-source" ],
+            "cleanup": [ "/share/dbus-1", "/share/applications",
+                         "/libexec", "/etc" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://anongit.freedesktop.org/geoclue"
+                }
+            ]
+        },
+        {
+            "name": "gnome-desktop",
+            "config-opts": [ "--disable-static", "--disable-desktop-docs" ],
+            "cleanup": [ "/libexec", "/share/gnome" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-desktop",
+                    "branch": "gnome-3-18"
+                }
+            ]
+        },
+        {
+            "name": "gnome-weather",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-weather"
+                }
+            ]
+        }
+    ]
+}


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