[totem/wip/hadess/add-dbus-glib] flatpak: Add dbus-glib



commit 2b781c969501bb647163cf220216be84618a3938
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 2 11:43:17 2019 +0200

    flatpak: Add dbus-glib
    
    It's required for the Python D-Bus bindings which we still use.

 flatpak/org.gnome.Totem.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index ddf529879..bf4a2a43f 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -263,6 +263,30 @@
                 }
             ]
         },
+        {
+            "name": "dbus-glib",
+            "cleanup": [
+                "*.la",
+                "/bin",
+                "/etc",
+                "/include",
+                "/libexec",
+                "/share/gtk-doc",
+                "/share/man"
+            ],
+            "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": "python3-dbus-python",
             "buildsystem": "simple",


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