mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
kdevelop, fix dependency for dbus on 32bit (#10479)
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="https://www.kdevelop.org/"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kdevelop-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="ad8f11c0571c82d0d6bb0b8149110dda7e72f68fecf6296682df9aa9d92f9a9b"
|
||||
SOURCE_DIR="kdevelop-$portVersion"
|
||||
@@ -44,9 +44,10 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:dbus_launch
|
||||
# cmd:dbus_launch # needs the one from x86 on 32bit
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:libclang$secondaryArchSuffix >= 17
|
||||
lib:libdbus_1$secondaryArchSuffix
|
||||
lib:libgrantlee_templates$secondaryArchSuffix
|
||||
lib:libKF5Activities$secondaryArchSuffix
|
||||
lib:libKF5Archive$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user