From a085eda094def628a7b8041fe9114170b8317eb7 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Tue, 23 Nov 2021 17:15:51 +0100 Subject: [PATCH] foot: remove unneeded terminfo hack --- recipes-support/foot/foot_git.bb | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/recipes-support/foot/foot_git.bb b/recipes-support/foot/foot_git.bb index e61f33c..126c070 100644 --- a/recipes-support/foot/foot_git.bb +++ b/recipes-support/foot/foot_git.bb @@ -19,7 +19,7 @@ DEPENDS = " \ RRECOMMENDS:${PN} = "xdg-utils" SRC_URI = " \ - git://codeberg.org/dnkl/foot.git;protocol=https \ + git://codeberg.org/dnkl/foot.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" @@ -37,17 +37,6 @@ PACKAGECONFIG ?= " \ EXTRA_OEMESON += "--buildtype=release -Dterminfo=disabled" - -# Hack! tic from ncurses-native fails to generate the terminfo files. Use hosts tic instead. -# ncurses-bin needs to be installed. -# TODO: ncurses 6.3 has included foot terminfo files. Remove Hack for builds newer than honister. -do_install:append() { - sed -i "s|@default_terminfo@|foot|" ${S}/foot.info - sed -i "s|@default_terminfo-direct@|foot-direct|" ${S}/foot.info - install -d ${D}${datadir}/terminfo - /usr/bin/tic -o ${D}${datadir}/terminfo -x -e foot,foot-direct ${S}/foot.info -} - inherit meson pkgconfig FILES:${PN} = " \