kcontacts: bump version

This commit is contained in:
Gerasim Troeglazov
2020-12-16 13:16:20 +10:00
parent 9fbdf0013a
commit 76639107c1

View File

@@ -1,18 +1,16 @@
SUMMARY="Address book API based on KDE Frameworks"
DESCRIPTION="KContact library provides vcard support."
HOMEPAGE="https://github.com/KDE/kcontacts/"
COPYRIGHT="2010-2019 KDE Organisation"
COPYRIGHT="2010-2020 KDE Organisation"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kcontacts/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="124fd1dfb15189535e00002441078a636e73578453e61b9cbaeb844b965af7a5"
CHECKSUM_SHA256="6a1c4a43e7d5807ef632bce1e9e6dd3394301f470c79e44b9a1af6624dd2da75"
SOURCE_DIR="kcontacts-$portVersion"
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
libVersion="5.10.3"
GLOBAL_WRITABLE_FILES="
settings/xdg/kcontacts.categories keep-old
settings/xdg/kcontacts.renamecategories keep-old
@@ -20,7 +18,7 @@ GLOBAL_WRITABLE_FILES="
PROVIDES="
kcontacts$secondaryArchSuffix = $portVersion
lib:libKF5Contacts$secondaryArchSuffix = $libVersion compat >= 5
lib:libKF5Contacts$secondaryArchSuffix = $portVersion compat >= 5
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -35,7 +33,7 @@ REQUIRES="
PROVIDES_devel="
kcontacts${secondaryArchSuffix}_devel = $portVersion
devel:libKF5Contacts$secondaryArchSuffix = $libVersion compat >= 5
devel:libKF5Contacts$secondaryArchSuffix = $portVersion compat >= 5
"
REQUIRES_devel="
kcontacts$secondaryArchSuffix == $portVersion base
@@ -43,19 +41,20 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.55
extra_cmake_modules$secondaryArchSuffix >= 5.77
devel:libKF5Codecs$secondaryArchSuffix
devel:libKF5ConfigCore$secondaryArchSuffix
devel:libKF5ConfigWidgets$secondaryArchSuffix
devel:libKF5CoreAddons$secondaryArchSuffix
devel:libKF5I18n$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.12
devel:libQt5Core$secondaryArchSuffix >= 5.15
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:g++$secondaryArchSuffix
cmd:make
cmd:python2
cmd:qdbuscpp2xml$secondaryArchSuffix >= 5
"
BUILD()