xst: fix default Xresources TERM name

This commit is contained in:
mustaqim
2019-08-20 07:38:36 +02:00
committed by John Zimmermann
parent 1829d67e78
commit 271d64c5de

View File

@@ -1,7 +1,7 @@
# Template file for 'xst' # Template file for 'xst'
pkgname=xst pkgname=xst
version=0.7.2 version=0.7.2
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
make_use_env=compliant make_use_env=compliant
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@@ -21,6 +21,7 @@ do_install() {
vinstall doc/xst.info 644 usr/share/terminfo/x xst.terminfo vinstall doc/xst.info 644 usr/share/terminfo/x xst.terminfo
vdoc README.md README vdoc README.md README
vdoc doc/FAQ vdoc doc/FAQ
vsed -i 's/st-256color/xst-256color/' doc/Xresources
vdoc doc/Xresources vdoc doc/Xresources
vlicense doc/LICENSE vlicense doc/LICENSE
} }