86c34926a6
dbus-glib 0.110 (2018-01-29) ============================ The “sphere tank” release. Dependencies: • GLib 2.40 is required Enhancements: • The GLib main-loop glue, "dbus-gmain", is now available as a separate subproject (the dbus-gmain branch in dbus-glib's git repository) for embedding in larger projects like dbus-glib and dbus-python via the `git subtree` or `git submodule` commands. This removes dbus-python's dependency on the rest of dbus-glib. Fixes: • autogen.sh can now detect gtk-doc >= 1.26. • More files have per-file copyright information.
15 lines
623 B
Text
15 lines
623 B
Text
$NetBSD: patch-aa,v 1.6 2018/02/11 17:06:31 wiz Exp $
|
|
|
|
Install bash completion files to example dir.
|
|
|
|
--- dbus/Makefile.in.orig 2018-01-29 12:42:37.000000000 +0000
|
|
+++ dbus/Makefile.in
|
|
@@ -690,7 +690,7 @@ dbus_binding_tool_SOURCES = \
|
|
dbus-glib-tool.c
|
|
|
|
dbus_binding_tool_LDADD = $(builddir)/libdbus-gtool.la $(builddir)/libdbus-glib-1.la $(DBUS_LIBS) $(GLIB_LIBS) -lexpat
|
|
-completiondir = $(sysconfdir)/bash_completion.d
|
|
+completiondir = $(prefix)/share/examples/dbus-glib
|
|
@DBUS_BASH_COMPLETION_TRUE@completion_SCRIPTS = dbus-bash-completion.sh
|
|
dbus_bash_completion_helper_SOURCES = \
|
|
dbus-bash-completion-helper.c
|