diff --git a/dev-util/kdevelop_php/kdevelop_php-24.12.0.recipe b/dev-util/kdevelop_php/kdevelop_php-24.12.3.recipe similarity index 92% rename from dev-util/kdevelop_php/kdevelop_php-24.12.0.recipe rename to dev-util/kdevelop_php/kdevelop_php-24.12.3.recipe index 746cc18cc..249222914 100644 --- a/dev-util/kdevelop_php/kdevelop_php-24.12.0.recipe +++ b/dev-util/kdevelop_php/kdevelop_php-24.12.3.recipe @@ -1,11 +1,11 @@ SUMMARY="PHP plugin for KDevelop" DESCRIPTION="kdev-php is a KDevelop PHP language support plugin." HOMEPAGE="https://invent.kde.org/kdevelop/kdev-php" -COPYRIGHT="2010-2024 KDE Organisation" +COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kdev-php-$portVersion.tar.xz" -CHECKSUM_SHA256="4d81f13655b60df1df50493e0a28952f93eb3bf3b583336d89bda3c3c4d2fc64" +CHECKSUM_SHA256="77974504732b1f47ce87edae9b170abd44dc95eabb3d3f7917a7e551961a6f88" SOURCE_DIR="kdev-php-$portVersion" ARCHITECTURES="?all !x86_gcc2" @@ -36,6 +36,7 @@ REQUIRES=" lib:libKF6ConfigCore$secondaryArchSuffix lib:libKF6ConfigWidgets$secondaryArchSuffix lib:libKF6CoreAddons$secondaryArchSuffix + lib:libKF6GuiAddons$secondaryArchSuffix lib:libKF6I18n$secondaryArchSuffix lib:libKF6KIOCore$secondaryArchSuffix lib:libKF6Parts$secondaryArchSuffix @@ -59,6 +60,7 @@ BUILD_REQUIRES=" devel:libKDevPlatformUtil$secondaryArchSuffix # KF6 extra_cmake_modules$secondaryArchSuffix + devel:libKF6GuiAddons$secondaryArchSuffix devel:libKF6I18n$secondaryArchSuffix devel:libKF6KCMUtils$secondaryArchSuffix devel:libKF6TextEditor$secondaryArchSuffix @@ -87,6 +89,7 @@ BUILD() $cmakeDirArgs \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ + -DBUILD_TESTING=OFF \ -Wno-dev make -Cbuild $jobArgs }