fcft: update to 2.5.0.
This commit is contained in:
parent
ef10659920
commit
67adbca402
|
@ -1,22 +1,24 @@
|
|||
# Template file for 'fcft'
|
||||
pkgname=fcft
|
||||
version=2.4.6
|
||||
version=2.5.0
|
||||
revision=1
|
||||
wrksrc=$pkgname
|
||||
build_style=meson
|
||||
configure_args="-Dtext-shaping=$(vopt_if harfbuzz enabled disabled)"
|
||||
configure_args="-Drun-shaping=$(vopt_if textshaping enabled disabled)"
|
||||
hostmakedepends="pkg-config scdoc"
|
||||
makedepends="fontconfig-devel freetype-devel pixman-devel tllist
|
||||
$(vopt_if harfbuzz harfbuzz-devel)"
|
||||
$(vopt_if textshaping harfbuzz-devel)
|
||||
$(vopt_if textshaping libutf8proc-devel)"
|
||||
short_desc="Simple library for font loading and glyph rasterization"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
license="MIT"
|
||||
homepage="https://codeberg.org/dnkl/fcft"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=58641cb4f5eb2301d34f0e92437b10e5a2ee27dba9e8da3f76d23393278520be
|
||||
checksum=58663c684f04154674c52551daa604618e0bb3db6c62492b06b13768fb4f4b3c
|
||||
|
||||
build_options="harfbuzz"
|
||||
build_options_default="harfbuzz"
|
||||
build_options="textshaping"
|
||||
build_options_default="textshaping"
|
||||
desc_option_textshaping="Enable support for text run shaping"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue