summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-02 11:43:17 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-02 11:52:03 +0200
commit2b781c969501bb647163cf220216be84618a3938 (patch)
tree3bef2fa919dfcfff3e8dd6e959a101bf6748553b /flatpak
parent6859a2123442c50c1e0e0f75e269f802881f1e7b (diff)
downloadtotem-2b781c969501bb647163cf220216be84618a3938.tar.gz
flatpak: Add dbus-glib
It's required for the Python D-Bus bindings which we still use.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.json24
1 files changed, 24 insertions, 0 deletions
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
@@ -264,6 +264,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",
"build-commands": [