[packages/at-spi2-core] explicitly pass dbus-daemon/dbus-broker paths and prefer dbus-broker; rel 2

atler atler at pld-linux.org
Fri Jan 12 20:14:51 CET 2024


commit 8aae1c0e572d38e64b91225fa8d1ab35d70c246f
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Jan 12 19:55:36 2024 +0100

    explicitly pass dbus-daemon/dbus-broker paths and prefer dbus-broker; rel 2
    
    when dbus-broker is not installed it falls back to dbus-daemon

 at-spi2-core.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/at-spi2-core.spec b/at-spi2-core.spec
index 7b76d6f..ae24315 100644
--- a/at-spi2-core.spec
+++ b/at-spi2-core.spec
@@ -7,7 +7,7 @@ Summary:	Protocol definitions and daemon for D-Bus at-spi
 Summary(pl-UTF-8):	Definicje protokołu oraz demon at-spi dla usługi D-Bus
 Name:		at-spi2-core
 Version:	2.50.1
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Group:		Daemons
 Source0:	https://download.gnome.org/sources/at-spi2-core/2.50/%{name}-%{version}.tar.xz
@@ -255,6 +255,9 @@ Dokumentacja API ATK.
 %build
 %meson build \
 	%{!?with_static_libs:--default-library='shared'} \
+	-Ddbus_daemon=/usr/bin/dbus-daemon \
+	-Ddbus_broker=/usr/bin/dbus-broker-launch \
+	-Ddefault_bus=dbus-broker \
 	%{?with_apidocs:-Ddocs=true} \
 	-Dx11=enabled
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/at-spi2-core.git/commitdiff/8aae1c0e572d38e64b91225fa8d1ab35d70c246f



More information about the pld-cvs-commit mailing list