From 258a2325639fe4c6ceaf81977dc0fe5df5bd1c7f Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 26 May 2024 19:53:21 +0200 Subject: [PATCH] kdevelop, fix dependency for dbus on 32bit (#10479) --- dev-util/kdevelop/kdevelop-24.05.0.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-24.05.0.recipe b/dev-util/kdevelop/kdevelop-24.05.0.recipe index 65c00675c..cef7a542d 100644 --- a/dev-util/kdevelop/kdevelop-24.05.0.recipe +++ b/dev-util/kdevelop/kdevelop-24.05.0.recipe @@ -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