linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit 5a5e0760236ccfb274df759f4b07149046edf30a parent a45b955c3f74f85fed4be9d552595ef5db42073e Author: Jul <jul@9o.is> Date: Sat, 8 Nov 2025 07:02:46 -0500 remove abduco Diffstat:
| M | .gitmodules | | | 4 | ---- |
| M | gen.sh | | | 1 | - |
| D | pkg/abduco/config.h | | | 15 | --------------- |
| D | pkg/abduco/gen.sh | | | 15 | --------------- |
| D | pkg/abduco/repo | | | 1 | - |
5 files changed, 0 insertions(+), 36 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -7,10 +7,6 @@ path = pkg/yash/repo url = https://github.com/magicant/yash.git ignore = all -[submodule "abduco"] - path = pkg/abduco/repo - url = https://github.com/martanne/abduco.git - ignore = all [submodule "fzy"] path = pkg/fzy/repo url = https://github.com/jhawthorn/fzy.git diff --git a/gen.sh b/gen.sh @@ -17,7 +17,6 @@ setv ldflags $TARGET_LDFLAGS include_ninja $basedir/ninja/rules.ninja -subgen pkg/abduco subgen pkg/ag subgen pkg/awk subgen pkg/b3sum diff --git a/pkg/abduco/config.h b/pkg/abduco/config.h @@ -1,15 +0,0 @@ -#define ABDUCO_CMD "dvtm" - -static char KEY_DETACH = CTRL('\\'); -static char KEY_REDRAW = 0; - -static struct Dir { - char *path; - char *env; - bool personal; -} socket_dirs[] = { - { .env = "ABDUCO_SOCKET_DIR", false }, - { .env = "TMPDIR", false }, - { .path = "/tmp", false }, -}; - diff --git a/pkg/abduco/gen.sh b/pkg/abduco/gen.sh @@ -1,15 +0,0 @@ -fetch git - -cflags " - -std=c99 - -D _POSIX_C_SOURCE=200809L - -D _XOPEN_SOURCE=700 - -D VERSION='\"0.6\"' - -I $dir - -Wno-sign-compare - -Wno-unused-parameter -" - -exe abduco abduco.c -bin abduco -man abduco.1 diff --git a/pkg/abduco/repo b/pkg/abduco/repo @@ -1 +0,0 @@ -Subproject commit 8c32909a159aaa9484c82b71f05b7a73321eb491