Skip to content
Snippets Groups Projects
Commit 3ed3405c authored by alice's avatar alice
Browse files

community/fcft: upgrade to 3.1.5

parent 48341f92
No related branches found
No related tags found
No related merge requests found
# Maintainer: Alex McGrath <amk@amk.ie>
pkgname=fcft
pkgver=3.1.4
pkgver=3.1.5
pkgrel=0
pkgdesc="Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman"
url="https://codeberg.org/dnkl/fcft"
......@@ -22,7 +22,10 @@ source="$pkgname-$pkgver.tar.gz::https://codeberg.org/dnkl/fcft/archive/$pkgver.
builddir="$srcdir/fcft"
build() {
abuild-meson -Dsvg-backend=nanosvg . output
abuild-meson \
-Db_lto=true \
-Dsvg-backend=nanosvg \
. output
meson compile -C output
}
......@@ -35,5 +38,5 @@ package() {
}
sha512sums="
1a61a089a401c7155ad4f454f271b134bbcb37873d744851d63823183912958894a4431157b7978c19bf8c33acfd619ba96ca29f2f9a20f47a19b7fb60e6b933 fcft-3.1.4.tar.gz
e223d7e825d8f81f05d2f7ec1b945b28311386dc6ccf55eefaeff2231d64483fdf18a2468f942586ecc0bb4ef75ed9ef0a8a490162b0f8bf7a8619e46742c564 fcft-3.1.5.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment