[polari] flatpak: Bundle dbus-glib



commit 113750105509b6989260fda201be22f8499adf1d
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jul 31 21:56:17 2019 +0200

    flatpak: Bundle dbus-glib
    
    It was (quite rightfully) dropped from the runtime. Both ditching
    telepathy or porting to gdbus are major efforts, so go the easy
    route for now and bundle another lib.
    
    https://gitlab.gnome.org/GNOME/polari/merge_requests/127

 flatpak/org.gnome.Polari.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/flatpak/org.gnome.Polari.json b/flatpak/org.gnome.Polari.json
index 053ea58..ba0c942 100644
--- a/flatpak/org.gnome.Polari.json
+++ b/flatpak/org.gnome.Polari.json
@@ -51,6 +51,18 @@
                 "/share/telepathy"
     ],
     "modules": [
+        {
+            "name": "dbus-glib",
+            "config-opts": ["--disable-static", "--disable-gtk-doc"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.freedesktop.org/dbus/dbus-glib.git";,
+                    "tag": "dbus-glib-0.110",
+                    "commit": "ffeb6909967ff79585a7ede85227da94f04ecb01"
+                }
+            ]
+        },
         {
             "name": "telepathy-glib",
             "config-opts": ["--disable-static", "--disable-gtk-doc"],


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