mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
akonadi_notes: bump version
This commit is contained in:
@@ -3,36 +3,36 @@ DESCRIPTION="Akonadi Notes is a library that effectively bridges the type-agnost
|
||||
Akonadi client libraries and the domain-specific KMime library. It provides a helper class for \
|
||||
note attachments and for wrapping notes into KMime::Message objects."
|
||||
HOMEPAGE="https://community.kde.org/KDE_PIM"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="BSD (3-clause)
|
||||
CC0 v1.0
|
||||
GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/akonadi-notes-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="b4525d32dcd2559eaa2f5ec5a86c4a4c17fe7ab14ffd019d30586f78c249495f"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/akonadi-notes-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="fe3a8eccc987d9a84bd01235ac02b78ed432e43b9323757b0042dfb8aae5838e"
|
||||
SOURCE_DIR="akonadi-notes-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
akonadi_notes$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5AkonadiNotes$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5AkonadiNotes$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libKF5I18n$secondaryArchSuffix
|
||||
lib:libKF5Mime$secondaryArchSuffix
|
||||
lib:libKPim5Mime$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Xml$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
akonadi_notes${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5AkonadiNotes$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5AkonadiNotes$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
akonadi_notes$secondaryArchSuffix == $portVersion base
|
||||
@@ -40,10 +40,10 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.93.0
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.115
|
||||
devel:libKF5Codecs$secondaryArchSuffix
|
||||
devel:libKF5I18n$secondaryArchSuffix
|
||||
devel:libKF5Mime$secondaryArchSuffix
|
||||
devel:libKPim5Mime$secondaryArchSuffix
|
||||
devel:libQt5Xml$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -76,7 +76,7 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLib \
|
||||
libKF5AkonadiNotes
|
||||
libKPim5AkonadiNotes
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user