New terminal emulator: st 0.8.4

Can be used as a replacement for matchbox-terminal, with much less
dependencies (does not need gtk and vte), and supports "-e" flag.

Signed-off-by: Yann Dirson <yann@blade-group.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yann Dirson
2020-09-03 14:14:11 +02:00
committed by Khem Raj
parent d12ea80ef5
commit 648f9a5a66
2 changed files with 26 additions and 0 deletions
@@ -454,6 +454,7 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\
openbox \
packagegroup-fonts-truetype \
qrencode \
st \
takao-fonts \
leptonica \
libvncserver \
@@ -0,0 +1,25 @@
SECTION = "shadow"
LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://LICENSE;md5=04c3ca13a702147c62db90f556c5b3ca"
SRC_URI = " \
http://dl.suckless.org/${BPN}/${BPN}-${PV}.tar.gz \
"
inherit pkgconfig
SRC_URI[sha256sum] = "d42d3ceceb4d6a65e32e90a5336e3d446db612c3fbd9ebc1780bc6c9a03346a6"
DEPENDS += "libx11 libxft fontconfig ncurses-native"
RDEPENDS_${PN} += "libx11-locale"
do_compile() {
make INCS='-I. `pkg-config --cflags x11 fontconfig xft`' LIBS='-lm -lutil `pkg-config --libs x11 fontconfig xft`'
}
do_install() {
make install DESTDIR=${D} PREFIX=/usr TERMINFO=${D}${datadir}/terminfo
}
FILES_${PN} += " \
${datadir}/terminfo \
"