Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2024 22:57:10 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d3b5c8f491a7 - main - misc/gimp-help-en: update 2.10.0 =?utf-8?Q?=E2=86=92?= 2.10.34
Message-ID:  <202407162257.46GMvAIs053608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

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

commit d3b5c8f491a71f7e2229f0c6c9b2087677a040bc
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-07-16 22:52:46 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-16 22:52:46 +0000

    misc/gimp-help-en: update 2.10.0 → 2.10.34
    
    2.10.34 User Manual Source (Release Date: 2023-03-05)
    https://docs.gimp.org/download.html#gimp-210-latest
    
    * Fix MASTER_SITES.
    * Add default option QUICKREFERENCE for "Generate GIMP Quickreference PDF".
    * Prepare for slave ports with other languages.
    
    PR:             280095
    Approved by:    liangtai.s16@gmail.com (maintainer, timeout 14 days)
---
 misc/gimp-help-en/Makefile | 29 ++++++++++++++++-------------
 misc/gimp-help-en/distinfo |  6 +++---
 2 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/misc/gimp-help-en/Makefile b/misc/gimp-help-en/Makefile
index 2eac69970f71..a71eaef4a3d1 100644
--- a/misc/gimp-help-en/Makefile
+++ b/misc/gimp-help-en/Makefile
@@ -1,15 +1,15 @@
 PORTNAME=	gimp-help
-PORTVERSION=	2.10.0
-PORTREVISION=	2
+DISTVERSION=	2.10.34
+PORTREVISION?=	0
 CATEGORIES?=	misc graphics
-MASTER_SITES=	http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \
-		http://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \
-		http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/
+MASTER_SITES=	https://download.gimp.org/pub/%SUBDIR%/ \
+		https://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \
+		https://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/
 MASTER_SITE_SUBDIR=	gimp/help
 PKGNAMEPREFIX?=	${DOCLANG}-
 PKGNAMESUFFIX=	-html
 
-MAINTAINER=	liangtai.s16@gmail.com
+MAINTAINER?=	liangtai.s16@gmail.com
 COMMENT?=	GIMP User Manual in English
 WWW=		https://docs.gimp.org/
 
@@ -18,13 +18,13 @@ LICENSE=	GFDL
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \
 		${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl
 
-USES=		gettext-tools gmake gnome perl5 pkgconfig python shebangfix \
+USES=		gettext-tools gmake gnome perl5 pkgconfig python:3.8+,build shebangfix \
 		tar:bzip2
-USE_GNOME=	libxslt:build
+USE_GNOME=	intltool:build libxslt:build
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-gimp
-CONFIGURE_ENV=	ALL_LINGUAS=${DOCLANG}
+CONFIGURE_ENV=	ALL_LINGUAS="${DOCLANG}" QUICKREFERENCE_ALL_LINGUAS="${DOCLANG}"
 
 DOCLANG?=	en
 
@@ -35,13 +35,16 @@ MAKE_JOBS_UNSAFE=	yes
 
 SHEBANG_FILES=	tools/xml2po.py
 
+OPTIONS_DEFINE=		QUICKREFERENCE
+OPTIONS_DEFAULT=	QUICKREFERENCE
+
+QUICKREFERENCE_DESC=		Generate GIMP Quickreference PDF (keys bindings)
+QUICKREFERENCE_USE=		gnome=librsvg2:build
+QUICKREFERENCE_CONFIGURE_OFF=	ac_cv_path_SVG2PDF=
+
 post-patch:
 # Install to the same directory as when configuring --with-gimp
 	${REINPLACE_CMD} '/gimpdatadir=.*\/2.0/s,/2\.0,,' \
 		${WRKSRC}/configure
-.if ${DOCLANG:Mru}
-	${REINPLACE_CMD} -e '/glossary\.xml:1596/{; n; n; s/xref/link/g; }' \
-		${WRKSRC}/po/ru/glossary.po
-.endif
 
 .include <bsd.port.mk>
diff --git a/misc/gimp-help-en/distinfo b/misc/gimp-help-en/distinfo
index 7bc3023ae6a2..cf44abd3f4a1 100644
--- a/misc/gimp-help-en/distinfo
+++ b/misc/gimp-help-en/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580168571
-SHA256 (gimp-help-2.10.0.tar.bz2) = 03804fed071b49e5810edd8327868659dfd9932fbf34d34189d56bd0ad539118
-SIZE (gimp-help-2.10.0.tar.bz2) = 187092180
+TIMESTAMP = 1714953538
+SHA256 (gimp-help-2.10.34.tar.bz2) = cae0adea6ffe47776f42dfc3a38f35d28e31893004e01812117af6f7fc897dc8
+SIZE (gimp-help-2.10.34.tar.bz2) = 165540436



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