KF6 frameworks, bump to 6.9.0 Part6 (#11458)

This commit is contained in:
Schrijvers Luc
2024-12-16 19:12:07 +01:00
committed by GitHub
parent 9ffeea2fc4
commit 5e8ab67f9b
11 changed files with 113 additions and 169 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kplotting-${portVersion}.tar.xz"
CHECKSUM_SHA256="130eedc234f0fedaf2c415de895c979454f64c3b049043327d43cd509e2386b3"
CHECKSUM_SHA256="5e1883d107de16ccd7a27323c5575bb1ec2fec22c44c9c3199b3de885f5c18f4"
SOURCE_DIR="kplotting-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -44,7 +44,7 @@ TEST_REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= $portVersion
extra_cmake_modules$secondaryArchSuffix
qt6_tools${secondaryArchSuffix}_devel
devel:libQt6Core$secondaryArchSuffix
"
@@ -59,19 +59,19 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
defineDebugInfoPackage kplotting6$secondaryArchSuffix \
$libDir/libKF6Plotting.so.$libVersion
#defineDebugInfoPackage kplotting6$secondaryArchSuffix \
# $libDir/libKF6Plotting.so.$libVersion
BUILD()
{
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
-DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt6 \
-DKDE_INSTALL_QTQCHDIR=$documentationDir/packages/qt6 \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt6/mkspecs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DCMAKE_SKIP_RPATH=YES \
-DBUILD_QCH=ON \
-DBUILD_TESTING=OFF \
-Wno-dev