mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
pimcommon, revbump, move qtdesigner plugins to the right path (#10401)
This commit is contained in:
@@ -7,7 +7,7 @@ LICENSE="BSD (3-clause)
|
|||||||
GNU GPL v2
|
GNU GPL v2
|
||||||
GNU GPL v3
|
GNU GPL v3
|
||||||
GNU LGPL v2"
|
GNU LGPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/pimcommon-$portVersion.tar.xz"
|
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/pimcommon-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="5f5b1cc3cc2a0f204089d55ff8dae5236da147878fb0925080399090d05f4d2e"
|
CHECKSUM_SHA256="5f5b1cc3cc2a0f204089d55ff8dae5236da147878fb0925080399090d05f4d2e"
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ REQUIRES_devel="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
extra_cmake_modules$secondaryArchSuffix >= 5.115
|
extra_cmake_modules$secondaryArchSuffix
|
||||||
devel:libGrantlee_Templates$secondaryArchSuffix
|
devel:libGrantlee_Templates$secondaryArchSuffix
|
||||||
devel:libKF5Archive$secondaryArchSuffix
|
devel:libKF5Archive$secondaryArchSuffix
|
||||||
devel:libKF5Attica$secondaryArchSuffix
|
devel:libKF5Attica$secondaryArchSuffix
|
||||||
@@ -141,16 +141,11 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:xsltproc
|
cmd:xsltproc
|
||||||
"
|
"
|
||||||
|
|
||||||
PATCH()
|
|
||||||
{
|
|
||||||
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
|
|
||||||
}
|
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
cmake -Bbuild -S. $cmakeDirArgs \
|
cmake -Bbuild -S. $cmakeDirArgs \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
|
-DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \
|
||||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
||||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
||||||
@@ -167,11 +162,11 @@ INSTALL()
|
|||||||
|
|
||||||
packageEntries devel \
|
packageEntries devel \
|
||||||
$libDir/cmake \
|
$libDir/cmake \
|
||||||
$dataDir/Qt5/mkspecs \
|
$dataDir/Qt5 \
|
||||||
$developDir
|
$developDir
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST()
|
TEST()
|
||||||
{
|
{
|
||||||
make check
|
make -C build test
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user