mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libkdcraw24, bump version (#11580)
This commit is contained in:
@@ -5,7 +5,7 @@ COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/libkdcraw-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="b64b7f094296be4e689f4846c8d3ac82f93dc30cbd92ccbf62b65596e88625c2"
|
||||
CHECKSUM_SHA256="0b4b6067fd362d218f6ee088c661c42b2f55cd9e3a8bdfb82efed96bd682625c"
|
||||
SOURCE_DIR="libkdcraw-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -54,10 +54,12 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DBUILD_WITH_QT6=ON \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
||||
-DBUILD_TESTING=OFF
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
@@ -65,11 +67,16 @@ INSTALL()
|
||||
{
|
||||
make -C build install
|
||||
|
||||
rm -rf $dataDir
|
||||
|
||||
prepareInstalledDevelLib libKDcrawQt6
|
||||
prepareInstalledDevelLib \
|
||||
libKDcrawQt6
|
||||
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$libDir/cmake
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
ctest --test-dir build --output-on-failure
|
||||
# ./build/bin/raw2png
|
||||
}
|
||||
Reference in New Issue
Block a user