head 1.3; access; symbols pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2; locks; strict; comment @# @; 1.3 date 2023.06.17.16.45.43; author wiz; state dead; branches; next 1.2; commitid 8QTnQYu1ebABXjtE; 1.2 date 2022.11.21.22.26.54; author wiz; state Exp; branches; next 1.1; commitid CujfsAKTqr0cxC2E; 1.1 date 2022.11.21.22.24.08; author wiz; state Exp; branches; next ; commitid 0Rq4s6YIGs5cwC2E; desc @@ 1.3 log @geeqie: update to 2.1. Geeqie 2.1 ============ - Additional --selection remote commands - Split view additional 3-image layout - Many bug fixes - Some progress in GTK4 migration - Change source code from c to c++ - Much progress in making source code warning-free - Updated language support @ text @$NetBSD: patch-doc_meson.build,v 1.2 2022/11/21 22:26:54 wiz Exp $ Add option to allow disabling doxygen detection. https://github.com/BestImageViewer/geeqie/pull/1051 --- doc/meson.build.orig 2022-08-12 09:32:25.000000000 +0000 +++ doc/meson.build @@@@ -27,6 +27,8 @@@@ endif install_subdir(destdir, install_dir : helpdir, exclude_directories : 'lua-api/latex') +option = get_option('doxygen') +if not option.disabled() doxygen = find_program('doxygen', required : false) if doxygen.found() srcdir = join_paths(meson.source_root()) @@@@ -38,3 +40,4 @@@@ if doxygen.found() else summary({'lua-api' : ['doxygen not found - lua-api help file created:', false]}, section : 'Documentation', bool_yn : true) endif +endif @ 1.2 log @geeqie: add upstream pull request URL in comment @ text @d1 1 a1 1 $NetBSD: patch-doc_meson.build,v 1.1 2022/11/21 22:24:08 wiz Exp $ @ 1.1 log @geeqie: disable doxygen detection To avoid PLIST changes if doxygen is installed @ text @d1 1 a1 1 $NetBSD$ d4 1 @