mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
kcalutils: bump version
This commit is contained in:
@@ -2,28 +2,29 @@ SUMMARY="The KDE calendar utility library"
|
||||
DESCRIPTION="This library provides a set of utility functions that help applications access and \
|
||||
use calendar data via the KCalendarCore library."
|
||||
HOMEPAGE="https://api.kde.org/kdepim/kcalutils/html"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="BSD (3-clause)
|
||||
CC0 v1.0
|
||||
GNU LGPL v2
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/kcalutils-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="7082232f10716184d982d200d62a55eaaed76b6712ccb4c2881c0ae6c9b662ef"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kcalutils-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="9db6c7ddfaa94de33dce5caa2fd5a8a935a33774bddfc96706ed93d03f846a3d"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kcalutils$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5CalendarUtils$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5CalendarUtils$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGrantlee_Templates$secondaryArchSuffix
|
||||
lib:libKF5Auth$secondaryArchSuffix
|
||||
lib:libKF5CalendarCore$secondaryArchSuffix
|
||||
lib:libKF5Codecs$secondaryArchSuffix
|
||||
lib:libKF5ConfigCore$secondaryArchSuffix
|
||||
@@ -31,8 +32,9 @@ REQUIRES="
|
||||
lib:libKF5CoreAddons$secondaryArchSuffix
|
||||
lib:libKF5I18n$secondaryArchSuffix
|
||||
lib:libKF5IconThemes$secondaryArchSuffix
|
||||
lib:libKF5IdentityManagement$secondaryArchSuffix
|
||||
lib:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
lib:libKPim5IdentityManagement$secondaryArchSuffix
|
||||
lib:libKPim5TextEdit$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5DBus$secondaryArchSuffix
|
||||
lib:libQt5Xml$secondaryArchSuffix
|
||||
@@ -40,7 +42,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
kcalutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5CalendarUtils$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5CalendarUtils$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
kcalutils$secondaryArchSuffix == $portVersion base
|
||||
@@ -48,7 +50,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.93.0
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.115
|
||||
devel:libGrantlee_Templates$secondaryArchSuffix
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
devel:libKF5CalendarCore$secondaryArchSuffix
|
||||
@@ -58,11 +60,11 @@ BUILD_REQUIRES="
|
||||
devel:libKF5CoreAddons$secondaryArchSuffix
|
||||
devel:libKF5I18n$secondaryArchSuffix
|
||||
devel:libKF5IconThemes$secondaryArchSuffix
|
||||
devel:libKF5IdentityManagement$secondaryArchSuffix
|
||||
devel:libKF5PimTextEdit$secondaryArchSuffix
|
||||
devel:libKF5SonnetCore$secondaryArchSuffix
|
||||
devel:libKF5TextWidgets$secondaryArchSuffix
|
||||
devel:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
devel:libKPim5IdentityManagement$secondaryArchSuffix
|
||||
devel:libKPim5TextEdit$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5DBus$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
@@ -102,7 +104,7 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLib \
|
||||
libKF5CalendarUtils
|
||||
libKPim5CalendarUtils
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user