summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-02 11:06:12 +0000
committernia <nia@pkgsrc.org>2021-05-02 11:06:12 +0000
commit74da10948afd2af555b0fd521263e7e01c1b2ec1 (patch)
treed5295d8b9d59aa8afe901dd33796555c45525c7e /print
parent9fe096593275aedf407ed4d21fe19a5ebf309f03 (diff)
downloadpkgsrc-74da10948afd2af555b0fd521263e7e01c1b2ec1.tar.gz
*: Use the tools framework for gdbus-codegen
Diffstat (limited to 'print')
-rw-r--r--print/atril/Makefile4
-rw-r--r--print/cups-filters/Makefile5
-rw-r--r--print/evince3/Makefile.common5
3 files changed, 6 insertions, 8 deletions
diff --git a/print/atril/Makefile b/print/atril/Makefile
index 93a6b39cb35..c57d471d92b 100644
--- a/print/atril/Makefile
+++ b/print/atril/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2021/04/21 11:42:32 adam Exp $
+# $NetBSD: Makefile,v 1.68 2021/05/02 11:06:13 nia Exp $
PKGREVISION= 9
.include "../../meta-pkgs/mate/Makefile.common"
@@ -10,7 +10,7 @@ COMMENT= Simple multi-page document viewer for the MATE environment
USE_LANGUAGES= c c++
-TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+USE_TOOLS+= gdbus-codegen
PKGCONFIG_OVERRIDE+= atril-document.pc.in
PKGCONFIG_OVERRIDE+= atril-view.pc.in
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index 10df4b66b73..c54383dd6f4 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2021/04/21 13:24:14 adam Exp $
+# $NetBSD: Makefile,v 1.153 2021/05/02 11:06:14 nia Exp $
DISTNAME= cups-filters-1.28.8
PKGREVISION= 1
@@ -11,13 +11,12 @@ HOMEPAGE= https://www.linuxfoundation.org/collaborate/workgroups/openprinting/cu
COMMENT= Backends, filters, and other software for cups
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit
-TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
-USE_TOOLS+= bash:run pkg-config gmake
+USE_TOOLS+= bash:run pkg-config gmake gdbus-codegen
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --disable-braille
diff --git a/print/evince3/Makefile.common b/print/evince3/Makefile.common
index 4915d61ad14..84e8dcf983b 100644
--- a/print/evince3/Makefile.common
+++ b/print/evince3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2021/05/02 10:24:51 nia Exp $
+# $NetBSD: Makefile.common,v 1.23 2021/05/02 11:06:14 nia Exp $
#
# used by print/evince3/Makefile
# would probably be used by print/evince3-nautilus/Makefile if that existed
@@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config itstool
+USE_TOOLS+= gdbus-codegen
USE_LANGUAGES= c c++
# Requires --desktop in msgfmt.
@@ -30,8 +31,6 @@ CONFIGURE_ARGS+= --without-gspell
# Disable thumbnail cache
CONFIGURE_ARGS+= --disable-libgnome-desktop
-TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
# XXX fake for "configure" to allow build w/o a gs installed
# (avoid hard dependency on a specific version)
CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs