[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/dbus/dbus.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A message bus system [T] D-BUS is a message bus, used for sending messages between [T] applications. Conceptually, it fits somewhere in between raw sockets [T] and CORBA in terms of complexity. [T] [T] D-BUS supports broadcast messages, asynchronous messages (thus [T] decreasing latency), authentication, and more. It is designed to be [T] low-overhead; messages are sent using a binary protocol, not using [T] XML. D-BUS also supports a method call mapping for its messages, but [T] it is not required; this makes using the system quite simple. [U] https://freedesktop.org/wiki/Software/dbus [A] Havoc Pennington etal. [M] Juergen "George" Sawinski [C] base/system [F] CROSS NO-AS-NEEDED [L] GPL [S] Stable [V] 1.14.10 [P] X -----5---9 112.500 [CV-FLAGS] NO-AUTO [D] b100364d999a0220ec176bf8271ec88408f6d7a6d181733bb7834efb dbus-1.14.10.tar.xz http://dbus.freedesktop.org/releases/dbus/ # configure otherwise uses our temporary $TMPDIR var_append confopt ' ' --with-session-socket-dir=/tmp if ! pkginstalled libx11; then var_append confopt ' ' --without-x else # some cross compile guidance var_append confopt ' ' "--x-includes=$root`pkgprefix includedir libx11` --x-libraries=$root`pkgprefix libdir libx11`" fi if pkginstalled mono && pkginstalled gtk-sharp; then var_append confopt ' ' --enable-mono else var_append confopt ' ' --disable-mono fi if pkginstalled pyrexc; then var_append confopt ' ' --enable-python fi var_append confopt ' ' --disable-tests var_append confopt ' ' '--disable-xml-docs --disable-doxygen-docs --disable-ducktype-docs' hook_add postmake 5 "chown -R 0.16 $root/usr/libexec/dbus-daemon-launch-helper" hook_add postmake 6 "chmod 4750 $root/usr/libexec/dbus-daemon-launch-helper"