mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
ksmtp: bump version
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
SUMMARY="KDE SMTP libraries"
|
||||
DESCRIPTION="Job-based library to send email through an SMTP server."
|
||||
HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.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/ksmtp-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="9f50f4a0caace0511f6e13ea98bb07f32826d638ce27b2171772ee5abb3f1cd0"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/ksmtp-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="dd0698955b1ec0455246df69d2ff1a12643119702a60fab24294c6cac2ac1bc5"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
ksmtp$secondaryArchSuffix = $portVersion
|
||||
lib:libKPimSMTP$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5SMTP$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -38,7 +38,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
ksmtp${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKPimSMTP$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5SMTP$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ksmtp$secondaryArchSuffix == $portVersion base
|
||||
@@ -46,7 +46,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.93.0
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.115
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
devel:libKF5Bookmarks$secondaryArchSuffix
|
||||
devel:libKF5Codecs$secondaryArchSuffix
|
||||
@@ -104,7 +104,7 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLib \
|
||||
libKPimSMTP
|
||||
libKPim5SMTP
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user