commit 2c2472c

chld  ·  2026-08-22 16:29:33 +0000 UTC
parent 648d903
foot: remove ncurses dependency
3 files changed,  +2, -15
+1, -2
1@@ -5,5 +5,4 @@
2 .libxkbcommon
3 .freetype
4 .tllist
5-.fcft
6-.ncurses
7+.fcft
+0, -11
 1@@ -1,11 +0,0 @@
 2---- meson.build
 3-+++ meson.build
 4-@@ -424,7 +424,7 @@
 5-     'terminfo',
 6-     output: terminfo_base_name[0],
 7-     input: preprocessed,
 8--    command: [tic, '-x', '-o', '@OUTDIR@', '-e', '@0@,@0@-direct'.format(terminfo_base_name), '@INPUT@'],
 9-+    command: [tic, '-x', '-I', '-o', '@OUTDIR@', '-e', '@0@,@0@-direct'.format(terminfo_base_name), '@INPUT@'],
10-     install: true,
11-     install_dir: terminfo_install_location
12-   )
+1, -2
 1@@ -2,8 +2,7 @@
 2 NAME=foot
 3 VERSION=1.27.0
 4 RELEASE=1
 5-SOURCE="https://codeberg.org/dnkl/foot/releases/download/1.27.0/foot-1.27.0.tar.gz
 6-	ncurses-tic.patch"
 7+SOURCE="https://codeberg.org/dnkl/foot/releases/download/1.27.0/foot-1.27.0.tar.gz"
 8 BUILD_OPT="-Dthemes=true -Dtests=false -Dime=false -Dprefix=/ -Ddefault_library=static -Dterminfo=disabled -Ddefault-terminfo=xterm-256color" 
 9 
10 . ${0%/*}/../../libsh/libdmake.sh