mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fcft: update to 2.5.0.
This commit is contained in:
parent
ef10659920
commit
67adbca402
1 changed files with 9 additions and 7 deletions
|
@ -1,22 +1,24 @@
|
||||||
# Template file for 'fcft'
|
# Template file for 'fcft'
|
||||||
pkgname=fcft
|
pkgname=fcft
|
||||||
version=2.4.6
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
build_style=meson
|
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"
|
hostmakedepends="pkg-config scdoc"
|
||||||
makedepends="fontconfig-devel freetype-devel pixman-devel tllist
|
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"
|
short_desc="Simple library for font loading and glyph rasterization"
|
||||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://codeberg.org/dnkl/fcft"
|
homepage="https://codeberg.org/dnkl/fcft"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=58641cb4f5eb2301d34f0e92437b10e5a2ee27dba9e8da3f76d23393278520be
|
checksum=58663c684f04154674c52551daa604618e0bb3db6c62492b06b13768fb4f4b3c
|
||||||
|
|
||||||
build_options="harfbuzz"
|
build_options="textshaping"
|
||||||
build_options_default="harfbuzz"
|
build_options_default="textshaping"
|
||||||
|
desc_option_textshaping="Enable support for text run shaping"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue