diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-07 20:40:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-07 20:40:18 +0000 |
commit | 9ba4a6165137422296330ac1ad7ef15459777ce5 (patch) | |
tree | 4978886d62c2224f1fb2487b398205cddb30f494 | |
parent | 3694510bfe36229977559a10fb0dcd0ca5936ded (diff) | |
download | pkgsrc-9ba4a6165137422296330ac1ad7ef15459777ce5.tar.gz |
update to 2.10.4
changes:
- Documentation build fixes
- Return NULL on error in TextBuffer.register_serialize_format
- Do not overwrite sys.argv
- Add status icon example
- Make it possible to remove rows in the gtk.TreeModel.foreach callback
- Code generator fix for %define
- Duplicate GdkEvent.string member when setting it
- Make it possible to use automake 1.10
- distutils build fixes
- Allow None to be passed into gdk.Display
- Undeprecate gtk.container_class_list_child_properties
- Fix memory leak in gtk.Container.child_get
-rw-r--r-- | x11/py-gtk2/Makefile | 5 | ||||
-rw-r--r-- | x11/py-gtk2/PLIST | 9 | ||||
-rw-r--r-- | x11/py-gtk2/distinfo | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index c71a6a5549b..78593faee20 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2007/01/24 19:44:20 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2007/02/07 20:40:18 drochner Exp $ # -DISTNAME= pygtk-2.10.3 +DISTNAME= pygtk-2.10.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} -PKGREVISION= 1 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.10/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/py-gtk2/PLIST b/x11/py-gtk2/PLIST index 7125f2b4063..70e9d068905 100644 --- a/x11/py-gtk2/PLIST +++ b/x11/py-gtk2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2007/01/24 19:44:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2007/02/07 20:40:18 drochner Exp $ bin/pygtk-codegen-2.0 bin/pygtk-demo include/pygtk-2.0/pygtk/pygtk.h @@ -72,6 +72,9 @@ lib/pygtk/2.0/demos/print_editor.pyo lib/pygtk/2.0/demos/sizegroup.py lib/pygtk/2.0/demos/sizegroup.pyc lib/pygtk/2.0/demos/sizegroup.pyo +lib/pygtk/2.0/demos/statusicon.py +lib/pygtk/2.0/demos/statusicon.pyc +lib/pygtk/2.0/demos/statusicon.pyo lib/pygtk/2.0/demos/stock_browser.py lib/pygtk/2.0/demos/stock_browser.pyc lib/pygtk/2.0/demos/stock_browser.pyo @@ -386,7 +389,6 @@ share/gtk-doc/html/pygtk/pangocairo-class-reference.html share/gtk-doc/html/pygtk/pangocairo-constants.html share/gtk-doc/html/pygtk/pangocairo-functions.html share/gtk-doc/html/pygtk/pygtk-introduction.html -share/gtk-doc/html/pygtk/pygtk-reference-copyright.html share/gtk-doc/html/pygtk/pygtk-reference-format.html share/gtk-doc/html/pygtk/pygtk.devhelp share/gtk-doc/html/pygtk/style.css @@ -402,6 +404,9 @@ share/pygtk/2.0/codegen/argtypes.pyo share/pygtk/2.0/codegen/codegen.py share/pygtk/2.0/codegen/codegen.pyc share/pygtk/2.0/codegen/codegen.pyo +share/pygtk/2.0/codegen/createdefs.py +share/pygtk/2.0/codegen/createdefs.pyc +share/pygtk/2.0/codegen/createdefs.pyo share/pygtk/2.0/codegen/definitions.py share/pygtk/2.0/codegen/definitions.pyc share/pygtk/2.0/codegen/definitions.pyo diff --git a/x11/py-gtk2/distinfo b/x11/py-gtk2/distinfo index 432940f442b..74f315bfa53 100644 --- a/x11/py-gtk2/distinfo +++ b/x11/py-gtk2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2006/10/12 13:55:38 drochner Exp $ +$NetBSD: distinfo,v 1.16 2007/02/07 20:40:18 drochner Exp $ -SHA1 (pygtk-2.10.3.tar.bz2) = a8d2ac12b4ba3801a00269e49a2444fa472169a7 -RMD160 (pygtk-2.10.3.tar.bz2) = 4e10583da73f4c135c86788e2af7ef11d3c57dd2 -Size (pygtk-2.10.3.tar.bz2) = 1977441 bytes +SHA1 (pygtk-2.10.4.tar.bz2) = 04cae6e3abfe66eea4c8b9b7c93ec0918f6e5e51 +RMD160 (pygtk-2.10.4.tar.bz2) = 7f3d301ee866d6c3b893b6ff05ef0bdf7fb10c4e +Size (pygtk-2.10.4.tar.bz2) = 1888801 bytes |