commit 26145f0

chld  ·  2026-08-22 16:50:27 +0000 UTC
parent 74a9837
foot: change term to st-256color
2 files changed,  +5, -2
+1, -1
1@@ -3,6 +3,6 @@ NAME=foot
2 VERSION=1.27.0
3 RELEASE=1
4 SOURCE="https://codeberg.org/dnkl/foot/releases/download/1.27.0/foot-1.27.0.tar.gz"
5-BUILD_OPT="-Dthemes=true -Dtests=false -Dime=false -Dprefix=/ -Ddefault_library=static -Dterminfo=disabled -Ddefault-terminfo=xterm-256color" 
6+BUILD_OPT="-Dthemes=true -Dtests=false -Dime=false -Dprefix=/ -Ddefault_library=static -Dterminfo=disabled -Ddefault-terminfo=st-256color" 
7 
8 . ${0%/*}/../../libsh/libdmake.sh
+4, -1
 1@@ -3,6 +3,9 @@ NAME=swiv
 2 VERSION=git
 3 RELEASE=1
 4 SOURCE="https://git.sr.ht/~shrub900/swiv"
 5-BUILD_OPT="" 
 6+build(){
 7+	make PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static $(pkg)' LDFLAGS='-static' -j"$NPROC" || die "build failed" 
 8+	make DESTDIR="$PKG" install || die "gmake install failed"   
 9+}
10 
11 . ${0%/*}/../../libsh/libdmake.sh