mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
kactivities: bump version
This commit is contained in:
@@ -16,11 +16,11 @@ state to match the user's current activity. This includes a daemon, a library \
|
||||
for interacting with that daemon, and plugins for integration with other \
|
||||
frameworks."
|
||||
HOMEPAGE="https://github.com/KDE/kactivities/"
|
||||
COPYRIGHT="2010-2021 KDE Organisation"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/KDE/kactivities/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4b2ab6174ef3d8e8779181124420e1967a02fb711a0c1aef3ee64f8fc6a5278f"
|
||||
CHECKSUM_SHA256="8b67d1bb4c38d811d11f8bb7a0711f8cff7b56ad13f26f4f69139e30e9471ae4"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -53,7 +53,7 @@ BUILD_REQUIRES="
|
||||
devel:libkf5ConfigCore$secondaryArchSuffix == $portVersion
|
||||
devel:libkf5coreaddons$secondaryArchSuffix == $portVersion
|
||||
devel:libkf5windowsystem$secondaryArchSuffix == $portVersion
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.7
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
@@ -62,6 +62,11 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
@@ -74,6 +79,7 @@ BUILD()
|
||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DCMAKE_CXX_FLAGS=-DBOOST_NO_CXX11_CONSTEXPR
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user