libreoffice: build with python 3.7

This commit is contained in:
Jérôme Duval
2021-01-31 09:17:20 +01:00
parent 2a616a8ca8
commit 9594c83b13
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ and Open Source office suite on the market:
HOMEPAGE="https://www.libreoffice.org/" HOMEPAGE="https://www.libreoffice.org/"
COPYRIGHT="2000-2020 LibreOffice contributors" COPYRIGHT="2000-2020 LibreOffice contributors"
LICENSE="MPL v2.0" LICENSE="MPL v2.0"
REVISION="4" REVISION="5"
SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz" SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz"
SOURCE_DIR="core-libreoffice-$portVersion" SOURCE_DIR="core-libreoffice-$portVersion"
@@ -255,7 +255,7 @@ BUILD_PREREQUIRES="
cmd:perl cmd:perl
cmd:pkg_config$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix
cmd:python2.7 cmd:python2.7
cmd:python3.6 cmd:python3.7
cmd:ucpp cmd:ucpp
cmd:which cmd:which
cmd:xz cmd:xz

View File

@@ -17,7 +17,7 @@ and Open Source office suite on the market:
HOMEPAGE="https://www.libreoffice.org/" HOMEPAGE="https://www.libreoffice.org/"
COPYRIGHT="2000-2020 LibreOffice contributors" COPYRIGHT="2000-2020 LibreOffice contributors"
LICENSE="MPL v2.0" LICENSE="MPL v2.0"
REVISION="1" REVISION="2"
SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz" SOURCE_URI="https://github.com/LibreOffice/core/archive/libreoffice-$portVersion.tar.gz"
SOURCE_DIR="core-libreoffice-$portVersion" SOURCE_DIR="core-libreoffice-$portVersion"
@@ -257,7 +257,7 @@ BUILD_PREREQUIRES="
cmd:patch cmd:patch
cmd:perl cmd:perl
cmd:pkg_config$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix
cmd:python3.6 cmd:python3.7
cmd:ucpp cmd:ucpp
cmd:which cmd:which
cmd:xz cmd:xz