Merge branch 'master' of https://git.suckless.org/st
This commit is contained in:
commit
c2f62c6b10
3 changed files with 6 additions and 0 deletions
3
FAQ
3
FAQ
|
|
@ -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
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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")
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue