graphite2: adjust depends on line

This commit is contained in:
Tim Biermann 2022-01-03 14:37:33 +01:00
parent 60254c7def
commit 3dcb0ee6e6
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32KDF7t7LboSj7FSmgWIyxjTfPOqpK1vERPruMUaNckb/ysaIh2+QFRcB5uydR7rHFOwRJfnMs+kCaqsnFoG4AE=
SHA256 (Pkgfile) = c3f9de807931b504438667dd85b45c409199f12fbdeb7645f49dce5620dc3a12
RWSagIOpLGJF32jeHI7DDoo3keoUBeLQDmBSCrBGYXzi4FOWNGfL/jkB5Q+qTJsVgVc+nxJlTBmGJn4/cCeP78TWF+iGWVrcrQI=
SHA256 (Pkgfile) = 418873bb22a4972b99c1ec28316f0a11962bbe7ea50fdc33b9b03c9bef46ecb0
SHA256 (.footprint) = ce75900ef29914480cb47e943218a3ccb7b4675c4e7f8d32120ecbac8e6a499d
SHA256 (graphite2-1.3.14.tgz) = f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d

View File

@ -1,7 +1,7 @@
# Description: reimplementation of the SIL Graphite text processing engine.
# URL: https://github.com/silnrsi/graphite
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cmake freetype python3
# Depends on: freetype
# Optional: asciidoc dblatex doxygen graphviz
name=graphite2
@ -10,8 +10,7 @@ release=1
source=(https://github.com/silnrsi/graphite/releases/download/$version/$name-$version.tgz)
build() {
[[ -e /usr/bin/ninja ]] && PKGMK_GRAPHITE2+=' -G Ninja'
cmake -S $name-$version -B build $PKGMK_GRAPHITE2 \
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \