Merge pull request #8254 from heitbaum/dbus

dbus: update to 1.15.8 and meson
This commit is contained in:
CvH 2023-10-27 16:25:01 +02:00 committed by GitHub
commit 023f425db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,35 +3,35 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dbus" PKG_NAME="dbus"
PKG_VERSION="1.14.0" PKG_VERSION="1.15.8"
PKG_SHA256="ccd7cce37596e0a19558fd6648d1272ab43f011d80c8635aea8fd0bad58aebd4" PKG_SHA256="84fc597e6ec82f05dc18a7d12c17046f95bad7be99fc03c15bc254c4701ed204"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://dbus.freedesktop.org" PKG_SITE="https://dbus.freedesktop.org"
PKG_URL="https://dbus.freedesktop.org/releases/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://dbus.freedesktop.org/releases/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain expat systemd" PKG_DEPENDS_TARGET="toolchain expat systemd"
PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications." PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications."
PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \ PKG_MESON_OPTS_TARGET="--libexecdir=/usr/lib/dbus \
--with-sysroot=${SYSROOT_PREFIX} \ -Dverbose_mode=false \
--libexecdir=/usr/lib/dbus \ -Dapparmor=disabled \
--disable-verbose-mode \ -Dasserts=false \
--disable-asserts \ -Dchecks=true \
--enable-checks \ -Dembedded_tests=false \
--disable-tests \ -Dinstalled_tests=false \
--disable-ansi \ -Dmodular_tests=disabled \
--disable-xml-docs \ -Dxml_docs=disabled \
--disable-doxygen-docs \ -Ddoxygen_docs=disabled \
--disable-x11-autolaunch \ -Dducktype_docs=disabled \
--disable-selinux \ -Dx11_autolaunch=disabled \
--disable-libaudit \ -Dselinux=disabled \
--enable-systemd \ -Dlibaudit=disabled \
--enable-inotify \ -Dsystemd=enabled \
--without-valgrind \ -Duser_session=false \
--without-x \ -Dinotify=enabled \
--with-dbus-user=dbus \ -Dvalgrind=disabled \
--runstatedir=/run \ -Ddbus_user=dbus \
--with-system-socket=/run/dbus/system_bus_socket" -Druntime_dir=/run \
-Dsystem_socket=/run/dbus/system_bus_socket"
post_makeinstall_target() { post_makeinstall_target() {
rm -rf ${INSTALL}/etc/rc.d rm -rf ${INSTALL}/etc/rc.d