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.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1328e663b04
branches: trunk
changeset: 475092:b1328e663b04
user: recht <recht%pkgsrc.org@localhost>
date: Mon May 10 00:11:07 2004 +0000
description:
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:
x11/py-gnome2/Makefile | 5 ++---
x11/py-gnome2/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 9fcc6e66281a -r b1328e663b04 x11/py-gnome2/Makefile
--- a/x11/py-gnome2/Makefile Sun May 09 23:59:55 2004 +0000
+++ b/x11/py-gnome2/Makefile Mon May 10 00:11:07 2004 +0000
@@ -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 -r 9fcc6e66281a -r b1328e663b04 x11/py-gnome2/distinfo
--- a/x11/py-gnome2/distinfo Sun May 09 23:59:55 2004 +0000
+++ b/x11/py-gnome2/distinfo Mon May 10 00:11:07 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index