Kaydet (Commit) f465685a authored tarafından Arkadiy Illarionov's avatar Arkadiy Illarionov Kaydeden (comit) Thorsten Behrens

Resolves: tdf#112343 remove last dbus-glib mentions

Remove dbus-glib bundle from flatpak since LibreOffice
doesn't depend on dbus-glib as of commit
02addb36.

Fix dbus reference in comment.

Change-Id: I1f4bc41bcd0ea091fc199f2271b27079ce3c2c74
Reviewed-on: https://gerrit.libreoffice.org/58795
Tested-by: Jenkins
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 87a4623a
......@@ -959,7 +959,7 @@ setupBluez5Profile1(DBusConnection* pConnection, std::vector<Communicator*>* pCo
aVTable.message_function = ProfileMessageFunction;
// dbus_connection_try_register_object_path could be used but only exists for
// dbus-glib >= 1.2 -- we really shouldn't be trying this twice in any case.
// dbus >= 1.2 -- we really shouldn't be trying this twice in any case.
// (dbus_connection_try_register_object_path also returns an error with more
// information which could be useful for debugging purposes.)
bErr = !dbus_connection_register_object_path(pConnection, "/org/libreoffice/bluez/profile1", &aVTable, pCommunicators);
......
......@@ -43,21 +43,6 @@
}
]
},
{
"name": "dbus-glib",
"cleanup": [ "*.la", "/bin", "/etc", "/include", "/libexec", "/share/gtk-doc", "/share/man" ],
"config-opts": [
"--disable-static",
"--disable-gtk-doc"
],
"sources": [
{
"type": "archive",
"url": "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.108.tar.gz",
"sha256": "9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c"
}
]
},
{
"name": "gvfs",
"cleanup": [ "/libexec/*", "/share/dbus-1/services/*", "/share/gvfs/mounts" ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment