From c1e778c83ab8a8027ed1c20ba880c122cc60a17a Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 29 Nov 2024 20:14:23 +0100 Subject: [PATCH] dependencies: pureos-trisquel: Add graphicsmagick for the website. Without that fix we have the following issue when building a release: ROM image release archives available at release/roms/ checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for awk... awk [...] checking for gm... no This issue was introduced by the commit 08b9e449e94e99c0ec924e2026dc650b63ddc3e5 ("Add a minimal GNU Boot manual."). Signed-off-by: Denis 'GNUtoo' Carikli Tested-by: Adrien 'neox' Bourmault Acked-by: Adrien 'neox' Bourmault --- resources/dependencies/pureos-trisquel | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/dependencies/pureos-trisquel b/resources/dependencies/pureos-trisquel index ab7f4cb..642f520 100755 --- a/resources/dependencies/pureos-trisquel +++ b/resources/dependencies/pureos-trisquel @@ -130,8 +130,9 @@ install_packages gawk git grep lzip make sed tar xz-utils # u-boot-libre # For building the website tarball install_packages \ - pandoc \ - graphviz + graphicsmagick \ + graphviz \ + pandoc if [ -n "${to_install}" ] ; then apt install -y ${to_install}