pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-gnome2 update to 2.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/718117158816
branches:  trunk
changeset: 486528:718117158816
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Dec 29 11:10:56 2004 +0000

description:
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.

diffstat:

 x11/py-gnome2/Makefile |  18 ++++++++++++------
 x11/py-gnome2/PLIST    |   5 ++---
 x11/py-gnome2/distinfo |   6 +++---
 3 files changed, 17 insertions(+), 12 deletions(-)

diffs (89 lines):

diff -r c15e80d1c3b2 -r 718117158816 x11/py-gnome2/Makefile
--- a/x11/py-gnome2/Makefile    Wed Dec 29 11:04:45 2004 +0000
+++ b/x11/py-gnome2/Makefile    Wed Dec 29 11:10:56 2004 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:37 tv Exp $
+# $NetBSD: Makefile,v 1.20 2004/12/29 11:10:56 recht Exp $
 #
 
-DISTNAME=      gnome-python-2.0.2
+DISTNAME=      gnome-python-2.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/}
-PKGREVISION=   1
 CATEGORIES=    x11 python
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-python/2.0/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-python/2.6/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    recht%NetBSD.org@localhost
@@ -19,18 +18,25 @@
 GNU_CONFIGURE= YES
 CONFIGURE_ENV+=        PYTHON=${PYTHONBIN}
 
-PYTHON_VERSIONS_ACCEPTED=      23pth 22pth
+PYTHON_VERSIONS_ACCEPTED=      24pth 23pth 22pth
 BUILDLINK_DEPENDS.python22-pth=        python22-pth>=2.2.2nb2
 
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
 
+.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../graphics/libgnomecanvas/buildlink3.mk"
 .include "../../net/py-ORBit/buildlink3.mk"
+.include "../../print/libgnomeprint/buildlink3.mk"
 .include "../../print/libgnomeprintui/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
 .include "../../sysutils/nautilus/buildlink3.mk"
 .include "../../www/libgtkhtml/buildlink3.mk"
-.include "../../x11/libzvt/buildlink3.mk"
 .include "../../x11/gnome-panel/buildlink3.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 
diff -r c15e80d1c3b2 -r 718117158816 x11/py-gnome2/PLIST
--- a/x11/py-gnome2/PLIST       Wed Dec 29 11:04:45 2004 +0000
+++ b/x11/py-gnome2/PLIST       Wed Dec 29 11:10:56 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:10:06 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/12/29 11:10:56 recht Exp $
 lib/pkgconfig/gnome-python-2.0.pc
 ${PYSITELIB}/gtk-2.0/bonobo/__init__.py
 ${PYSITELIB}/gtk-2.0/bonobo/__init__.pyc
@@ -16,7 +16,6 @@
 ${PYSITELIB}/gtk-2.0/gnome/nautilus.la
 ${PYSITELIB}/gtk-2.0/gnome/ui.la
 ${PYSITELIB}/gtk-2.0/gnome/vfs.la
-${PYSITELIB}/gtk-2.0/gnome/zvt.la
 ${PYSITELIB}/gtk-2.0/gnomeprint/__init__.py
 ${PYSITELIB}/gtk-2.0/gnomeprint/__init__.pyc
 ${PYSITELIB}/gtk-2.0/gnomeprint/__init__.pyo
@@ -31,13 +30,13 @@
 share/pygtk/2.0/defs/bonoboui.defs
 share/pygtk/2.0/defs/canvas.defs
 share/pygtk/2.0/defs/gconf.defs
+share/pygtk/2.0/defs/gnome-types.defs
 share/pygtk/2.0/defs/gnome.defs
 share/pygtk/2.0/defs/gtkhtml2.defs
 share/pygtk/2.0/defs/nautilus.defs
 share/pygtk/2.0/defs/print.defs
 share/pygtk/2.0/defs/printui.defs
 share/pygtk/2.0/defs/ui.defs
-share/pygtk/2.0/defs/zvt.defs
 @comment in py-gtk2: @dirrm share/pygtk/2.0/defs
 @dirrm ${PYSITELIB}/gtk-2.0/gnomeprint
 @dirrm ${PYSITELIB}/gtk-2.0/gnome
diff -r c15e80d1c3b2 -r 718117158816 x11/py-gnome2/distinfo
--- a/x11/py-gnome2/distinfo    Wed Dec 29 11:04:45 2004 +0000
+++ b/x11/py-gnome2/distinfo    Wed Dec 29 11:10:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/05/10 00:11:07 recht Exp $
+$NetBSD: distinfo,v 1.3 2004/12/29 11:10:56 recht Exp $
 
-SHA1 (gnome-python-2.0.2.tar.bz2) = 1b9f90f450a1d8e215d0ef277a4d273b5a57dbbc
-Size (gnome-python-2.0.2.tar.bz2) = 348277 bytes
+SHA1 (gnome-python-2.6.2.tar.bz2) = d4b79119496c277061b99534a7b4e5bbe8b2ba57
+Size (gnome-python-2.6.2.tar.bz2) = 371945 bytes



Home | Main Index | Thread Index | Old Index