pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libpeas
Module Name: pkgsrc
Committed By: nia
Date: Mon Apr 12 13:31:14 UTC 2021
Modified Files:
pkgsrc/devel/libpeas: Makefile
Log Message:
libpeas: make python dependencies explicit
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/libpeas/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libpeas/Makefile
diff -u pkgsrc/devel/libpeas/Makefile:1.48 pkgsrc/devel/libpeas/Makefile:1.49
--- pkgsrc/devel/libpeas/Makefile:1.48 Mon Aug 17 20:17:23 2020
+++ pkgsrc/devel/libpeas/Makefile Mon Apr 12 13:31:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/08/17 20:17:23 leot Exp $
+# $NetBSD: Makefile,v 1.49 2021/04/12 13:31:13 nia Exp $
DISTNAME= libpeas-1.26.0
PKGREVISION= 1
@@ -11,7 +11,14 @@ HOMEPAGE= https://wiki.gnome.org/Project
COMMENT= GObject-based plugins engine
LICENSE= gnu-lgpl-v2.1
-USE_TOOLS+= intltool msgfmt pkg-config
+USE_TOOLS+= msgfmt pkg-config
+
+# XXX: revisit at later date if something needs this
+MESON_ARGS+= -Dpython2=false
+MESON_ARGS+= -Dpython3=false
+MESON_ARGS+= -Dlua51=false
+
+PYTHON_FOR_BUILD_ONLY= tool
PKGCONFIG_OVERRIDE+= output/meson-private/libpeas-gtk-1.0.pc
PKGCONFIG_OVERRIDE+= output/meson-private/libpeas-1.0.pc
@@ -24,7 +31,6 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.3
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.39.0
.include "../../devel/gobject-introspection/buildlink3.mk"
-#.include "../../devel/py-gobject3-common/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/meson/build.mk"
Home |
Main Index |
Thread Index |
Old Index