kde_cli_tools6, bump version (#11890)

This commit is contained in:
Schrijvers Luc
2025-03-10 14:45:04 +00:00
committed by GitHub
parent 8edd737378
commit 12da060bf1

View File

@@ -1,11 +1,11 @@
SUMMARY="KDE tools to better interact with the system"
DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
HOMEPAGE="https://invent.kde.org/plasma/kde-cli-tools"
COPYRIGHT="2010-2024 KDE Organisation"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/plasma/$portVersion/kde-cli-tools-$portVersion.tar.xz"
CHECKSUM_SHA256="1dda57f7495060a086658796519d68d54f5e7da4e12fa6d8d4bf4614ac728002"
CHECKSUM_SHA256="cccbcd737f1f433f2eeb17ee1e3b8cc10b673a13b685bc0d60a391978fc97b3b"
SOURCE_DIR="kde-cli-tools-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -42,6 +42,7 @@ REQUIRES="
lib:libKF6ConfigCore$secondaryArchSuffix
lib:libKF6ConfigWidgets$secondaryArchSuffix
lib:libKF6CoreAddons$secondaryArchSuffix
lib:libKF6GuiAddons$secondaryArchSuffix
lib:libKF6I18n$secondaryArchSuffix
lib:libKF6IconThemes$secondaryArchSuffix
lib:libKF6KIOCore$secondaryArchSuffix
@@ -62,23 +63,21 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 6.5.0
devel:libKF6Bookmarks$secondaryArchSuffix
devel:libKF6Codecs$secondaryArchSuffix
extra_cmake_modules$secondaryArchSuffix
devel:libKF6ColorScheme$secondaryArchSuffix
devel:libKF6Completion$secondaryArchSuffix
devel:libKF6ConfigCore$secondaryArchSuffix
devel:libKF6ConfigWidgets$secondaryArchSuffix
devel:libKF6CoreAddons$secondaryArchSuffix
devel:libKF6DocTools$secondaryArchSuffix
devel:libKF6GuiAddons$secondaryArchSuffix
devel:libKF6I18n$secondaryArchSuffix
devel:libKF6IconThemes$secondaryArchSuffix
devel:libKF6ItemViews$secondaryArchSuffix
devel:libKF6JobWidgets$secondaryArchSuffix
devel:libKF6KCMUtils$secondaryArchSuffix
devel:libKF6KIOCore$secondaryArchSuffix
devel:libKF6Parts$secondaryArchSuffix
devel:libKF6Pty$secondaryArchSuffix
# devel:libKF6Pty$secondaryArchSuffix
devel:libKF6Service$secondaryArchSuffix
devel:libKF6Solid$secondaryArchSuffix
# devel:libKF6Su$secondaryArchSuffix
@@ -113,12 +112,15 @@ PATCH()
BUILD()
{
cmake -Bbuild -S. $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DWITH_X11=OFF
-DWITH_X11=OFF \
-DBUILD_TESTING=OFF \
-Wno-dev
make -C build $jobArgs
}
@@ -133,6 +135,6 @@ INSTALL()
TEST()
{
# export LIBRARY_PATH="$sourceDir/build/bin${LIBRARY_PATH:+:$LIBRARY_PATH}"
make -C build test
# 0% tests passed, 1 tests failed out of 1
ctest --test-dir build --output-on-failure
}