diff options
author | Tim Biermann <tbier@posteo.de> | 2022-01-03 14:37:33 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-01-03 14:37:33 +0100 |
commit | 3dcb0ee6e6839a16b9a7a56a6f39c38e5a756f62 (patch) | |
tree | 52bf236b3a3b191b2861a5efdb23566159a2102b /graphite2 | |
parent | 60254c7def609a1227741eb588db198b87866f97 (diff) | |
download | contrib-3dcb0ee6e6839a16b9a7a56a6f39c38e5a756f62.tar.gz contrib-3dcb0ee6e6839a16b9a7a56a6f39c38e5a756f62.tar.xz |
graphite2: adjust depends on line
Diffstat (limited to 'graphite2')
-rw-r--r-- | graphite2/.signature | 4 | ||||
-rw-r--r-- | graphite2/Pkgfile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphite2/.signature b/graphite2/.signature index b9f90ee39..8dc88c790 100644 --- a/graphite2/.signature +++ b/graphite2/.signature @@ -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 diff --git a/graphite2/Pkgfile b/graphite2/Pkgfile index f3c914f7a..c19db8cb0 100644 --- a/graphite2/Pkgfile +++ b/graphite2/Pkgfile @@ -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" \ |