mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
akonadi, revbump, move qtdesigner plugin to the right place (#10400)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="PIM layer, which provides an asynchronous API to access all kind of
|
||||
HOMEPAGE="https://community.kde.org/KDE_PIM/Akonadi"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/akonadi-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="abdbdb28c1084a6ad119d7292175ad31efb4a7898a32cc32a35aa1485d9c4f38"
|
||||
PATCHES="akonadi-$portVersion.patchset"
|
||||
@@ -91,7 +91,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.115
|
||||
extra_cmake_modules$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
devel:libKF5Bookmarks$secondaryArchSuffix
|
||||
@@ -132,17 +132,13 @@ BUILD_PREREQUIRES="
|
||||
cmd:xsltproc
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. $cmakeDirArgs \
|
||||
-DCMAKE_INSTALL_BINDIR=$commandBinDir \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
|
||||
-DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
||||
@@ -171,5 +167,5 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
make -C build test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user