mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
kmime: bump version
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
SUMMARY="Storage service for PIM data and libraries for PIM apps"
|
||||
DESCRIPTION="PIM layer, which provides an asynchronous API to access all kind of PIM data."
|
||||
HOMEPAGE="https://community.kde.org/KDE_PIM/Akonadi"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="BSD (3-clause)
|
||||
CC0 v1.0
|
||||
GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/kmime-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="cf96dab08c27715698cdca6a424d11ef4133c2a3331fa968090089a306de34cd"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kmime-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="b6894e733abf3a8fb4fc7de37b7cbf15cbebdc737b80f7fe632bdf61e5da3fda"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kmime$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5Mime$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5Mime$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -28,7 +28,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
kmime${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5Mime$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5Mime$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
kmime$secondaryArchSuffix == $portVersion base
|
||||
@@ -36,7 +36,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.93.0
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.115
|
||||
devel:libKF5Codecs$secondaryArchSuffix
|
||||
devel:libKF5I18n$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
@@ -72,7 +72,7 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libKF5Mime
|
||||
libKPim5Mime
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user