mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
kimap: bump version
This commit is contained in:
@@ -8,25 +8,25 @@ Users should be familiar with *RFC 3501* https://tools.ietf.org/html/rfc3501 *IM
|
||||
well as other related *RFCs* https://www.iana.org/assignments/imap4-capabilities although the \
|
||||
library hides some of the nastier details like the encoding and quoting of strings."
|
||||
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 GPL v2
|
||||
GNU LGPL v2
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/kimap-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="c032ec30e0692b0f63f187ee9290c8b7905cfa0b0e4c1c51c11cbdfeab3cb0cc"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kimap-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="42fd2019aca7da1a35c0fcf52d956be2bf4fe2eda496f23c982aa890d845783d"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kimap$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5IMAP$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5IMAP$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -35,8 +35,8 @@ REQUIRES="
|
||||
lib:libKF5CoreAddons$secondaryArchSuffix
|
||||
lib:libKF5I18n$secondaryArchSuffix
|
||||
lib:libKF5KIOCore$secondaryArchSuffix
|
||||
lib:libKF5Mime$secondaryArchSuffix
|
||||
lib:libKF5Service$secondaryArchSuffix
|
||||
lib:libKPim5Mime$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5DBus$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
@@ -48,7 +48,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
kimap${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5IMAP$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5IMAP$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libkimaptest$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
@@ -57,7 +57,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
|
||||
@@ -70,7 +70,6 @@ BUILD_REQUIRES="
|
||||
devel:libKF5ItemViews$secondaryArchSuffix
|
||||
devel:libKF5JobWidgets$secondaryArchSuffix
|
||||
devel:libKF5KIOCore$secondaryArchSuffix
|
||||
devel:libKF5Mime$secondaryArchSuffix
|
||||
devel:libKF5Service$secondaryArchSuffix
|
||||
devel:libKF5Solid$secondaryArchSuffix
|
||||
devel:libKF5SonnetCore$secondaryArchSuffix
|
||||
@@ -78,6 +77,7 @@ BUILD_REQUIRES="
|
||||
devel:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
devel:libKF5WindowSystem$secondaryArchSuffix
|
||||
devel:libKF5XmlGui$secondaryArchSuffix
|
||||
devel:libKPim5Mime$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5DBus$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
@@ -116,10 +116,12 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
sed -i 's,${_IMPORT_PREFIX}/lib',$developDir/lib, \
|
||||
$libDir/cmake/KF5IMAP/KF5IMAPTargets-release.cmake
|
||||
$libDir/cmake/KF5IMAP/KPim5IMAPTargets-release.cmake
|
||||
sed -i 's,${_IMPORT_PREFIX}/lib',$developDir/lib, \
|
||||
$libDir/cmake/KPim5IMAP/KPim5IMAPTargets-release.cmake
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libKF5IMAP \
|
||||
libKPim5IMAP \
|
||||
libkimaptest
|
||||
|
||||
packageEntries devel \
|
||||
Reference in New Issue
Block a user