master
Jef Roosens 2022-10-19 15:57:54 +02:00
commit c2f62c6b10
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
3 changed files with 6 additions and 0 deletions

3
FAQ
View File

@ -248,3 +248,6 @@ fonts:
Please don't bother reporting this bug to st, but notify the upstream Xft Please don't bother reporting this bug to st, but notify the upstream Xft
developers about fixing this bug. developers about fixing this bug.
As of 2022-09-05 this now seems to be finally fixed in libXft 2.3.5:
https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS

View File

@ -20,6 +20,8 @@ makedepends=("gcc")
provides=("st") provides=("st")
conflicts=("st" "st-git") conflicts=("st" "st-git")
options=(lto)
source=("arg.h" "boxdraw.c" "boxdraw_data.h" "config.def.h" "config.h" source=("arg.h" "boxdraw.c" "boxdraw_data.h" "config.def.h" "config.h"
"config.mk" "hb.c" "hb.h" "LICENSE" "Makefile" "st.1" "st.c" "st.h" "st.info" "config.mk" "hb.c" "hb.h" "LICENSE" "Makefile" "st.1" "st.c" "st.h" "st.info"
"win.h" "x.c" "README") "win.h" "x.c" "README")

View File

@ -1,5 +1,6 @@
# st version # st version
VERSION = 0.8.9 VERSION = 0.8.9
VERSION = 0.9
# Customize below to fit your system # Customize below to fit your system