pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gimp-devel
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Sep 12 17:48:52 UTC 2022
Modified Files:
pkgsrc/graphics/gimp-devel: Makefile
Log Message:
gimp-devel: Disable docs explicitly to prevent PLIST divergence
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gimp-devel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gimp-devel/Makefile
diff -u pkgsrc/graphics/gimp-devel/Makefile:1.7 pkgsrc/graphics/gimp-devel/Makefile:1.8
--- pkgsrc/graphics/gimp-devel/Makefile:1.7 Sat Sep 10 13:47:01 2022
+++ pkgsrc/graphics/gimp-devel/Makefile Mon Sep 12 17:48:52 2022
@@ -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 @@ USE_TOOLS+= gdbus-codegen
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