pkgsrc/devel/glib2/patches/patch-gobject_Makefile.am
prlw1 5a83cb4ec4 Update glib2 to 2.54.1
glib-genmarshal and glib-menums have been ported to python. To keep
glib2 a python-free zone, these have been moved with gdbus-codegen
to py-glib2-tools.

Packages needing one of those tools to build can include
devel/glib2/buildtools.mk

The licence has been changed from LGPLv2+ to LGPLv2.1+.

A full changelog is available at:
https://git.gnome.org/browse/glib/tree/NEWS?h=2.54.1
2017-10-13 15:35:10 +00:00

14 lines
477 B
Text

$NetBSD: patch-gobject_Makefile.am,v 1.1 2017/10/13 15:35:10 prlw1 Exp $
Move python scripts to py-glib2-tools package.
--- gobject/Makefile.am.orig 2017-07-13 23:03:39.000000000 +0000
+++ gobject/Makefile.am
@@ -187,7 +187,6 @@ libgobject_2_0_la_SOURCES = $(gobject_ta
# programs to compile and install
#
bin_PROGRAMS = gobject-query
-bin_SCRIPTS = glib-mkenums glib-genmarshal
# source files
gobject_query_SOURCES = gobject-query.c
# link programs against libgobject