fcft: 2.4.6 -> 2.5.0

This commit is contained in:
Tim Biermann 2021-11-13 13:40:46 +01:00
parent 15a270f6a9
commit d4422af572
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wzbBJI6HfG1u/7fL1RRTfR4I+yrb/VqRQt+YMmUFOATKxdtlo4hPu2KGrHvl2jQn2uDYSF5UHFUfARV2HphXQI=
SHA256 (Pkgfile) = 19c4781e84704ac774340d83d90cbe6d6580fd4fd8e2dd0f50228972d4ffd5be
RWSagIOpLGJF36wb4yWFxAuZa1G+r1CREkGLHnc7o2Q+9o9esGQH9VklhP9j5VzeBUZbqhPpY653O6CeHSg9s+JL90NJfteT/AY=
SHA256 (Pkgfile) = 9a900ed417511a94ec8494b90d28c0558e5e342be318067738a9847668e07dd2
SHA256 (.footprint) = c7cb50dc46032627c43efc410e80dd39aa4488e3bd8e1bc4a8b969136b0ba47a
SHA256 (fcft-2.4.6.tar.gz) = 58641cb4f5eb2301d34f0e92437b10e5a2ee27dba9e8da3f76d23393278520be
SHA256 (fcft-2.5.0.tar.gz) = 58663c684f04154674c52551daa604618e0bb3db6c62492b06b13768fb4f4b3c

View File

@ -5,13 +5,13 @@
# Optional: harfbuzz
name=fcft
version=2.4.6
version=2.5.0
release=1
source=(https://codeberg.org/dnkl/fcft/archive/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
prt-get isinst harfbuzz && PKGMK_FCFT+=' -D text-shaping=enabled -D test-text-shaping=true'
prt-get isinst harfbuzz && PKGMK_FCFT+=' -D grapheme-shaping=enabled -D run-shaping=enabled'
meson setup $name build $PKGMK_FCFT \
--prefix=/usr \