summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2019-01-21 16:07:26 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2019-01-21 16:07:26 +0000
commitb5688d57d9b235b9e66c952102bfe014116ec7d9 (patch)
tree4d11d1789b61728ca470518b0a8e9a29a23fd497 /flatpak
parent43366991ea8c59bf053affbaa1c61ecf9271912c (diff)
downloadtotem-b5688d57d9b235b9e66c952102bfe014116ec7d9.tar.gz
Flatpak: add dbus dependency
Currently, the dbusservice plugin that provides MPRIS integration uses dbus-python Which is not included in python3.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.json14
1 files changed, 14 insertions, 0 deletions
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
@@ -229,6 +229,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",
"no-parallel-make": true,