commit 3dd38e9
chld
·
2026-09-11 02:51:22 +0000 UTC
parent dc2658b
fuzzel: find the scdoc binary, not with pkgconfig fuzzel: find the scdoc binary, not with pkgconfig fuzzel: find the scdoc binary, not with pkgconfig
3 files changed,
+15,
-2
+2,
-1
1@@ -2,4 +2,5 @@
2 /pixman
3 /wayland
4 /libxkbcommon
5-.samu
6+.samu
7+.scdoc
+2,
-1
1@@ -2,7 +2,8 @@
2 NAME=fuzzel
3 VERSION=git
4 RELEASE=1
5-SOURCE="https://codeberg.org/dnkl/${NAME}"
6+SOURCE="https://codeberg.org/dnkl/${NAME}
7+ scdoc.patch"
8 BUILD_OPT="-Ddefault_library=static -Denable-cairo=disabled -Dpng-backend=libpng"
9 prebuild(){
10 export CFLAGS='-static' LDFLAGS='-static'
+11,
-0
1@@ -0,0 +1,11 @@
2+--- /doc/meson.build
3++++ /doc/meson.build
4+@@ -1,6 +1,6 @@
5+ sh = find_program('sh', native: true)
6+-scdoc = dependency('scdoc', native: true)
7+-scdoc_prog = find_program(scdoc.get_variable('scdoc'), native: true)
8++# scdoc = dependency('scdoc', native: true)
9++scdoc_prog = find_program('scdoc', native: true)
10+
11+ foreach man_src : [{'name': 'fuzzel', 'section': 1},
12+ {'name': 'fuzzel.ini', 'section': 5}]