mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
plasma: bump version
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user