mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
kquickimageditor, cleanup (#8317)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Plasma library and runtime components based upon KF5 and Qt5."
|
||||
HOMEPAGE="https://invent.kde.org/libraries/kquickimageeditor"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/kde/kquickimageeditor/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a44f59afc062c18e7c865b99d077ee8b2aab5fedf455e194730e9f5588b9b907"
|
||||
SOURCE_DIR="kquickimageeditor-$portVersion"
|
||||
@@ -92,20 +92,15 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
cmake .. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs
|
||||
|
||||
make $jobArgs
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd build
|
||||
make install
|
||||
make -C build install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user