mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
kmailtransport: bump version
This commit is contained in:
@@ -10,40 +10,41 @@ The mailtransport module consists of the following components:
|
||||
- a KDED module which provides a D-Bus interface to mail transport settings and mail sending (not yet \
|
||||
implemented)."
|
||||
HOMEPAGE="https://kontact.kde.org/"
|
||||
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/kmailtransport-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="f7c379b502f7b7c9f0aa0a7c6955844590994e25b7a252491e3035402ce58f39"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kmailtransport-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="c3b42bcfd8aeb5cbbadf9a93948aa8ea47b628fd5891ad049a942c9ec99dc415"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kmailtransport$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5MailTransport$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKF5MailTransportAkonadi$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5MailTransport$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libKF5Auth$secondaryArchSuffix
|
||||
lib:libKF5AkonadiCore$secondaryArchSuffix
|
||||
lib:libKF5AkonadiMime$secondaryArchSuffix
|
||||
lib:libKF5Codecs$secondaryArchSuffix
|
||||
lib:libKF5ConfigCore$secondaryArchSuffix
|
||||
lib:libKF5ConfigWidgets$secondaryArchSuffix
|
||||
lib:libKF5CoreAddons$secondaryArchSuffix
|
||||
lib:libKF5I18n$secondaryArchSuffix
|
||||
lib:libKF5ItemModels$secondaryArchSuffix
|
||||
lib:libKF5Mime$secondaryArchSuffix
|
||||
lib:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
lib:libKF5Wallet$secondaryArchSuffix
|
||||
lib:libKPim5AkonadiCore$secondaryArchSuffix
|
||||
lib:libKPim5AkonadiMime$secondaryArchSuffix
|
||||
lib:libKPim5GAPICore$secondaryArchSuffix
|
||||
lib:libKPim5Mime$secondaryArchSuffix
|
||||
lib:libKPim5SMTP$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5DBus$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
@@ -56,8 +57,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
kmailtransport${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5MailTransport$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKF5MailTransportAkonadi$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5MailTransport$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
kmailtransport$secondaryArchSuffix == $portVersion base
|
||||
@@ -66,9 +66,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.93.0
|
||||
devel:libKF5AkonadiCore$secondaryArchSuffix
|
||||
devel:libKF5AkonadiMime$secondaryArchSuffix
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.115
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
devel:libKF5Bookmarks$secondaryArchSuffix
|
||||
devel:libKF5CalendarCore$secondaryArchSuffix
|
||||
@@ -86,7 +84,6 @@ BUILD_REQUIRES="
|
||||
devel:libKF5JobWidgets$secondaryArchSuffix
|
||||
devel:libKF5KCMUtils$secondaryArchSuffix
|
||||
devel:libKF5KIOCore$secondaryArchSuffix
|
||||
devel:libKF5Mime$secondaryArchSuffix
|
||||
devel:libKF5Service$secondaryArchSuffix
|
||||
devel:libKF5Solid$secondaryArchSuffix
|
||||
devel:libKF5SonnetCore$secondaryArchSuffix
|
||||
@@ -95,8 +92,11 @@ BUILD_REQUIRES="
|
||||
devel:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
devel:libKF5WindowSystem$secondaryArchSuffix
|
||||
devel:libKF5XmlGui$secondaryArchSuffix
|
||||
devel:libKPimGAPICore$secondaryArchSuffix
|
||||
devel:libKPimSMTP$secondaryArchSuffix
|
||||
devel:libKPim5AkonadiCore$secondaryArchSuffix
|
||||
devel:libKPim5AkonadiMime$secondaryArchSuffix
|
||||
devel:libKPim5GAPICore$secondaryArchSuffix
|
||||
devel:libKPim5Mime$secondaryArchSuffix
|
||||
devel:libKPim5SMTP$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5DBus$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
@@ -134,9 +134,8 @@ INSTALL()
|
||||
{
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libKF5MailTransport \
|
||||
libKF5MailTransportAkonadi
|
||||
prepareInstalledDevelLib \
|
||||
libKPim5MailTransport
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user