e2f1248b39
2.28.6 11-Jun-1011 - closure: avoid double free crash (Ignacio Casal Quinteiro) - [gi] backport of "GVariant has a GType" fe386a (John (J5) Palmieri) - [gi] fixes to backport commit 6b5a65 - in older glib GVariants are still structs (John (J5) Palmieri) - GVariantType is a boxed struct (Tomeu Vizoso) - Use _gi.Struct to wrap fundamentals (Tomeu Vizoso) - Added __eq__ method for Gdk.Color and Gdk.RGBA (Jason Siefken) - Remove useless import (Ignacio Casal Quinteiro) - Revert "[gi] Removed hack to avoid using GLib.Variant.new_variant." (Ignacio Casal Quinteiro) - closure: Check the out arg is not null. Fixes bug #651812 (Ignacio Casal Quinteiro) - Fix GC-related crash during PyGObject deallocation (Daniel Drake) - Fix symbol names to be locale independent (Martin Pitt) - Updated DOAP file (Sebastian Pölsterl)
28 lines
804 B
Text
28 lines
804 B
Text
# $NetBSD: Makefile.common,v 1.19 2011/09/12 22:01:34 wiz Exp $
|
|
#
|
|
# used by devel/py-gobject/Makefile
|
|
# used by devel/py-gobject-shared/Makefile
|
|
|
|
DISTNAME= pygobject-2.28.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.28/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pygtk.org/
|
|
COMMENT= Python bindings for glib2 gobject
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
|
|
PATCHDIR= ${.CURDIR}/../../devel/py-gobject/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/py-gobject/distinfo
|
|
|
|
PKGCONFIG_OVERRIDE+= pygobject-2.0.pc.in
|
|
PY_PATCHPLIST= yes
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
|
CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4
|