summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Eklöf2020-09-18 21:45:13 +0200
committerDaniel Eklöf2020-09-18 21:45:13 +0200
commit7345446f0ebd497fda844b591115fc9bc8c1afc6 (patch)
tree60886874cfb36499d281d2dee7d7d9a8d161c720
parentc88ae86f416595b44c7ad9f74effd449055147cd (diff)
downloadaur-7345446f0ebd497fda844b591115fc9bc8c1afc6.tar.gz
Foot 1.5.0 has been released, and explicitly disabled text-shaping in fcft
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93467e187dc4..71819edec8b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = foot-git
- pkgver = 1.4.4
+ pkgver = 1.5.0
pkgrel = 1
url = https://codeberg.org/dnkl/foot
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2a53c8d602c3..bc1a13d451e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Eklöf <daniel at ekloef dot se>
pkgname=('foot-git' 'foot-terminfo-git')
-pkgver=1.4.4
+pkgver=1.5.0
pkgrel=1
arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot
@@ -34,7 +34,7 @@ build() {
# -fno-plt because performance (this is the default in makepkg anyway)
export CFLAGS+=" -O3 -Wno-missing-profile -fno-plt"
- meson --prefix=/usr --buildtype=release --wrap-mode=forcefallback -Db_lto=true -Dfcft:test-text-shaping=false . build
+ meson --prefix=/usr --buildtype=release --wrap-mode=forcefallback -Db_lto=true -Dfcft:text-shaping=disabled -Dfcft:test-text-shaping=false . build
if [[ -v WAYLAND_DISPLAY ]]; then
meson configure -Db_pgo=generate build