From b5688d57d9b235b9e66c952102bfe014116ec7d9 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Mon, 21 Jan 2019 16:07:26 +0000 Subject: 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(+) (limited to 'flatpak') diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json index cd68e1840..7a7a4062b 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", -- cgit v1.2.1