lagrange: bump to 1.6.1 (#6110)

This commit is contained in:
Nikolay Korotkiy
2021-08-01 15:39:42 +03:00
committed by GitHub
parent 10e4d31285
commit b93c0f2947
2 changed files with 9 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ visual themes, Unicode fonts, bookmarks, history, and page outlines."
HOMEPAGE="https://gmi.skyjake.fi/lagrange/"
COPYRIGHT="2020-2021 Jaakko Keränen"
LICENSE="BSD (2-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/skyjake/lagrange/releases/download/v$portVersion/lagrange-$portVersion.tar.gz"
CHECKSUM_SHA256="3be4d5b383726f725301bf757e06dcd2d30de1aa50431943387c9aa0df8d0a3f"
CHECKSUM_SHA256="890b213b4ff8af28fe2608506a88c86fa12184d182d906c56a8e44986e425753"
SOURCE_DIR="lagrange-$portVersion"
PATCHES="lagrange-$portVersion.patchset"
ADDITIONAL_FILES="lagrange.rdef.in"
@@ -22,6 +22,8 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libfribidi$secondaryArchSuffix
lib:libharfbuzz$secondaryArchSuffix
lib:libmpg123$secondaryArchSuffix
lib:libpcre$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
@@ -32,6 +34,8 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libfribidi$secondaryArchSuffix
devel:libharfbuzz$secondaryArchSuffix
devel:libmpg123$secondaryArchSuffix
devel:libpcre$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
@@ -53,7 +57,9 @@ BUILD()
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=$appsDir/Lagrange \
-DENABLE_MPG123=ON
-DENABLE_MPG123=ON \
-DENABLE_HARFBUZZ_MINIMAL=OFF \
-DENABLE_FRIBIDI_BUILD=OFF
make $jobArgs
}