[glom] xdg-app-builder manifest: Add avahi (for libepc).



commit f5cdd26a3675c0dda4a2999648269f73d737ed79
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 10 17:17:27 2015 +0100

    xdg-app-builder manifest: Add avahi (for libepc).

 manifest.json |   38 ++++++++++++++++++++++++++++++++++++--
 1 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index d8827f2..a525e40 100644
--- a/manifest.json
+++ b/manifest.json
@@ -14,7 +14,7 @@
             "V": "1"
         }
     },
-    "cleanup": ["/include", "/lib/*/include", "/lib/pkgconfig", "/share/pkgconfig", "/share/aclocal", 
"/man", "/share/man", "/share/info", "/share/gtk-doc", "*.la", "*.a"],
+    "cleanup": ["/include", "/lib/*/include", "/lib/pkgconfig", "/share/pkgconfig", "/share/aclocal", 
"/man", "/share/man", "/share/info", "/share/gtk-doc", "*.la", "*.a" ],
     "modules": [
         {
            "name": "mm-common",
@@ -95,6 +95,40 @@
             ]
         },
         {
+            "name": "libxml++",
+            "config-opts": [ "--disable-documentation" ],
+            "build-options" : { "cxxflags": "-O2 -g -std=c++11" },
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.40/libxml++-2.40.1.tar.xz";,
+                    "sha256": "4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9"
+                }
+            ]
+        },
+        {
+            "name": "avahi",
+            "config-opts": [ "--disable-documentation" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://www.avahi.org/download/avahi-0.6.31.tar.gz";,
+                    "sha256": "8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48"
+                }
+            ]
+        },
+        {
+            "name": "libepc",
+            "config-opts": [ "--disable-documentation" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftp.gnome.org/pub/GNOME/sources/libepc/0.4/libepc-0.4.4.tar.xz";,
+                    "sha256": "4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b"
+                }
+            ]
+        },
+        {
             "name": "gtksourceview",
             "config-opts": [ "--disable-documentation" ],
             "sources": [
@@ -165,7 +199,7 @@
         },
         {
             "name": "libgda-5.0",
-            "config-opts": [ "--disable-documentation" "--disable-introspection"],
+            "config-opts": [ "--disable-documentation" "--disable-introspection" ],
             "sources": [
                 {
                     "type": "archive",


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