dbus, revbump, fix documentationDir for 32bit (#12712)

This commit is contained in:
Schrijvers Luc
2025-08-08 12:50:25 +02:00
committed by GitHub
parent de98eb4bba
commit 9ed17f1a80

View File

@@ -13,7 +13,7 @@ use behind a firewall with shared NFS home directories."
HOMEPAGE="https://freedesktop.org/wiki/Software/dbus/"
COPYRIGHT="2014 Red Hat, Inc."
LICENSE="GNU GPL v2"
REVISION="6"
REVISION="7"
SOURCE_URI="https://dbus.freedesktop.org/releases/dbus/dbus-$portVersion.tar.xz"
CHECKSUM_SHA256="0ba2a1a4b16afe7bceb2c07e9ce99a8c2c3508e5dec290dbb643384bd6beb7e2"
PATCHES="dbus-$portVersion.patchset"
@@ -113,6 +113,7 @@ BUILD()
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
$cmakeDirArgs \
-DCMAKE_INSTALL_BINDIR=$prefix/bin \
-DCMAKE_INSTALL_DOCDIR=$documentationDir/packages/dbus \
-DDocBookXSL_DIR=/system/data/xml/docbook/xsl-stylesheets-1.79.2
make -C build $jobArgs