From 45592ab64ffef4bc9a2ab48539616e68cf650b6d Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 17 Dec 2022 12:51:32 +0100 Subject: [PATCH] calligraplan, add BUILD_TYPE to cmake (#7583) --- app-office/calligraplan/calligraplan-3.3.0.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-office/calligraplan/calligraplan-3.3.0.recipe b/app-office/calligraplan/calligraplan-3.3.0.recipe index 3e15b2c6c..7ba679146 100644 --- a/app-office/calligraplan/calligraplan-3.3.0.recipe +++ b/app-office/calligraplan/calligraplan-3.3.0.recipe @@ -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 \