fcft: upgrade to 3.1.8

This commit is contained in:
Luis 2024-02-27 19:22:30 +01:00
parent 613ed2bd07
commit a722cdccac
3 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
24c449a17262045e938b83ce4b623e83 fcft-3.1.7.tar.gz
1b1cfbed4e99db8e290a1dcf6c124949f5fb317e225996e63913974f4a52748a04be053cff934c8f8c0b3add22c87f9e3b1c793366431f788529e62d7a7be69c fcft-3.1.8.tar.gz

View File

@ -1,4 +1,4 @@
fcft-3.1.7-1
fcft-3.1.8-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/fcft/
@ -6,8 +6,8 @@ drwxr-xr-x root/root usr/include/fcft/
-rw-r--r-- root/root usr/include/fcft/stride.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libfcft.so -> libfcft.so.4
lrwxrwxrwx root/root usr/lib/libfcft.so.4 -> libfcft.so.4.1.7
-rwxr-xr-x root/root usr/lib/libfcft.so.4.1.7
lrwxrwxrwx root/root usr/lib/libfcft.so.4 -> libfcft.so.4.1.8
-rwxr-xr-x root/root usr/lib/libfcft.so.4.1.8
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/fcft.pc
drwxr-xr-x root/root usr/share/

View File

@ -3,16 +3,16 @@
# depends : fontconfig scdoc tllist utf8proc wayland-protocols pixman harfbuzz
name=fcft
version=3.1.7
version=3.1.8
release=1
source="$name-$version.tar.gz::https://codeberg.org/dnkl/fcft/archive/$version.tar.gz"
build() {
venom-meson $name build \
-Dgrapheme-shaping=enabled \
-Drun-shaping=enabled
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
venom-meson $name build \
-Dgrapheme-shaping=enabled \
-Drun-shaping=enabled
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/doc
}