Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2025 16:52:50 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 11fe0c0fd66e - main - graphics/gimp3-app: Add HELP option
Message-ID:  <202506061652.556GqoX6021800@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11fe0c0fd66e49499bc4ad97fe47df1f623e732f

commit 11fe0c0fd66e49499bc4ad97fe47df1f623e732f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-06 15:54:38 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-06 16:51:53 +0000

    graphics/gimp3-app: Add HELP option
    
    Documentation is updated to match 3.0-series
    
    Approved by:    blanket
---
 graphics/gimp3-app/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile
index 0c26fa286b1c..5cfd19b7bf98 100644
--- a/graphics/gimp3-app/Makefile
+++ b/graphics/gimp3-app/Makefile
@@ -78,7 +78,7 @@ MESON_ARGS=	-Dappdata-test=disabled \
 		-Diff=disabled \
 		-Dfits=disabled
 
-OPTIONS_DEFINE?=	AALIB GHOSTSCRIPT HEIF OPENJPEG JXL LIBMNG WMF DOCS VALA CFITSIO
+OPTIONS_DEFINE?=	AALIB GHOSTSCRIPT HEIF HELP OPENJPEG JXL LIBMNG WMF DOCS VALA CFITSIO
 OPTIONS_DEFAULT?=	AALIB GHOSTSCRIPT HEIF OPENJPEG JXL WMF DOCS VALA LUA CFITSIO
 OPTIONS_RADIO=		SCRIPTS
 OPTIONS_RADIO_SCRIPTS=	LUA LUAJIT
@@ -96,6 +96,9 @@ GHOSTSCRIPT_MESON_ENABLED=	ghostscript
 HEIF_LIB_DEPENDS=	libheif.so:graphics/libheif
 HEIF_MESON_ENABLED=	heif
 
+HELP_DESC=		GIMP User Manual
+HELP_RUN_DEPENDS=	gimp-help-en>=0:misc/gimp-help-en
+
 LIBMNG_BROKEN=		require rewrired mng port
 LIBMNG_LIB_DEPENDS=	libmng.so:graphics/libmng
 LIBMNG_MESON_ENABLED=	mng


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506061652.556GqoX6021800>