pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-gtk2 update to 2.10.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/b13ac2582936
branches: trunk
changeset: 525153:b13ac2582936
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Feb 07 20:40:18 2007 +0000
description:
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
diffstat:
x11/py-gtk2/Makefile | 5 ++---
x11/py-gtk2/PLIST | 9 +++++++--
x11/py-gtk2/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r 539ca429a948 -r b13ac2582936 x11/py-gtk2/Makefile
--- a/x11/py-gtk2/Makefile Wed Feb 07 20:38:04 2007 +0000
+++ b/x11/py-gtk2/Makefile Wed Feb 07 20:40:18 2007 +0000
@@ -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 -r 539ca429a948 -r b13ac2582936 x11/py-gtk2/PLIST
--- a/x11/py-gtk2/PLIST Wed Feb 07 20:38:04 2007 +0000
+++ b/x11/py-gtk2/PLIST Wed Feb 07 20:40:18 2007 +0000
@@ -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/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-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/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 -r 539ca429a948 -r b13ac2582936 x11/py-gtk2/distinfo
--- a/x11/py-gtk2/distinfo Wed Feb 07 20:38:04 2007 +0000
+++ b/x11/py-gtk2/distinfo Wed Feb 07 20:40:18 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index