4ba4ce8608
2.28.7: - Move property and signal creation into _class_init() - gio-types.defs: change some enums to flags - Fix set_qdata warning on accessing NULL gobject property - Disable introspection support by default - Don't install codegen for Python 3 - Ship tests/te_ST@nouppera in release tarballs for tests to succeed - [gi] Port test_properties from static gio to GI Gio - [python3] fix build. PYcairo_IMPORT doesn't exists anymore - [python3] Fix maketrans import - [gi-overrides] fix MessageBox so it correctly handles the type constructor param - gdbus tests: Fix hang if test case fails - Fix crash in Gtk.TextIter overrides - correctly initialize the _gi_cairo_functions array to be zero filled - [gtk-override] print warning if user imports Gtk 2.0 - Add support for enums in gobject.property
28 lines
774 B
Text
28 lines
774 B
Text
# $NetBSD: Makefile.common,v 1.21 2018/01/23 11:23:13 adam Exp $
|
|
#
|
|
# used by devel/py-gobject/Makefile
|
|
# used by devel/py-gobject-shared/Makefile
|
|
|
|
DISTNAME= pygobject-2.28.7
|
|
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_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake 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
|