kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit a06276d1a0a52225cf031ff738f50e4ffe37c008
parent 9a9735c6d695f4313019be25236ffd2d40933861
Author: St John Karp <contact@stjo.hn>
Date:   Thu,  7 Jul 2022 22:27:26 -0400

libgnt: Disable building the docs

This is going to allow me to remove some annoying dependencies.

Diffstat:
Mlibs/libgnt/build | 4++++
Mlibs/libgnt/depends | 6++++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/libs/libgnt/build b/libs/libgnt/build @@ -1,5 +1,9 @@ #!/usr/bin/env sh +# Don't build the docs, which pull in a lot of dependencies. +sed "s/^subdir('doc')/#subdir('doc')/" meson.build > _ +mv -f _ meson.build + meson build --prefix=/usr ninja -C build ninja -C build install diff --git a/libs/libgnt/depends b/libs/libgnt/depends @@ -1,3 +1,5 @@ -gtk-doc -meson +glib +libxml2 +meson make +ncurses python-pygments