kpeople: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-09 21:43:24 +10:00
parent 19a6352c1d
commit cfe3a4a3aa

View File

@@ -5,11 +5,11 @@ them by person while still exposing all the data.
Furthermore, KPeople will also provide facilities to integrate the data provided \
in user interfaces by providing QML and Qt Widgets components."
HOMEPAGE="https://github.com/KDE/kpeople/"
COPYRIGHT="2010-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kpeople/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="c7f290986df2c154d14dde61e4a36c02ff729fe3347372f093adfd56311557be"
CHECKSUM_SHA256="50bbc61956ab3a5fc5989a5a4e9a297913c44a9fe9ef5b966c667aba589c79d2"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -73,7 +73,7 @@ BUILD_REQUIRES="
devel:libKF5Service$secondaryArchSuffix == $portVersion
devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion
devel:libKF5XmlGui$secondaryArchSuffix == $portVersion
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -82,6 +82,11 @@ BUILD_PREREQUIRES="
cmd:qdbuscpp2xml$secondaryArchSuffix >= 5
"
PATCH()
{
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
}
BUILD()
{
mkdir -p build
@@ -93,6 +98,7 @@ BUILD()
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}