234cb4ccdf
2.16.1 22-feb-2009 - Apply the patch provided by Cygwin Ports maintainer (Paul Pogonyshev, #564018) - Bad -I ordering can break build, patch from [dmacks netspace org] (Gian Mario Tagliaretti, #566737) - Fix keyword list to be in sync with positional arguments (Paul, #566744) - Add a comment explaining why the two for loops for registering interfaces (Gustavo Carneiro) - Huge cleanup of GIO overrides (Paul, #566706) - gtk.Buildable interface method override is not recognized (Paul, #566571) - Do not escape the ampersand "&" in entity references. Replace some unusual entity references in the output with their literal values. (Daniel Elstner, #568485) - gio.InputStream.read_async can cause memory corruption. (Paul, #567792) - Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350) - Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427) - non-async functions don't release python locks before calling blocking C functions (Gian, Gustavo, #556250) - Change comment to avoid false positives when grep'ing for deprecated gtk functions (Andre Klapper) - ltihooks.py updating license header from GPL to LGPL (James Henstridge)
25 lines
707 B
Text
25 lines
707 B
Text
# $NetBSD: Makefile.common,v 1.12 2009/02/22 13:59:47 wiz Exp $
|
|
#
|
|
# used by devel/py-gobject/Makefile
|
|
# used by devel/py-gobject-shared/Makefile
|
|
|
|
DISTNAME= pygobject-2.16.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.16/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pygtk.org/
|
|
COMMENT= Python bindings for glib2 gobject
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
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
|
|
CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4
|