KDE frameworks, bump to 6.25.0 part5 (#13943)

This commit is contained in:
Schrijvers Luc
2026-04-14 12:46:08 +02:00
committed by GitHub
parent c517aef2db
commit 1d44c30317
11 changed files with 148 additions and 31 deletions

View File

@@ -6,13 +6,13 @@ A calendar contains information like incidences (events, to-dos, journals), alar
and other useful information. This API provides access to that calendar information via well \
known calendar formats iCalendar (or iCal) and the older vCalendar."
HOMEPAGE="https://invent.kde.org/frameworks/kcalendarcore"
COPYRIGHT="2010-2025 KDE Organisation"
COPYRIGHT="2010-2026 KDE Organisation"
LICENSE="BSD (3-clause)
GNU LGPL v2
GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kcalendarcore-${portVersion}.tar.xz"
CHECKSUM_SHA256="9e65636c32cd4bc8cbf660c4dd81b0732197ef6f593f6ba0af8a61788708b6fc"
CHECKSUM_SHA256="d6a19c3ec0cdfc6979bfde08ce7c62db8c52dd9dff4a13e4da8978e00480dfeb"
SOURCE_DIR="kcalendarcore-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -77,6 +77,7 @@ BUILD()
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DDOC_DESTDIR=$documentationDir/packages/qt6_base \
-DCMAKE_SKIP_RPATH=YES \
-DBUILD_TESTING=OFF \
-Wno-dev
@@ -90,7 +91,7 @@ BUILD()
INSTALL()
{
make -C build install
# cmake --build build --target install_html_docs
cmake --build build --target install_html_docs
cmake --build build --target install_qch_docs
prepareInstalledDevelLib \