summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner>2007-02-07 20:40:18 +0000
committerdrochner <drochner>2007-02-07 20:40:18 +0000
commit42247f8cc4fa911357d1059d24024e0efa105c41 (patch)
tree4978886d62c2224f1fb2487b398205cddb30f494 /x11
parent5148740e7ba88086f63feb3bd3d194c45a6aff43 (diff)
downloadpkgsrc-42247f8cc4fa911357d1059d24024e0efa105c41.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
Diffstat (limited to 'x11')
-rw-r--r--x11/py-gtk2/Makefile5
-rw-r--r--x11/py-gtk2/PLIST9
-rw-r--r--x11/py-gtk2/distinfo8
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