From 4b2c7a50738311d1e97bd0559a7512ee05758ae1 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 15 Mar 2022 18:27:03 +0000 Subject: gnome-tracker: sync with asciidoc changes --- sysutils/gnome-tracker-miners/Makefile | 8 +++++--- sysutils/gnome-tracker/Makefile | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sysutils/gnome-tracker-miners/Makefile b/sysutils/gnome-tracker-miners/Makefile index 6e613c2c808..9400aca0cf8 100644 --- a/sysutils/gnome-tracker-miners/Makefile +++ b/sysutils/gnome-tracker-miners/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2021/12/08 16:06:30 adam Exp $ +# $NetBSD: Makefile,v 1.18 2022/03/15 18:27:04 nia Exp $ DISTNAME= tracker-miners-3.0.1 PKGNAME= gnome-${DISTNAME} @@ -12,7 +12,7 @@ HOMEPAGE= https://wiki.gnome.org/Projects/Tracker COMMENT= Desktop-neutral metadata-based search framework LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 -TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc +TOOL_DEPENDS+= asciidoc>=10.1.4:../../textproc/asciidoc USE_TOOLS+= pkg-config xgettext gdbus-codegen @@ -36,11 +36,13 @@ SUBST_FILES.shabuild+= meson.build SUBST_SED.shabuild+= -e "s,sha256sum,shasum,g" .endif +.include "../../lang/python/pyversion.mk" + SUBST_CLASSES+= asciidoc SUBST_STAGE.asciidoc= pre-configure SUBST_MESSAGE.asciidoc= Correcting the path to asciidoc files. SUBST_FILES.asciidoc+= docs/manpages/meson.build -SUBST_SED.asciidoc+= -e "s,/etc/asciidoc,${PREFIX}/share/asciidoc,g" +SUBST_SED.asciidoc+= -e "s,/etc/asciidoc,${PREFIX}/${PYSITELIB}/asciidoc/resources/,g" CONF_FILES+= ${PREFIX}/share/examples/xdg/autostart/tracker-miner-fs-3.desktop \ ${PKG_SYSCONFDIR}/xdg/autostart/tracker-miner-fs-3.desktop diff --git a/sysutils/gnome-tracker/Makefile b/sysutils/gnome-tracker/Makefile index b1177b14111..5b469b03785 100644 --- a/sysutils/gnome-tracker/Makefile +++ b/sysutils/gnome-tracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/12/08 16:02:38 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/03/15 18:27:03 nia Exp $ DISTNAME= tracker-3.0.1 PKGNAME= gnome-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 USE_TOOLS+= pkg-config xgettext -TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc +TOOL_DEPENDS+= asciidoc>=10.1.4:../../textproc/asciidoc TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt # xsltproc MESON_ARGS+= -Ddocs=false @@ -30,11 +30,13 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src:${WRKSRC}/output/src/libtracker- PREFER.sqlite3= pkgsrc # fts5 .endif +.include "../../lang/python/pyversion.mk" + SUBST_CLASSES+= asciidoc SUBST_STAGE.asciidoc= pre-configure SUBST_MESSAGE.asciidoc= Correcting the path to asciidoc files. SUBST_FILES.asciidoc+= docs/manpages/meson.build -SUBST_SED.asciidoc+= -e "s,/etc/asciidoc,${PREFIX}/share/asciidoc,g" +SUBST_SED.asciidoc+= -e "s,/etc/asciidoc,${PREFIX}/${PYSITELIB}/asciidoc/resources/,g" PYTHON_FOR_BUILD_ONLY= tool -- cgit v1.2.3