CalligraPlan: bump version

This commit is contained in:
Gerasim Troeglazov
2021-02-08 21:33:37 +10:00
parent 9f93e9b9ec
commit 4e4b0278a8
2 changed files with 7 additions and 3 deletions

View File

@@ -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