diff options
Diffstat (limited to 'wayland/fcft')
| -rwxr-xr-x | wayland/fcft/build | 9 | ||||
| -rw-r--r-- | wayland/fcft/checksums | 3 | ||||
| -rw-r--r-- | wayland/fcft/depends | 1 | ||||
| -rw-r--r-- | wayland/fcft/meta | 3 | ||||
| -rw-r--r-- | wayland/fcft/sources | 2 | ||||
| -rw-r--r-- | wayland/fcft/version | 2 |
6 files changed, 11 insertions, 9 deletions
diff --git a/wayland/fcft/build b/wayland/fcft/build index c546b45e..ef5908cf 100755 --- a/wayland/fcft/build +++ b/wayland/fcft/build @@ -1,13 +1,10 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ + -Drun-shaping=enabled \ . output ninja -C output ninja -C output install - -# Remove unneeded files -rm -r "$1/usr/share/doc" diff --git a/wayland/fcft/checksums b/wayland/fcft/checksums index 7ef7d802..6ea5dc6a 100644 --- a/wayland/fcft/checksums +++ b/wayland/fcft/checksums @@ -1 +1,2 @@ -ba17a8c6af1d6a25c3d87aa96c1754896e255af71b70cd60a119200e5844fc43 2.4.0.tar.gz +%BLAKE3 +f66aa7604dd1045e697fe10b0002ebba951b04c8c13eecca6d90ee92e46314a0 3.1.8.tar.gz diff --git a/wayland/fcft/depends b/wayland/fcft/depends index 2d3469db..b8ff1add 100644 --- a/wayland/fcft/depends +++ b/wayland/fcft/depends @@ -1,5 +1,6 @@ fontconfig freetype-harfbuzz +libutf8proc make pixman scdoc make tllist make diff --git a/wayland/fcft/meta b/wayland/fcft/meta new file mode 100644 index 00000000..9e0535c3 --- /dev/null +++ b/wayland/fcft/meta @@ -0,0 +1,3 @@ +description: Simple library for font loading and glyph rasterization +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/fcft/sources b/wayland/fcft/sources index fa4cdb19..02deec9c 100644 --- a/wayland/fcft/sources +++ b/wayland/fcft/sources @@ -1 +1 @@ -https://codeberg.org/dnkl/fcft/archive/2.4.0.tar.gz +https://codeberg.org/dnkl/fcft/archive/3.1.8.tar.gz diff --git a/wayland/fcft/version b/wayland/fcft/version index 7afb4de6..e0370c9f 100644 --- a/wayland/fcft/version +++ b/wayland/fcft/version @@ -1 +1 @@ -2.4.0 1 +3.1.8 1 |
