pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Move gdbus-codegen users to py-glib2-tools by includin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc80e67af1ce
branches:  trunk
changeset: 370226:dc80e67af1ce
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Oct 13 16:36:03 2017 +0000

description:
Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk

diffstat:

 audio/audacious-plugins/Makefile   |  5 ++---
 audio/audacious/Makefile           |  5 ++---
 devel/dconf/Makefile               |  4 ++--
 devel/xfce4-conf/Makefile          |  6 +++---
 net/gnome-online-accounts/Makefile |  4 ++--
 print/cups-filters/Makefile        |  4 ++--
 print/evince3/Makefile.common      |  4 ++--
 security/libsecret/Makefile        |  4 ++--
 sysutils/caja/Makefile             |  5 ++---
 sysutils/consolekit/Makefile       |  5 ++---
 x11/gtk3/Makefile                  |  4 ++--
 11 files changed, 23 insertions(+), 27 deletions(-)

diffs (266 lines):

diff -r 8aec9ede9b42 -r dc80e67af1ce audio/audacious-plugins/Makefile
--- a/audio/audacious-plugins/Makefile  Fri Oct 13 16:29:48 2017 +0000
+++ b/audio/audacious-plugins/Makefile  Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2017/10/04 11:29:37 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2017/10/13 16:36:03 prlw1 Exp $
 
 DISTNAME=      audacious-plugins-3.5.2
 PKGREVISION=   16
@@ -11,8 +11,6 @@
 COMMENT=       Plugins for Audacious media player
 LICENSE=       2-clause-bsd
 
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake intltool pkg-config msgfmt
 GNU_CONFIGURE=         yes
@@ -92,6 +90,7 @@
 .include "../../audio/wavpack/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/libbinio/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../graphics/imlib2/buildlink3.mk"
 .include "../../misc/libcdio-paranoia/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce audio/audacious/Makefile
--- a/audio/audacious/Makefile  Fri Oct 13 16:29:48 2017 +0000
+++ b/audio/audacious/Makefile  Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/02/12 06:24:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.47 2017/10/13 16:36:03 prlw1 Exp $
 
 DISTNAME=      audacious-3.5.2
 PKGREVISION=   5
@@ -18,14 +18,13 @@
 CONFIGURE_ARGS+=       --disable-chardet
 PKGCONFIG_OVERRIDE+=   audacious.pc.in
 
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
 # XXX does not solve linking problem completely
 LDFLAGS.Darwin+=       -flat_namespace -undefined suppress
 
 .include "../../devel/atk/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce devel/dconf/Makefile
--- a/devel/dconf/Makefile      Fri Oct 13 16:29:48 2017 +0000
+++ b/devel/dconf/Makefile      Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/10/11 09:20:00 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/10/13 16:36:03 prlw1 Exp $
 
 DISTNAME=      dconf-0.26.1
 CATEGORIES=    devel gnome
@@ -36,7 +36,6 @@
 SUBST_SED.libname=     -e "s|-Wl,-soname=|-install_name ${PREFIX}/lib/|g"
 SUBST_SED.libname+=    -e "/^libdconfsettings_so_LDFLAGS/s,$$, -install_name ${PREFIX}/lib/gio/modules/libdconfsettings.so,g"
 
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
@@ -44,5 +43,6 @@
 BUILDLINK_API_DEPENDS.vala+=   vala>=0.18.0
 .include "../../lang/vala/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.44.0
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/glib2/modules.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce devel/xfce4-conf/Makefile
--- a/devel/xfce4-conf/Makefile Fri Oct 13 16:29:48 2017 +0000
+++ b/devel/xfce4-conf/Makefile Fri Oct 13 16:36:03 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2017/06/20 16:11:05 youri Exp $
+# $NetBSD: Makefile,v 1.10 2017/10/13 16:36:03 prlw1 Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 VERSION=       4.12.1
+PKGREVISION=   1
 DISTNAME=      xfconf-${VERSION}
 PKGNAME=       xfce4-conf-${VERSION}
 CATEGORIES=    devel
@@ -20,8 +21,7 @@
 BUILDLINK_API_DEPENDS.dbus+=           dbus>=1.0.0
 BUILDLINK_API_DEPENDS.dbus-glib+=      dbus-glib>=0.72
 
-DEPENDS+=      gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
+.include "../../devel/glib2/buildtools.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../x11/libxfce4util/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce net/gnome-online-accounts/Makefile
--- a/net/gnome-online-accounts/Makefile        Fri Oct 13 16:29:48 2017 +0000
+++ b/net/gnome-online-accounts/Makefile        Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/09/18 09:53:30 maya Exp $
+# $NetBSD: Makefile,v 1.14 2017/10/13 16:36:03 prlw1 Exp $
 
 DISTNAME=      gnome-online-accounts-3.16.3
 PKGREVISION=   11
@@ -12,7 +12,6 @@
 LICENSE=       gnu-gpl-v2
 
 BUILD_DEPENDS+=        gtk-doc>=1.3:../../textproc/gtk-doc
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
@@ -21,6 +20,7 @@
 
 .include "../../chat/telepathy-glib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Fri Oct 13 16:29:48 2017 +0000
+++ b/print/cups-filters/Makefile       Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2017/09/07 11:24:29 prlw1 Exp $
+# $NetBSD: Makefile,v 1.80 2017/10/13 16:36:03 prlw1 Exp $
 
 DISTNAME=      cups-filters-1.17.2
 PKGREVISION=   3
@@ -16,7 +16,6 @@
 USE_TOOLS+=    bash:run pkg-config gmake
 USE_LANGUAGES= c c++11
 
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 DEPENDS+=      poppler-utils-[0-9]*:../../print/poppler-utils
 
 PKGCONFIG_OVERRIDE+=   libcupsfilters.pc.in
@@ -73,6 +72,7 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/cups-browsed-daemonize.sh ${DESTDIR}${PREFIX}/libexec/cups-browsed
 
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce print/evince3/Makefile.common
--- a/print/evince3/Makefile.common     Fri Oct 13 16:29:48 2017 +0000
+++ b/print/evince3/Makefile.common     Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2017/08/27 16:08:06 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.18 2017/10/13 16:36:03 prlw1 Exp $
 #
 # used by print/evince3/Makefile
 # would probably be used by print/evince3-nautilus/Makefile if that existed
@@ -26,7 +26,6 @@
 # Disable thumbnail cache
 CONFIGURE_ARGS+=       --disable-libgnome-desktop
 
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 BUILD_DEPENDS+=        itstool-[0-9]*:../../textproc/itstool
 
 # XXX fake for "configure" to allow build w/o a gs installed
@@ -39,6 +38,7 @@
 .include "../../databases/shared-mime-info/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.36.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 BUILDLINK_API_DEPENDS.adwaita-icon-theme+=     adwaita-icon-theme>=2.17.1
 .include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce security/libsecret/Makefile
--- a/security/libsecret/Makefile       Fri Oct 13 16:29:48 2017 +0000
+++ b/security/libsecret/Makefile       Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/10/02 15:38:05 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/10/13 16:36:04 prlw1 Exp $
 
 DISTNAME=      libsecret-0.18.5
 CATEGORIES=    security gnome
@@ -12,7 +12,6 @@
 
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
@@ -23,6 +22,7 @@
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.38.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "options.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce sysutils/caja/Makefile
--- a/sysutils/caja/Makefile    Fri Oct 13 16:29:48 2017 +0000
+++ b/sysutils/caja/Makefile    Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/23 17:06:33 youri Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/13 16:36:04 prlw1 Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -8,12 +8,11 @@
 
 COMMENT=       File manager for the MATE desktop
 
-BUILD_DEPENDS+=                gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
 PKGCONFIG_OVERRIDE+=   libcaja-extension/libcaja-extension.pc.in
 
 .include "options.mk"
 
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/glib2/schemas.mk"
 
 .include "../../x11/mate-desktop/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce sysutils/consolekit/Makefile
--- a/sysutils/consolekit/Makefile      Fri Oct 13 16:29:48 2017 +0000
+++ b/sysutils/consolekit/Makefile      Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2016/07/09 06:38:58 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2017/10/13 16:36:04 prlw1 Exp $
 
 CONSOLEKIT_VER=        1.0.2
 DISTNAME=      ConsoleKit2-1.0.2
@@ -61,8 +61,7 @@
        ${INSTALL_DATA} ${FILESDIR}/50-shutdown.rules   \
        ${DESTDIR}${RULESDIR}/50-shutdown.rules
 
-BUILD_DEPENDS+=                gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
-
+.include "../../devel/glib2/buildtools.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/polkit/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
diff -r 8aec9ede9b42 -r dc80e67af1ce x11/gtk3/Makefile
--- a/x11/gtk3/Makefile Fri Oct 13 16:29:48 2017 +0000
+++ b/x11/gtk3/Makefile Fri Oct 13 16:36:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2017/09/30 14:15:07 adam Exp $
+# $NetBSD: Makefile,v 1.101 2017/10/13 16:36:04 prlw1 Exp $
 
 DISTNAME=      gtk+-3.22.21
 PKGNAME=       ${DISTNAME:S/gtk/gtk3/}
@@ -16,7 +16,6 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 PTHREAD_AUTO_VARS=     yes
-BUILD_DEPENDS+=                gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 TOOL_DEPENDS+=         gettext-tools>=0.19.4nb1:../../devel/gettext-tools
 # There is no logic in gettext.mk to detect the native version of xgettext,
 # and we do need it to be compiled with Glade support.
@@ -82,6 +81,7 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.49.4
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 BUILDLINK_API_DEPENDS.gdk-pixbuf2+=    gdk-pixbuf2>=2.30.0
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection:=    build



Home | Main Index | Thread Index | Old Index