mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
calligraplan, add BUILD_TYPE to cmake (#7583)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user