mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
kidentitymanagement: bump version
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
SUMMARY="Library for managing identitites"
|
||||
DESCRIPTION="KDE PIM Libraries: Identity Management"
|
||||
HOMEPAGE="https://projects.kde.org/projects/kde/pim/kidentitymanagement"
|
||||
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/kidentitymanagement-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="1cb598d9feafbc742235840d1240ce573ea02a170edeafbbfbedd49629ef317c"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kidentitymanagement-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="bcd7f7ef26a24b2d198a7739bdc8b4f3868d42e05355173fbc91a95220d77201"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="5.20.3"
|
||||
libVersion="5.24.5"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kidentitymanagement$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5IdentityManagement$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKF5IdentityManagementWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5IdentityManagement$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKPim5IdentityManagementWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -33,13 +33,13 @@ REQUIRES="
|
||||
lib:libKF5I18n$secondaryArchSuffix
|
||||
lib:libKF5KIOCore$secondaryArchSuffix
|
||||
lib:libKF5KIOGui$secondaryArchSuffix
|
||||
lib:libKF5PimTextEdit$secondaryArchSuffix
|
||||
lib:libKF5JobWidgets$secondaryArchSuffix
|
||||
lib:libKF5Service$secondaryArchSuffix
|
||||
lib:libKF5Solid$secondaryArchSuffix
|
||||
lib:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
lib:libKF5WindowSystem$secondaryArchSuffix
|
||||
lib:libKF5XmlGui$secondaryArchSuffix
|
||||
lib:libKPim5TextEdit$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5DBus$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
@@ -50,8 +50,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
kidentitymanagement${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5IdentityManagement$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKF5IdentityManagementWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5IdentityManagement$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKPim5IdentityManagementWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
kidentitymanagement$secondaryArchSuffix == $portVersion base
|
||||
@@ -59,7 +59,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
|
||||
@@ -71,7 +71,6 @@ BUILD_REQUIRES="
|
||||
devel:libKF5ItemViews$secondaryArchSuffix
|
||||
devel:libKF5JobWidgets$secondaryArchSuffix
|
||||
devel:libKF5KIOCore$secondaryArchSuffix
|
||||
devel:libKF5PimTextEdit$secondaryArchSuffix
|
||||
devel:libKF5Service$secondaryArchSuffix
|
||||
devel:libKF5Solid$secondaryArchSuffix
|
||||
devel:libKF5SonnetCore$secondaryArchSuffix
|
||||
@@ -79,6 +78,7 @@ BUILD_REQUIRES="
|
||||
devel:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
devel:libKF5WindowSystem$secondaryArchSuffix
|
||||
devel:libKF5XmlGui$secondaryArchSuffix
|
||||
devel:libKPim5TextEdit$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5DBus$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
@@ -116,8 +116,8 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libKF5IdentityManagement \
|
||||
libKF5IdentityManagementWidgets
|
||||
libKPim5IdentityManagement \
|
||||
libKPim5IdentityManagementWidgets
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user