pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils gnome-tracker: sync with asciidoc changes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b96a3512457
branches:  trunk
changeset: 375544:6b96a3512457
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 15 18:27:03 2022 +0000

description:
gnome-tracker: sync with asciidoc changes

diffstat:

 sysutils/gnome-tracker-miners/Makefile |  8 +++++---
 sysutils/gnome-tracker/Makefile        |  8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (66 lines):

diff -r cd8768dd61c7 -r 6b96a3512457 sysutils/gnome-tracker-miners/Makefile
--- a/sysutils/gnome-tracker-miners/Makefile    Tue Mar 15 18:21:37 2022 +0000
+++ b/sysutils/gnome-tracker-miners/Makefile    Tue Mar 15 18:27:03 2022 +0000
@@ -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 @@
 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_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 -r cd8768dd61c7 -r 6b96a3512457 sysutils/gnome-tracker/Makefile
--- a/sysutils/gnome-tracker/Makefile   Tue Mar 15 18:21:37 2022 +0000
+++ b/sysutils/gnome-tracker/Makefile   Tue Mar 15 18:27:03 2022 +0000
@@ -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 @@
 
 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 @@
 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
 



Home | Main Index | Thread Index | Old Index