calligraplan, add BUILD_TYPE to cmake (#7583)

This commit is contained in:
Schrijvers Luc
2022-12-17 12:51:32 +01:00
committed by GitHub
parent b0f8513fdf
commit 45592ab64f

View File

@@ -11,7 +11,7 @@ HOMEPAGE="https://www.calligra.org/"
COPYRIGHT="2010-2021 KDE Organisation"
LICENSE="GNU LGPL v2
GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.kde.org/stable/calligra/$portVersion/calligraplan-$portVersion.tar.xz"
CHECKSUM_SHA256="9a97414f2207941a70d93ff096617365d35379cc93a09cfc19ee532d2905a9d8"
SOURCE_FILENAME="calligraplan-$portVersion.tar.xz"
@@ -187,6 +187,7 @@ BUILD()
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir/Calligra \
-DCMAKE_INSTALL_BINDIR=$appsDir/Calligra \
-DCMAKE_INSTALL_LIBDIR=$libDir \