[totem/flatpak-dbus] Flatpak: add dbus dependency



commit b5688d57d9b235b9e66c952102bfe014116ec7d9
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Jan 21 16:07:26 2019 +0000

    Flatpak: add dbus dependency
    
    Currently, the dbusservice plugin that provides MPRIS integration uses dbus-python
    Which is not included in python3.

 flatpak/org.gnome.Totem.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index cd68e184..7a7a4062 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -228,6 +228,20 @@
                 }
             ]
         },
+        {
+            "name": "python3-dbus-python",
+            "buildsystem": "simple",
+            "build-commands": [
+                "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} dbus-python"
+            ],
+            "sources": [
+                {
+                    "type": "file",
+                    "url": 
"https://pypi.python.org/packages/ad/1b/76adc363212c642cabbf9329457a918308c0b9b5d38ce04d541a67255174/dbus-python-1.2.4.tar.gz";,
+                    "sha256": "e2f1d6871f74fba23652e51d10873e54f71adab0525833c19bad9e99b1b2f9cc"
+                }
+            ]
+        },
         {
             "name": "totem",
             "buildsystem": "meson",


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