mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
kmime, bump KF6 version (#11766)
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user