akonadi_notes: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-02 23:22:35 +10:00
parent 273d5d2cf6
commit 70285ca983

View File

@@ -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 \ 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." note attachments and for wrapping notes into KMime::Message objects."
HOMEPAGE="https://community.kde.org/KDE_PIM" HOMEPAGE="https://community.kde.org/KDE_PIM"
COPYRIGHT="2010-2022 KDE Organisation" COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="BSD (3-clause) LICENSE="BSD (3-clause)
CC0 v1.0 CC0 v1.0
GNU LGPL v2" GNU LGPL v2"
REVISION="1" REVISION="1"
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/akonadi-notes-$portVersion.tar.xz" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/akonadi-notes-$portVersion.tar.xz"
CHECKSUM_SHA256="b4525d32dcd2559eaa2f5ec5a86c4a4c17fe7ab14ffd019d30586f78c249495f" CHECKSUM_SHA256="fe3a8eccc987d9a84bd01235ac02b78ed432e43b9323757b0042dfb8aae5838e"
SOURCE_DIR="akonadi-notes-$portVersion" SOURCE_DIR="akonadi-notes-$portVersion"
ARCHITECTURES="all !x86_gcc2" ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
libVersion="5.20.3" libVersion="5.24.5"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}" libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES=" PROVIDES="
akonadi_notes$secondaryArchSuffix = $portVersion akonadi_notes$secondaryArchSuffix = $portVersion
lib:libKF5AkonadiNotes$secondaryArchSuffix = $libVersionCompat lib:libKPim5AkonadiNotes$secondaryArchSuffix = $libVersionCompat
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
lib:libKF5I18n$secondaryArchSuffix lib:libKF5I18n$secondaryArchSuffix
lib:libKF5Mime$secondaryArchSuffix lib:libKPim5Mime$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix lib:libQt5Core$secondaryArchSuffix
lib:libQt5Xml$secondaryArchSuffix lib:libQt5Xml$secondaryArchSuffix
" "
PROVIDES_devel=" PROVIDES_devel="
akonadi_notes${secondaryArchSuffix}_devel = $portVersion akonadi_notes${secondaryArchSuffix}_devel = $portVersion
devel:libKF5AkonadiNotes$secondaryArchSuffix = $libVersionCompat devel:libKPim5AkonadiNotes$secondaryArchSuffix = $libVersionCompat
" "
REQUIRES_devel=" REQUIRES_devel="
akonadi_notes$secondaryArchSuffix == $portVersion base akonadi_notes$secondaryArchSuffix == $portVersion base
@@ -40,10 +40,10 @@ REQUIRES_devel="
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.93.0 extra_cmake_modules$secondaryArchSuffix >= 5.115
devel:libKF5Codecs$secondaryArchSuffix devel:libKF5Codecs$secondaryArchSuffix
devel:libKF5I18n$secondaryArchSuffix devel:libKF5I18n$secondaryArchSuffix
devel:libKF5Mime$secondaryArchSuffix devel:libKPim5Mime$secondaryArchSuffix
devel:libQt5Xml$secondaryArchSuffix devel:libQt5Xml$secondaryArchSuffix
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
@@ -76,7 +76,7 @@ INSTALL()
make -C build install make -C build install
prepareInstalledDevelLib \ prepareInstalledDevelLib \
libKF5AkonadiNotes libKPim5AkonadiNotes
packageEntries devel \ packageEntries devel \
$libDir/cmake \ $libDir/cmake \