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