pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-devel gimp-devel: Disable docs explicitl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7c7bb998a41
branches:  trunk
changeset: 385265:b7c7bb998a41
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Sep 12 17:48:52 2022 +0000

description:
gimp-devel: Disable docs explicitly to prevent PLIST divergence

diffstat:

 graphics/gimp-devel/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 632e59cf532c -r b7c7bb998a41 graphics/gimp-devel/Makefile
--- a/graphics/gimp-devel/Makefile      Mon Sep 12 16:10:45 2022 +0000
+++ b/graphics/gimp-devel/Makefile      Mon Sep 12 17:48:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/09/10 13:47:01 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/09/12 17:48:52 ryoon Exp $
 
 DISTNAME=      gimp-2.99.12
 PKGNAME=       ${DISTNAME:S/gimp/gimp-devel/}
@@ -31,6 +31,10 @@
 PKGCONFIG_OVERRIDE=    gimp.pc.in
 UNLIMIT_RESOURCES+=    datasize
 
+# Disable documentation for developers explicitly.
+MESON_ARGS+=   -Dgi-docgen=disabled
+MESON_ARGS+=   -Dg-ir-doc=false
+
 # example files
 CHECK_INTERPRETER_SKIP+=       lib/gimp/2.99/extensions/org.gimp.extension.goat-exercises/*
 CHECK_INTERPRETER_SKIP+=       lib/gimp/2.99/plug-ins/test-sphere-v3/test-sphere-v3.scm



Home | Main Index | Thread Index | Old Index