mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
kldap: bump version
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
SUMMARY="LDAP access API for KDE"
|
||||
DESCRIPTION="Allows LDAP accessing with a convenient Qt style C++ API."
|
||||
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
|
||||
MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/kldap-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="e55cdf712f80e151d7f91feeba74697668e42e3ad1002dcdffc896ef9c7c9d08"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kldap-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="9d29dc2fc8763ade3b392ddaf7ba1efe8718b187dc1ee78bdb0d3b2440186cbe"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kldap$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5Ldap$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5Ldap$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -41,7 +41,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
kldap${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5Ldap$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5Ldap$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
kldap$secondaryArchSuffix == $portVersion base
|
||||
@@ -49,7 +49,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
|
||||
@@ -111,7 +111,7 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLib \
|
||||
libKF5Ldap
|
||||
libKPim5Ldap
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user