ksmtp: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-02 21:31:26 +10:00
parent b129806356
commit d6c411b7b8

View File

@@ -1,24 +1,24 @@
SUMMARY="KDE SMTP libraries" SUMMARY="KDE SMTP libraries"
DESCRIPTION="Job-based library to send email through an SMTP server." DESCRIPTION="Job-based library to send email through an SMTP server."
HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html" HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
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
GNU LGPL v2.1" GNU LGPL v2.1"
REVISION="1" REVISION="1"
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/ksmtp-$portVersion.tar.xz" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/ksmtp-$portVersion.tar.xz"
CHECKSUM_SHA256="9f50f4a0caace0511f6e13ea98bb07f32826d638ce27b2171772ee5abb3f1cd0" CHECKSUM_SHA256="dd0698955b1ec0455246df69d2ff1a12643119702a60fab24294c6cac2ac1bc5"
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="
ksmtp$secondaryArchSuffix = $portVersion ksmtp$secondaryArchSuffix = $portVersion
lib:libKPimSMTP$secondaryArchSuffix = $libVersionCompat lib:libKPim5SMTP$secondaryArchSuffix = $libVersionCompat
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
@@ -38,7 +38,7 @@ REQUIRES="
PROVIDES_devel=" PROVIDES_devel="
ksmtp${secondaryArchSuffix}_devel = $portVersion ksmtp${secondaryArchSuffix}_devel = $portVersion
devel:libKPimSMTP$secondaryArchSuffix = $libVersionCompat devel:libKPim5SMTP$secondaryArchSuffix = $libVersionCompat
" "
REQUIRES_devel=" REQUIRES_devel="
ksmtp$secondaryArchSuffix == $portVersion base ksmtp$secondaryArchSuffix == $portVersion base
@@ -46,7 +46,7 @@ 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:libKF5Auth$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix
devel:libKF5Codecs$secondaryArchSuffix devel:libKF5Codecs$secondaryArchSuffix
@@ -104,7 +104,7 @@ INSTALL()
make -C build install make -C build install
prepareInstalledDevelLib \ prepareInstalledDevelLib \
libKPimSMTP libKPim5SMTP
packageEntries devel \ packageEntries devel \
$libDir/cmake \ $libDir/cmake \