diff --git a/app-office/calligraplan/calligraplan-3.2.2.recipe b/app-office/calligraplan/calligraplan-3.3.0.recipe similarity index 96% rename from app-office/calligraplan/calligraplan-3.2.2.recipe rename to app-office/calligraplan/calligraplan-3.3.0.recipe index 55196ab52..9f1bd3c92 100644 --- a/app-office/calligraplan/calligraplan-3.2.2.recipe +++ b/app-office/calligraplan/calligraplan-3.3.0.recipe @@ -8,12 +8,12 @@ is to define your tasks, estimate the effort needed to perform each task, \ allocate resources and then let Plan schedule the tasks according to \ network and resource availability." HOMEPAGE="https://www.calligra.org/" -COPYRIGHT="2010-2020 KDE Organisation" +COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2 GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/calligra/$portVersion/calligraplan-$portVersion.tar.xz" -CHECKSUM_SHA256="e10c6f4a6fbf40da422d98d5138201f7db52236181c25641402e4ae4b0add336" +CHECKSUM_SHA256="9a97414f2207941a70d93ff096617365d35379cc93a09cfc19ee532d2905a9d8" SOURCE_FILENAME="calligraplan-$portVersion.tar.xz" PATCHES="calligraplan-$portVersion.patchset" ADDITIONAL_FILES=" @@ -106,7 +106,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.65 + extra_cmake_modules$secondaryArchSuffix >= 5.77 devel:eigen$secondaryArchSuffix devel:libboost_system$secondaryArchSuffix devel:libetonyek_0.1$secondaryArchSuffix @@ -179,6 +179,10 @@ BUILD_PREREQUIRES=" BUILD() { + # disable docs generation + sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt + sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt + mkdir -p build cd build diff --git a/app-office/calligraplan/patches/calligraplan-3.2.2.patchset b/app-office/calligraplan/patches/calligraplan-3.3.0.patchset similarity index 100% rename from app-office/calligraplan/patches/calligraplan-3.2.2.patchset rename to app-office/calligraplan/patches/calligraplan-3.3.0.patchset