pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/zathura zathura: Fix man page creation
details: https://anonhg.NetBSD.org/pkgsrc/rev/31ce56fb9a28
branches: trunk
changeset: 342893:31ce56fb9a28
user: nia <nia%pkgsrc.org@localhost>
date: Sun Oct 27 10:43:43 2019 +0000
description:
zathura: Fix man page creation
diffstat:
print/zathura/Makefile | 8 +++++++-
print/zathura/distinfo | 4 ++--
print/zathura/patches/patch-doc_meson.build | 4 ++--
3 files changed, 11 insertions(+), 5 deletions(-)
diffs (54 lines):
diff -r 724a49c63573 -r 31ce56fb9a28 print/zathura/Makefile
--- a/print/zathura/Makefile Sun Oct 27 10:37:43 2019 +0000
+++ b/print/zathura/Makefile Sun Oct 27 10:43:43 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/10/21 21:55:03 adam Exp $
+# $NetBSD: Makefile,v 1.31 2019/10/27 10:43:43 nia Exp $
DISTNAME= zathura-0.4.3
PKGREVISION= 2
@@ -23,6 +23,12 @@
CFLAGS.SunOS+= -D__EXTENSIONS__
+SUBST_CLASSES+= py
+SUBST_STAGE.py= pre-configure
+SUBST_MESSAGE.py= Setting Python version variables.
+SUBST_FILES.py+= doc/meson.build
+SUBST_VARS.py+= PYVERSSUFFIX
+
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../graphics/cairo/buildlink3.mk"
diff -r 724a49c63573 -r 31ce56fb9a28 print/zathura/distinfo
--- a/print/zathura/distinfo Sun Oct 27 10:37:43 2019 +0000
+++ b/print/zathura/distinfo Sun Oct 27 10:43:43 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2019/03/06 17:02:20 leot Exp $
+$NetBSD: distinfo,v 1.9 2019/10/27 10:43:43 nia Exp $
SHA1 (zathura-0.4.3.tar.xz) = 6e2cd70d03a9bfef2ef1e788ed7656b32c706def
RMD160 (zathura-0.4.3.tar.xz) = 1547e4dadc35b784abfb8b09476292ba4b50e280
SHA512 (zathura-0.4.3.tar.xz) = 427948025c20b2badb00921d03ec83e26806fd90d0d50cdcf0f3bcf645cd7206695faa3b5a7698d3d70b9bd60e8e68c920cf1e7f29855dd11a1a8ce6a7f8160b
Size (zathura-0.4.3.tar.xz) = 145796 bytes
-SHA1 (patch-doc_meson.build) = 06205364d55a91e5efb189030e827ddbead63f9e
+SHA1 (patch-doc_meson.build) = f989cd35ef4b1a910470117ccaf734a917e7fc8d
SHA1 (patch-zathura_database-plain.c) = 95d461d4ac0c14bd61a14ff62b92bd5aee37228e
diff -r 724a49c63573 -r 31ce56fb9a28 print/zathura/patches/patch-doc_meson.build
--- a/print/zathura/patches/patch-doc_meson.build Sun Oct 27 10:37:43 2019 +0000
+++ b/print/zathura/patches/patch-doc_meson.build Sun Oct 27 10:43:43 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-doc_meson.build,v 1.2 2019/03/06 17:02:20 leot Exp $
+$NetBSD: patch-doc_meson.build,v 1.3 2019/10/27 10:43:43 nia Exp $
Also search for versioned sphinx-build-s.
@@ -6,7 +6,7 @@
+++ doc/meson.build
@@ -1,4 +1,4 @@
-sphinx = find_program('sphinx-build', required: get_option('manpages'))
-+sphinx = find_program('sphinx-build', 'sphinx-build2.7', 'sphinx-build3.7', 'sphinx-build3.6', 'sphinx-build3.4', 'sphinx-build3.5', required: get_option('manpages'))
++sphinx = find_program('sphinx-build-@PYVERSSUFFIX@', 'sphinx-build', required: get_option('manpages'))
if sphinx.found()
custom_target('man pages',
command: [
Home |
Main Index |
Thread Index |
Old Index