mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
dbus, revbump, fix documentationDir for 32bit (#12712)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user