mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libkgapi_kf6, bump version (#11903)
This commit is contained in:
@@ -13,11 +13,11 @@ Currently supported APIs:
|
||||
Deprecated APIs:
|
||||
* Latitude API v1 (https://developers.google.com/latitude/v1/)."
|
||||
HOMEPAGE="https://community.kde.org/KDE_PIM"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
COPYRIGHT="2010-2025 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/libkgapi-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="3ed3e2370cddbc6af483041ffc5402f1665fae0a42e718c38377924a43d42dd6"
|
||||
CHECKSUM_SHA256="71f2c0ed7131c4c74d988285b89591e138881448d3b867466680f4b4b742e177"
|
||||
SOURCE_DIR="libkgapi-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -27,7 +27,7 @@ libVersion="6.3.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libkgapi24$secondaryArchSuffix = $portVersion
|
||||
libkgapi_kf6$secondaryArchSuffix = $portVersion
|
||||
lib:libKPim6GAPIBlogger$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim6GAPICalendar$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim6GAPICore$secondaryArchSuffix = $libVersionCompat
|
||||
@@ -56,9 +56,12 @@ REQUIRES="
|
||||
lib:libQt6Widgets$secondaryArchSuffix
|
||||
lib:libQt6Xml$secondaryArchSuffix
|
||||
"
|
||||
CONFLICTS="
|
||||
libkgapi24$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libkgapi24${secondaryArchSuffix}_devel = $portVersion
|
||||
libkgapi_kf6${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKPim6GAPIBlogger$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim6GAPICalendar$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim6GAPICore$secondaryArchSuffix = $libVersionCompat
|
||||
@@ -69,7 +72,7 @@ PROVIDES_devel="
|
||||
devel:libKPim6GAPITasks$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libkgapi24$secondaryArchSuffix == $portVersion base
|
||||
libkgapi_kf6$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -118,8 +121,8 @@ TEST_REQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
export LDFLAGS="-lnetwork"
|
||||
cmake -B build -S . $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DBUILD_QCH=ON \
|
||||
-DBUILD_TESTING=OFF \
|
||||
Reference in New Issue
Block a user