plasma: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-09 22:17:48 +10:00
parent cfe3a4a3aa
commit e5371ea8e6

View File

@@ -1,14 +1,14 @@
SUMMARY="Foundational libraries, components, and tools of the Plasma workspaces"
DESCRIPTION="Plasma library and runtime components based upon KF5 and Qt5."
HOMEPAGE="https://github.com/KDE/plasma-framework/"
COPYRIGHT="2010-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/kde/plasma-framework/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="a66db19842eec360175742a0a900a8ff740d3ae89d5e56c7548fe9d56198126e"
CHECKSUM_SHA256="5b6f652e9c4e427d7f2759a2e5951cb4190f3ec235ce2f5ec6e9a74a41dadd27"
SOURCE_DIR="plasma-framework-$portVersion"
ARCHITECTURES="all ?x86_gcc2"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -94,15 +94,20 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion
devel:libKF5WindowSystem$secondaryArchSuffix == $portVersion
devel:libKF5XmlGui$secondaryArchSuffix == $portVersion
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:g++$secondaryArchSuffix
cmd:qdbuscpp2xml$secondaryArchSuffix
cmd:qdbuscpp2xml$secondaryArchSuffix >= 5
cmd:make
"
PATCH()
{
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
}
BUILD()
{
mkdir -p build
@@ -113,6 +118,7 @@ BUILD()
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}