From a3040627a7fa509ed31094e7eca2c24079418f87 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 12 Feb 2025 10:08:21 +0100 Subject: [PATCH] kmime, bump KF6 version (#11766) --- ...4.12.0.recipe => kmime_kf6-24.12.2.recipe} | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) rename kde-apps/kmime/{kmime24-24.12.0.recipe => kmime_kf6-24.12.2.recipe} (73%) diff --git a/kde-apps/kmime/kmime24-24.12.0.recipe b/kde-apps/kmime/kmime_kf6-24.12.2.recipe similarity index 73% rename from kde-apps/kmime/kmime24-24.12.0.recipe rename to kde-apps/kmime/kmime_kf6-24.12.2.recipe index b7eebe3d9..6b9988a9f 100644 --- a/kde-apps/kmime/kmime24-24.12.0.recipe +++ b/kde-apps/kmime/kmime_kf6-24.12.2.recipe @@ -1,23 +1,23 @@ SUMMARY="Storage service for PIM data and libraries for PIM apps" DESCRIPTION="PIM layer, which provides an asynchronous API to access all kind of PIM data." HOMEPAGE="https://community.kde.org/KDE_PIM/Akonadi" -COPYRIGHT="2010-2024 KDE Organisation" +COPYRIGHT="2010-2025 KDE Organisation" LICENSE="BSD (3-clause) CC0 v1.0 GNU LGPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kmime-$portVersion.tar.xz" -CHECKSUM_SHA256="9f26b5f96e46e4f81792782b08d748e2ce681b299674242d49bd329ebb9704cf" +CHECKSUM_SHA256="1b584682bcee9fa4e2c6b404babd9ef3d9116467ed0cc005f15d9e965f303ee3" SOURCE_DIR="kmime-$portVersion" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" -libVersion="6.3.0" +libVersion="6.3.2" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" - kmime24$secondaryArchSuffix = $portVersion + kmime_kf6$secondaryArchSuffix = $portVersion lib:libKPim6Mime$secondaryArchSuffix = $libVersionCompat " REQUIRES=" @@ -25,13 +25,25 @@ REQUIRES=" lib:libKF6Codecs$secondaryArchSuffix lib:libQt6Core$secondaryArchSuffix " +REPLACES=" + kmime24$secondaryArchSuffix + " PROVIDES_devel=" - kmime24${secondaryArchSuffix}_devel = $portVersion + kmime_kf6${secondaryArchSuffix}_devel = $portVersion devel:libKPim6Mime$secondaryArchSuffix = $libVersionCompat " REQUIRES_devel=" - kmime24$secondaryArchSuffix == $portVersion base + kmime_kf6$secondaryArchSuffix == $portVersion base + " + +ARCHITECTURES_doc="any" + +PROVIDES_doc=" + kmime_kf6${secondaryArchSuffix}_doc = $portVersion + " +REQUIRES_doc=" + kmime_kf6$secondaryArchSuffix == $portVersion base " BUILD_REQUIRES=" @@ -56,11 +68,12 @@ BUILD() { cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ - -DKDE_INSTALL_QTQCHDIR=$documentationDir/packages/qt6 \ + -DKDE_INSTALL_QTQCHDIR=$documentationDir/packages/qt6_base \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DBUILD_QCH=ON \ -DBUILD_TESTING=OFF \ -Wno-dev + make -C build $jobArgs } @@ -73,8 +86,10 @@ INSTALL() packageEntries devel \ $developDir \ - $documentationDir \ $libDir/cmake + + packageEntries doc \ + $documentationDir } TEST()