pkgsrc/x11/py-gnome2/Makefile

46 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.129 2020/08/17 20:17:56 leot Exp $
DISTNAME= gnome-python-2.28.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/}
PKGREVISION= 46
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python/2.28/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2017-07-31 00:47:48 +02:00
HOMEPAGE= https://www.gnome.org/
COMMENT= Python binding for GNOME2
PY_PATCHPLIST= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE+= gnome-python-2.0.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= pkg-config gmake
PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gtk2
2016-02-26 11:57:45 +01:00
BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x
2011-09-14 19:56:08 +02:00
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.11.1
.include "../../devel/GConf/buildlink3.mk"
Update to 2.12.4: Overview of Changes from gnome-python 2.12.3 to gnome-python 2.12.4 =================================================================== * python gnomevfs methods - Build problem when installation prefix != /usr fixed. Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3 =================================================================== * python gnomevfs methods - Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson) - Don't map VFS method check_same_fs to move_func python method (Eitan) Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2 =================================================================== * gnomecanvas - Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo) * gnome.ui - Make 'custom_icon' arg of icon_lookup optional (Gustavo) * python gnomevfs methods - Fix handling of VFS errors from python vfs methods (Eitan Isaacson) Overview of Changes from gnome-python 2.12.0 to gnome-python 2.12.1 =================================================================== * Fix compilation on Mac OS X (dmacks@netspace.org) Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0 =================================================================== * gnomevfs - Fix invalid memory access in gnomevfs.async.xfer; - Add a new example of a GnomeVFS module written in python; - Install pygnomevfs.h for use by other python extensions; * gnomecanvas - Demonstrate how to activate AA in the canvas example. Overview of Changes from gnome-python 2.11.2 to gnome-python 2.11.3 =================================================================== * gnomecanvas - Compilation fixes with libgnomecanvas 2.11.x (Murray Cumming, Gustavo) - Add canvas-curve.py example demonstrating the use bezier objects * gconf - Fix crash when passing the wrong number of arguments to client.get_pair (Gustavo) * gnomevfs - New DNS-SD functions wrapped: dns_sd_browse_sync, dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and get_default_browse_domains (Gustavo)
2006-09-15 17:14:26 +02:00
.include "../../devel/glib2/buildlink3.mk"
update to 2.6.2 What's new since 2.0.3: * bonobo - New class UnknownBaseImpl, to allow python CORBA implementations to be used where a bonobo.Object is expected (eg. bonobo.Object.add_interface) (Gustavo) - Remove bonobo_ prefixes from all bonobo functions that still have one (Gustav o) - New function bonobo.stream_client_read (Gustavo) - New bonobo.Application API in libbonobo 2.6. * gnome.vfs - New module gnome.vfs.async, for asynchronous GnomeVFS operations (I?<83>±aki ) - Add setters for gnome.vfs.FileInfo (Gustavo) - Add function gnome.vfs.set_file_info (Gustavo) * gnome.ui - New gnome_thumbnail_* wrappers (Gustavo) * gnome - Support popt options in gnome.program_init (Rubens, Gustavo) - Support some string construct-only properties in gnome.program_init (Gustavo) - Reset LC_NUMERIC to C after gnome.program_init (Gustavo) - New type wrapper for GnomeModuleInfo, add functions to retrieve all the GnomeModuleInfo's (Rubens) - Support the 'module_info' parameter in gnome.program_init (Rubens) * gtkhtml2 - Add function html_selection_get_text (Juri Pakaste) * gnome.nautilus - Follow changes in open_location_* API in nautilus 2.6 (Gustavo) * misc - zvt module removed, in favour of external vte python bindings (James) Overview of Changes from gnome-python 2.5.90 to gnome-python 2.6.0 =================================================================== * bonobo - bonobo.AppClient is only a GObject, not a BonoboObject (Gustavo) - bonobo.event_source_client_add_listener now returns the new listener, to allow future disconnection (Gustavo) - Remove CORBA exceptions from all bonobo callbacks (Gustavo) - Fix a bug in bonobo.generic_factory_main (Gustavo) * gnomeprint - Add new pango/gnomeprint integration API if libgnomeprint 2.8 is installed (Gustavo) * vfs - Add missing bytes_requested parameter to read/write callbacks of async operations (Gustavo) - Raise exception when trying to subclass vfs types (Gustavo, James) * applet - Workaround problem in PanelApplet constructor (Gustavo) - Fix initialization of bonobo (Gustavo) * general - Mixed 32/64 bit architecture installation fixes (Jonathan Blandford) - Add gnome_python_version variable to the gnome module (Gustavo) - Resolve all known compiler warnings (Gustavo) Overview of Changes from gnome-python 2.6.0 to gnome-python 2.6.1 ================================================================= * gnome.vfs - 64 bit fixes in async operations (Benoît Dejean) - Better parameter handling in vfs_read (Benoît Dejean) * gnome.canvas - Allow subclassing without __gobject_init__ (Gustavo) * gtkhtml2 - Workaround gtkhtml2 initialization bug (Jonathan Blandford) * general - Include a couple of missing bonobo examples in the tarball (N. V. Shmyrev) - Add runtime check for required pygtk version (Gustavo) Overview of Changes from gnome-python 2.6.1 to gnome-python 2.6.2 ================================================================= * gnome.vfs - Fix blocking of threads when calling read_entire_file() and bunch of others; - gnome.vfs.xfer_* fixes.
2004-12-29 12:10:56 +01:00
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
BUILDLINK_API_DEPENDS.pyorbit+= ${PYPKGPREFIX}-ORBit>=2.0.1
2004-02-19 22:36:39 +01:00
.include "../../net/py-ORBit/buildlink3.mk"
2007-09-20 01:13:12 +02:00
BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.9.3
.include "../../sysutils/gnome-vfs/buildlink3.mk"
BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.6.2
Update to 2.12.4: Overview of Changes from gnome-python 2.12.3 to gnome-python 2.12.4 =================================================================== * python gnomevfs methods - Build problem when installation prefix != /usr fixed. Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3 =================================================================== * python gnomevfs methods - Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson) - Don't map VFS method check_same_fs to move_func python method (Eitan) Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2 =================================================================== * gnomecanvas - Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo) * gnome.ui - Make 'custom_icon' arg of icon_lookup optional (Gustavo) * python gnomevfs methods - Fix handling of VFS errors from python vfs methods (Eitan Isaacson) Overview of Changes from gnome-python 2.12.0 to gnome-python 2.12.1 =================================================================== * Fix compilation on Mac OS X (dmacks@netspace.org) Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0 =================================================================== * gnomevfs - Fix invalid memory access in gnomevfs.async.xfer; - Add a new example of a GnomeVFS module written in python; - Install pygnomevfs.h for use by other python extensions; * gnomecanvas - Demonstrate how to activate AA in the canvas example. Overview of Changes from gnome-python 2.11.2 to gnome-python 2.11.3 =================================================================== * gnomecanvas - Compilation fixes with libgnomecanvas 2.11.x (Murray Cumming, Gustavo) - Add canvas-curve.py example demonstrating the use bezier objects * gconf - Fix crash when passing the wrong number of arguments to client.get_pair (Gustavo) * gnomevfs - New DNS-SD functions wrapped: dns_sd_browse_sync, dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and get_default_browse_domains (Gustavo)
2006-09-15 17:14:26 +02:00
.include "../../x11/gtk2/buildlink3.mk"
2004-02-19 22:36:39 +01:00
.include "../../x11/py-gtk2/buildlink3.mk"
2004-02-19 22:36:39 +01:00
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"