From b6f69a026ca9b1ec57f9fffb0a51febd02601ecb Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 8 Feb 2026 11:00:59 +0700 Subject: [PATCH] Add gperf to netsurf, remove from podman --- podman/redox-base-containerfile | 1 - recipes/web/netsurf/recipe.toml | 3 +++ recipes/wip/dev/other/gperf/recipe.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index e12c485c..f8223ec3 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -26,7 +26,6 @@ RUN apt-get update \ git \ git-lfs \ gobject-introspection \ - gperf \ gtk-doc-tools \ gtk-update-icon-cache \ help2man \ diff --git a/recipes/web/netsurf/recipe.toml b/recipes/web/netsurf/recipe.toml index c403fafe..afadba99 100644 --- a/recipes/web/netsurf/recipe.toml +++ b/recipes/web/netsurf/recipe.toml @@ -20,6 +20,9 @@ dependencies = [ "liborbital", "libiconv" ] +dev-dependencies = [ + "host:gperf" +] script = """ DYNAMIC_INIT diff --git a/recipes/wip/dev/other/gperf/recipe.toml b/recipes/wip/dev/other/gperf/recipe.toml index d15f30a4..6ee5c00b 100644 --- a/recipes/wip/dev/other/gperf/recipe.toml +++ b/recipes/wip/dev/other/gperf/recipe.toml @@ -1,4 +1,4 @@ -#TODO compiled but not fully tested +#TODO Promote [source] tar = "https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz" [build]