retext, bump for rebuild on x86_gcc2 (#5677)

This commit is contained in:
Schrijvers Luc
2021-02-06 17:39:17 +01:00
committed by GitHub
parent 50c29e4e57
commit e6fbbb21f0

View File

@@ -5,16 +5,17 @@ HOMEPAGE="https://github.com/retext-project/retext"
COPYRIGHT="20112016 Dmitry Shachnev
20112016 Maurice van der Pot"
LICENSE="GNU GPL v3"
REVISION="3"
REVISION="4"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="c32ccdbcf31094258c792bc0589ff3ff212dea85466d776b7f60fa7b39da4b6c"
PATCHES="retext-$portVersion.patchset"
ARCHITECTURES="any"
ARCHITECTURES="x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
retext$secondaryArchSuffix = $portVersion
cmd:retext$secondaryArchSuffix = $portVersion
cmd:retext = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -31,12 +32,13 @@ BUILD_REQUIRES="
setuptools_python38
"
BUILD_PREREQUIRES="
cmd:lrelease >= 5
cmd:lrelease$secondaryArchSuffix >= 5
cmd:python3.8
"
TEST_REQUIRES="
markups_python38
python_markdown_math_python38
qthaikuplugins$secondaryArchSuffix
"