mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
purpose6, revbump for kaccounts-integration bump (#12265)
This commit is contained in:
@@ -7,7 +7,7 @@ receive all the information they need."
|
||||
HOMEPAGE="https://invent.kde.org/frameworks/purpose"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/purpose-${portVersion}.tar.xz"
|
||||
CHECKSUM_SHA256="2bab74907505bee95faacdc9c93e8a94b2ab33651a97d2ae7d63fd483f458327"
|
||||
SOURCE_DIR="purpose-$portVersion"
|
||||
@@ -79,7 +79,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:doxygen
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:intltool_merge
|
||||
cmd:make
|
||||
cmd:ninja
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
cmd:msgmerge$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
@@ -92,7 +92,7 @@ TEST_REQUIRES="
|
||||
# no Qt documentation (yet?)
|
||||
BUILD()
|
||||
{
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -G Ninja -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
|
||||
@@ -103,12 +103,12 @@ BUILD()
|
||||
-DBUILD_QCH=ON \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-Wno-dev
|
||||
make -C build $jobArgs
|
||||
ninja -v -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make -C build install
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libKF6Purpose \
|
||||
|
||||
Reference in New Issue
Block a user