pkgsrc-WIP-changes archive

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

py-gobject3: buildlink -> DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sat Apr 14 15:09:22 2018 +0200
Changeset:	f54beaac475693a3efbf7c9c4bf2bdf39d1ef312

Modified Files:
	caribou/Makefile
	totem/Makefile

Log Message:
py-gobject3: buildlink -> DEPENDS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f54beaac475693a3efbf7c9c4bf2bdf39d1ef312

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 caribou/Makefile | 4 ++--
 totem/Makefile   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/caribou/Makefile b/caribou/Makefile
index 9ea17330aa..b03ac3c9fc 100644
--- a/caribou/Makefile
+++ b/caribou/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.13 2013/06/19 12:15:39 noud4 Exp $
-#
 
 DISTNAME=	caribou-0.4.20
 CATEGORIES=	x11
@@ -11,6 +10,8 @@ HOMEPAGE=	https://wiki.gnome.org/Caribou
 COMMENT=	Simplified in-place on-screen keyboard
 LICENSE=	gnu-lgpl-v2.1
 
+DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+
 USE_LIBTOOL=		yes
 GNU_CONFIGURE=		yes
 USE_TOOLS+=		pkg-config intltool gmake
@@ -24,7 +25,6 @@ PY_PATCHPLIST=	yes
 .include "../../devel/libgee/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../graphics/clutter/buildlink3.mk"
-.include "../../devel/py-gobject3/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/totem/Makefile b/totem/Makefile
index a126c84ec6..9cf280d3a9 100644
--- a/totem/Makefile
+++ b/totem/Makefile
@@ -7,6 +7,7 @@ MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 USE_TOOLS+=	automake autoreconf
 
 DEPENDS+=	gst-plugins1-soup-[0-9]*:../../net/gst-plugins1-soup
+DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
 COMMENT=	(using GStreamer)
 
@@ -23,7 +24,6 @@ CONFIGURE_ARGS+=	--disable-browser-plugins
 .include "../../devel/glib2/schemas.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/libpeas/buildlink3.mk"
-.include "../../devel/py-gobject3/buildlink3.mk"
 .include "../../x11/gnome-desktop3/buildlink3.mk"
 .include "../../net/grilo/buildlink3.mk"
 .include "../../graphics/clutter/buildlink3.mk"


Home | Main Index | Thread Index | Old Index