diff --git a/kde-apps/grantleetheme/grantleetheme_kf6-25.08.0.recipe b/kde-apps/grantleetheme/grantleetheme_kf6-25.08.3.recipe similarity index 90% rename from kde-apps/grantleetheme/grantleetheme_kf6-25.08.0.recipe rename to kde-apps/grantleetheme/grantleetheme_kf6-25.08.3.recipe index b615caca0..8ddaa09dc 100644 --- a/kde-apps/grantleetheme/grantleetheme_kf6-25.08.0.recipe +++ b/kde-apps/grantleetheme/grantleetheme_kf6-25.08.3.recipe @@ -1,19 +1,18 @@ 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" +HOMEPAGE="https://invent.kde.org/pim/grantleetheme" COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU GPL v2 GNU LGPL v2.1" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/grantleetheme-$portVersion.tar.xz" -CHECKSUM_SHA256="e2b457a7d408be3dc56a7db0dc970937d4509acc3234928dc355142a6bab4fd9" +CHECKSUM_SHA256="649de999bb61288fc9b4aed3ebe231e45201cd6cfd4f247636a7fd270ef87ae0" SOURCE_DIR="grantleetheme-$portVersion" -PATCHES="grantleetheme-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" -libVersion="6.5.0" +libVersion="6.5.3" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -56,6 +55,12 @@ REQUIRES_devel=" grantleetheme_kf6$secondaryArchSuffix == $portVersion base " +ARCHITECTURES_doc="any" + +PROVIDES_doc=" + grantleetheme_kf6_doc = $portVersion + " + BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel # KF6 @@ -100,14 +105,19 @@ TEST_REQUIRES=" qthaikuplugins$secondaryArchSuffix " +PATCH() +{ + sed -e 's|6.8.0|6.7.2|' -i CMakeLists.txt +} + BUILD() { cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ - -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DBUILD_QCH=ON \ - -DBUILD_TESTING=OFF + -DCMAKE_SKIP_RPATH=YES \ + -DBUILD_TESTING=OFF \ + -Wno-dev make -C build $jobArgs } @@ -121,8 +131,10 @@ INSTALL() packageEntries devel \ $developDir \ - $dataDir/doc \ $libDir/cmake + + packageEntries doc \ + $documentationDir } TEST() diff --git a/kde-apps/grantleetheme/patches/grantleetheme-25.08.0.patchset b/kde-apps/grantleetheme/patches/grantleetheme-25.08.0.patchset deleted file mode 100644 index 2093ec0db..000000000 --- a/kde-apps/grantleetheme/patches/grantleetheme-25.08.0.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 0cc6b3c15273d880d20d45eac0a5323ea0408d83 Mon Sep 17 00:00:00 2001 -From: Luc Schrijvers -Date: Sat, 16 Aug 2025 14:50:56 +0200 -Subject: Reset Qt version - - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 2e760a8..f119d49 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) - - set(KF_MIN_VERSION "6.14.0") - set(PIM_VERSION "6.5.0") --set(QT_REQUIRED_VERSION "6.8.0") -+set(QT_REQUIRED_VERSION "6.7.0") - project(GrantleeTheme VERSION ${PIM_VERSION}) - - find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED) --- -2.50.1 -