diff options
author | recht <recht@pkgsrc.org> | 2004-05-10 00:11:07 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-10 00:11:07 +0000 |
commit | 1d9c8215bf8add8e5bf15316454bb1cb599ca0fc (patch) | |
tree | e3eb5d571d706577df7ea2bfcaa01ce3504ba6ad /x11 | |
parent | 1749a05be89141f776a395a2a8c4d3495e431f3f (diff) | |
download | pkgsrc-1d9c8215bf8add8e5bf15316454bb1cb599ca0fc.tar.gz |
update to 2.0.2
Changes since 2.0.0:
* gnome.canvas
- add functions and methods to allow using Bpath canvas item
- add item_list attribute to gnome.canvas.Group to contain list of child items
* gnome.vfs
- add lots of wrappers for gnome.vfs.mime_* functions
- add wrappers for gnome.vfs.xfer_* functions
- bug fixes
* bonobo
- fix reference counting of bonobo object constructors
* gnomeprint
- Add examples ported from C, found in libgnomeprintui
- Add wrappers for gnome_print_convert_distance(_full)?
- GnomeFontDialog derives from GtkDialog, not GtkWidget
- Add missing gnomeprint.Context.grestore()
* gconf
- check gconf value type on get_xxx()
- fix example simple-view.py
- misc fixes
* applet
- add PanelApplet.get_flags and PanelApplet.set_flags and respective constants
* gnome.ui
- Enable wrapper for IconTextItem.get_text()
- Add wrapper for gnome.ui.IconList.get_selection()
- Fix AboutDialog crash when translator_credits is None
- Add wrappers for gnome.ui.Client.set_xxx_command()
Changes since 2.0.1:
The only change since 2.0.1 is a small build fix that makes it possible
to build the vfs bindings again. (bug 138556)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2/Makefile | 5 | ||||
-rw-r--r-- | x11/py-gnome2/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 79d50be5601..6816b420659 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2004/03/26 02:28:02 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2004/05/10 00:11:07 recht Exp $ # -DISTNAME= gnome-python-2.0.0 +DISTNAME= gnome-python-2.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} -PKGREVISION= 11 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python/2.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/py-gnome2/distinfo b/x11/py-gnome2/distinfo index dd21ab30bd4..d2cd6037166 100644 --- a/x11/py-gnome2/distinfo +++ b/x11/py-gnome2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/09/09 13:06:20 recht Exp $ +$NetBSD: distinfo,v 1.2 2004/05/10 00:11:07 recht Exp $ -SHA1 (gnome-python-2.0.0.tar.bz2) = 03db02145baf8d9701d177866d691dd7cfa5db78 -Size (gnome-python-2.0.0.tar.bz2) = 322139 bytes +SHA1 (gnome-python-2.0.2.tar.bz2) = 1b9f90f450a1d8e215d0ef277a4d273b5a57dbbc +Size (gnome-python-2.0.2.tar.bz2) = 348277 bytes |