summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-09-15 15:14:16 +0000
committerjmmv <jmmv>2006-09-15 15:14:16 +0000
commitda1c8aac274ee489142c04b36f5804f7b8cb8a61 (patch)
tree5ec0ab9d978f24b6774ececc6931bc9ca9425c34 /x11
parent2dfe258ecc5bb0e9f5bca7c82a2d3c189effce95 (diff)
downloadpkgsrc-da1c8aac274ee489142c04b36f5804f7b8cb8a61.tar.gz
Update to 2.10.1:
pygtk-2.10.0 4-september-2006 - Issue a warning when a DISPLAY is not set (#316877, Johan, Jeremey Katz) - Copy style.css from pygobject docs when installing docs. (#351385 Gian Mario Tagliaretti) - Include the built docs in the tarball (Johan) pygtk-2.9.6 8-august-2006 - GtkTreePath can be converted from integers again (#350252, Gustavo, Sebastien Bacher) - Fix parallel build (#350225, Ed Catmur) - Reduce exception abuse in code generator (Gustavo) - Documentation improvements (Johan, John) pygtk-2.9.5 6-august-2006 - Make it possible to build with GTK+ 2.10 (#350008, Joseph Sacco) - Make sure dir(gtk.keysyms) work again (#349892, Johan, John) - reloading the gtk module works again (#349026, Johan, Alexander Larsson) pygtk-2.9.4 4-august-2006 - Include John Finlay's PyGTK reference manual (Johan, John) - Setters and getters for GtkWidget.activate_signal (#331445, Gustavo) - GtkToolItemType setter/getter (#331355, Gustavo) - Code generator fixes (Gustavo, Johan, John, Yevgen Muntyan, Gustavo) - Add more gtk+ 2.10 API (#337011, John, Sebastian Pölsterl) - Don't copy treeiters in callbacks (#347273, John, Stefano Maggiolo) - Provide full information for GtkTreeSelection.set_select_function (#340475 John, Wouter Bolsterlee) - Export less symbols and reduce the size of the libraries (#347825, Rafael Espíndola) - Allow negative values for GtkTreeModel.set/getitem (#311852, Baiju M) - Much improved interface/virtual method support (John) - Remove evil 100ms timeout timer (#348937, Gustavo) pygtk-2.9.3 12-july-2006 - Update to latest gtk+ 2.10 API changes (#345447, #345623, Newren, Peters) - Many more new gtk+ 2.10 APIs wrapped (Finlay) - Wrap gtk_widget_class_find_style_property (Finlay) - gtk.gdk.CairoContext.rectangle bug fix (Gustavo) - Update defs for atk 1.8 (Finlay) - Misc. module cleanups (Dahlin) - New pango APIs wrapped (Finlay) - Fix refcount error in gtk.Clipboard (#343960, Gustavo, Finlay) - Enable GDK X11-specific APIs available also with gtk+ 2.8 (Gustavo) - Lazy loading of the gtk.keysyms module (Johan Dahlin) pygtk-2.9.2 15-june-2006 - Fix a codegen bug that prevent build of other extensions (344845, Gustavo) - Builds with pycairo 1.1.6 (344957, Gustavo) - gtk.TextBuffer rich text copy and serialization (Finlay) - Correct Print Editor example (Gustavo) pygtk-2.9.1 13-june-2006 - Allow gtk.TreeSortable.set_default_sort_func callback to be None (Johan, Patrick O'Brien) - Add API to unset the g_log handlers (#323786, Johan) - Allow the gtk module to be imported without DISPLAY (#316877, Johan) - Code cleanup and fixes considering Coverity reports (Johan) - Add codegen support for const-Object return type (#169204, Gustavo) - Add codgen support for unblocking threads around method calls (Gustavo) - Wrap gdk_event_handler_set (Johan) - Codegen reverse wrapper bug fix (#340162, Yevgen Muntyan) - Wrap GdkRegion (John Ehresman) - Add codegen support for ignore-type statement in override (Johan) - Add conditional support for gtk+ 2.10 API, especially printing (Johan, Finlay, Gustavo) - Complete the support for gtk.Container virtual methods (#341641, Gustavo) - Fix misc. reference leaks (Finlay, Gustavo) - Allow None parameter in pangocairo.CairoContext.set_font_options (Finlay) - Complete the support for gtk.CellRenderer virtual methods (#339431, Gustavo) - IconView.set_cursor method params 'cell' and 'start_editing' made optional (#343039, Ross Burton, Finlay) - Wrap a few more gdk_cairo_* methods (Finlay) - Add a 'selection' field to gdk.OWNER_CHANGE events (Finlay) - Allow None in gtk.Entry.set_inner_border() (Finlay) - gtk.Clipboard rich text methods (Finlay) - Add gtk.MessageDialog.set_image() (Finlay) - Wrap gtk_link_button_set_uri_hook() (Finlay) - Allow None in gtk.Widget.input_shape_combine_mask() (Finlay) - Allow gtk.LinkButton() constructor to optionally receive a label (Finlay) - Allow None in gtk.Label.set_mnemonic_widget() (Johan) - Wrap a bunch of X11 specific gdk methods (Gustavo) - Add gtk.SizeGroup.get_widgets() (Finlay) - Wrap gtk_style_lookup_color() (Finlay) - Wrap a bunch of gtk treeview grid lines methods (Finlay) - Better Drag and drop API support (Finlay) - Add -I option to codegen (defs search path) (Gustavo) pygtk-2.9.0 04-april-2006 - Remove gobject, pygobject is now a hard dependency - Set encoding in pango instead of gtk (328031) - Wrap gdk.Screen.get_rgba_colormap/get_rgbma_visual (328996, Marco Cabizza) - Remove private gtk wrappers (321476) - Add a bunch of missing wrappers (316881, John Finlay) - Add inout support in reverse wrappers (335964, Gustavo) - Update h2defs to allow whitespace before parenthesis (317124) - Make it possible to reimplement interfaces (334986, Gustavo) - Allow log_handler to be called when python is not initialized (334188, Gustavo) - Support for const object args (wollny@cbs.mpg.de, Gustavo) - Export pygtk tree model api (318021, Gustavo) - Allow overrides to be in base classes (327715, Gustavo) - Wrap a pango cairo font options acecssors (328108, Rauli Ruohonen) - Add GDK_PARENT_RELATIVE relative handling (320248, Johan, Nikos Kouremenos) - Improve pixbuf demo (327931, Ben Caradoc-Davies) - Set default markup accel marker to \x00 (329658, Johan, Johan Svedberg) - Set 1 as default argument to SpinButton.spin() (325452, Sebastian Rittau) - Wrap gdk.Drawable.gdk_draw_indexed_image (333431, Johan, Hamish Moffatt) - Mark rowreference.free() as deprecated (309811, Gustavo) - Rename name of first keyword argument to pango.LayoutLine.index_to_x (316581, Gustavo, John Finlay) - Run reindent on all python code (325320, Johan) - Improve generictreemodel example (311459, Steven Kennedy) - Wrap gdk.Pixbuf.rotate_simple (314164, Karel Vervaeke) - Use in argument in gtk.TreeView.cell_get_size (326357, John Ehresman)
Diffstat (limited to 'x11')
-rw-r--r--x11/py-gtk2/Makefile9
-rw-r--r--x11/py-gtk2/PLIST309
-rw-r--r--x11/py-gtk2/distinfo8
3 files changed, 317 insertions, 9 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index dcbb62d7aa5..92eb7222245 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.36 2006/04/27 20:33:06 drochner Exp $
+# $NetBSD: Makefile,v 1.37 2006/09/15 15:14:16 jmmv Exp $
#
-DISTNAME= pygtk-2.8.6
+DISTNAME= pygtk-2.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
CATEGORIES= x11 python
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= recht@NetBSD.org
@@ -22,7 +22,10 @@ USE_TOOLS+= gmake pkg-config
PYTHON_VERSIONS_ACCEPTED= 24 23
+BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.12.1
+
.include "../../devel/libglade2/buildlink3.mk"
+.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff --git a/x11/py-gtk2/PLIST b/x11/py-gtk2/PLIST
index 8147f2fc492..f84bdf77d4c 100644
--- a/x11/py-gtk2/PLIST
+++ b/x11/py-gtk2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/02/07 21:27:28 drochner Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/09/15 15:14:16 jmmv Exp $
bin/pygtk-codegen-2.0
bin/pygtk-demo
include/pygtk-2.0/pygtk/pygtk.h
@@ -66,6 +66,9 @@ lib/pygtk/2.0/demos/panes.pyo
lib/pygtk/2.0/demos/pixbufs.py
lib/pygtk/2.0/demos/pixbufs.pyc
lib/pygtk/2.0/demos/pixbufs.pyo
+lib/pygtk/2.0/demos/print_editor.py
+lib/pygtk/2.0/demos/print_editor.pyc
+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
@@ -92,14 +95,304 @@ ${PYSITELIB}/gtk-2.0/gtk/__init__.py
${PYSITELIB}/gtk-2.0/gtk/__init__.pyc
${PYSITELIB}/gtk-2.0/gtk/__init__.pyo
${PYSITELIB}/gtk-2.0/gtk/_gtk.la
+${PYSITELIB}/gtk-2.0/gtk/_lazyutils.py
+${PYSITELIB}/gtk-2.0/gtk/_lazyutils.pyc
+${PYSITELIB}/gtk-2.0/gtk/_lazyutils.pyo
${PYSITELIB}/gtk-2.0/gtk/compat.py
${PYSITELIB}/gtk-2.0/gtk/compat.pyc
${PYSITELIB}/gtk-2.0/gtk/compat.pyo
+${PYSITELIB}/gtk-2.0/gtk/deprecation.py
+${PYSITELIB}/gtk-2.0/gtk/deprecation.pyc
+${PYSITELIB}/gtk-2.0/gtk/deprecation.pyo
${PYSITELIB}/gtk-2.0/gtk/glade.la
${PYSITELIB}/gtk-2.0/gtk/keysyms.py
${PYSITELIB}/gtk-2.0/gtk/keysyms.pyc
${PYSITELIB}/gtk-2.0/gtk/keysyms.pyo
+${PYSITELIB}/gtk-2.0/gtkunixprint.la
${PYSITELIB}/gtk-2.0/pango.la
+${PYSITELIB}/gtk-2.0/pangocairo.la
+share/gtk-doc/html/pygtk/atk-class-reference.html
+share/gtk-doc/html/pygtk/atk-constants.html
+share/gtk-doc/html/pygtk/class-atkaction.html
+share/gtk-doc/html/pygtk/class-atkcomponent.html
+share/gtk-doc/html/pygtk/class-atkdocument.html
+share/gtk-doc/html/pygtk/class-atkeditabletext.html
+share/gtk-doc/html/pygtk/class-atkgobjectaccessible.html
+share/gtk-doc/html/pygtk/class-atkhyperlink.html
+share/gtk-doc/html/pygtk/class-atkhypertext.html
+share/gtk-doc/html/pygtk/class-atkimage.html
+share/gtk-doc/html/pygtk/class-atkimplementor.html
+share/gtk-doc/html/pygtk/class-atknoopobject.html
+share/gtk-doc/html/pygtk/class-atknoopobjectfactory.html
+share/gtk-doc/html/pygtk/class-atkobject.html
+share/gtk-doc/html/pygtk/class-atkobjectfactory.html
+share/gtk-doc/html/pygtk/class-atkrectangle.html
+share/gtk-doc/html/pygtk/class-atkregistry.html
+share/gtk-doc/html/pygtk/class-atkrelation.html
+share/gtk-doc/html/pygtk/class-atkrelationset.html
+share/gtk-doc/html/pygtk/class-atkselection.html
+share/gtk-doc/html/pygtk/class-atkstateset.html
+share/gtk-doc/html/pygtk/class-atkstreamablecontent.html
+share/gtk-doc/html/pygtk/class-atktable.html
+share/gtk-doc/html/pygtk/class-atktext.html
+share/gtk-doc/html/pygtk/class-atkvalue.html
+share/gtk-doc/html/pygtk/class-gdkatom.html
+share/gtk-doc/html/pygtk/class-gdkcairocontext.html
+share/gtk-doc/html/pygtk/class-gdkcolor.html
+share/gtk-doc/html/pygtk/class-gdkcolormap.html
+share/gtk-doc/html/pygtk/class-gdkcursor.html
+share/gtk-doc/html/pygtk/class-gdkdevice.html
+share/gtk-doc/html/pygtk/class-gdkdisplay.html
+share/gtk-doc/html/pygtk/class-gdkdisplaymanager.html
+share/gtk-doc/html/pygtk/class-gdkdragcontext.html
+share/gtk-doc/html/pygtk/class-gdkdrawable.html
+share/gtk-doc/html/pygtk/class-gdkevent.html
+share/gtk-doc/html/pygtk/class-gdkgc.html
+share/gtk-doc/html/pygtk/class-gdkimage.html
+share/gtk-doc/html/pygtk/class-gdkkeymap.html
+share/gtk-doc/html/pygtk/class-gdkpangorenderer.html
+share/gtk-doc/html/pygtk/class-gdkpixbuf.html
+share/gtk-doc/html/pygtk/class-gdkpixbufanimation.html
+share/gtk-doc/html/pygtk/class-gdkpixbufanimationiter.html
+share/gtk-doc/html/pygtk/class-gdkpixbufloader.html
+share/gtk-doc/html/pygtk/class-gdkpixmap.html
+share/gtk-doc/html/pygtk/class-gdkrectangle.html
+share/gtk-doc/html/pygtk/class-gdkregion.html
+share/gtk-doc/html/pygtk/class-gdkscreen.html
+share/gtk-doc/html/pygtk/class-gdkvisual.html
+share/gtk-doc/html/pygtk/class-gdkwindow.html
+share/gtk-doc/html/pygtk/class-gladexml.html
+share/gtk-doc/html/pygtk/class-gtkaboutdialog.html
+share/gtk-doc/html/pygtk/class-gtkaccelgroup.html
+share/gtk-doc/html/pygtk/class-gtkaccellabel.html
+share/gtk-doc/html/pygtk/class-gtkaccelmap.html
+share/gtk-doc/html/pygtk/class-gtkaccessible.html
+share/gtk-doc/html/pygtk/class-gtkaction.html
+share/gtk-doc/html/pygtk/class-gtkactiongroup.html
+share/gtk-doc/html/pygtk/class-gtkadjustment.html
+share/gtk-doc/html/pygtk/class-gtkalignment.html
+share/gtk-doc/html/pygtk/class-gtkarrow.html
+share/gtk-doc/html/pygtk/class-gtkaspectframe.html
+share/gtk-doc/html/pygtk/class-gtkassistant.html
+share/gtk-doc/html/pygtk/class-gtkbin.html
+share/gtk-doc/html/pygtk/class-gtkborder.html
+share/gtk-doc/html/pygtk/class-gtkbox.html
+share/gtk-doc/html/pygtk/class-gtkbutton.html
+share/gtk-doc/html/pygtk/class-gtkbuttonbox.html
+share/gtk-doc/html/pygtk/class-gtkcalendar.html
+share/gtk-doc/html/pygtk/class-gtkcelleditable.html
+share/gtk-doc/html/pygtk/class-gtkcelllayout.html
+share/gtk-doc/html/pygtk/class-gtkcellrenderer.html
+share/gtk-doc/html/pygtk/class-gtkcellrendereraccel.html
+share/gtk-doc/html/pygtk/class-gtkcellrenderercombo.html
+share/gtk-doc/html/pygtk/class-gtkcellrendererpixbuf.html
+share/gtk-doc/html/pygtk/class-gtkcellrendererprogress.html
+share/gtk-doc/html/pygtk/class-gtkcellrendererspin.html
+share/gtk-doc/html/pygtk/class-gtkcellrenderertext.html
+share/gtk-doc/html/pygtk/class-gtkcellrenderertoggle.html
+share/gtk-doc/html/pygtk/class-gtkcellview.html
+share/gtk-doc/html/pygtk/class-gtkcheckbutton.html
+share/gtk-doc/html/pygtk/class-gtkcheckmenuitem.html
+share/gtk-doc/html/pygtk/class-gtkclipboard.html
+share/gtk-doc/html/pygtk/class-gtkcolorbutton.html
+share/gtk-doc/html/pygtk/class-gtkcolorselection.html
+share/gtk-doc/html/pygtk/class-gtkcolorselectiondialog.html
+share/gtk-doc/html/pygtk/class-gtkcombo.html
+share/gtk-doc/html/pygtk/class-gtkcombobox.html
+share/gtk-doc/html/pygtk/class-gtkcomboboxentry.html
+share/gtk-doc/html/pygtk/class-gtkcontainer.html
+share/gtk-doc/html/pygtk/class-gtkcurve.html
+share/gtk-doc/html/pygtk/class-gtkdialog.html
+share/gtk-doc/html/pygtk/class-gtkdrawingarea.html
+share/gtk-doc/html/pygtk/class-gtkeditable.html
+share/gtk-doc/html/pygtk/class-gtkentry.html
+share/gtk-doc/html/pygtk/class-gtkentrycompletion.html
+share/gtk-doc/html/pygtk/class-gtkeventbox.html
+share/gtk-doc/html/pygtk/class-gtkexpander.html
+share/gtk-doc/html/pygtk/class-gtkfilechooser.html
+share/gtk-doc/html/pygtk/class-gtkfilechooserbutton.html
+share/gtk-doc/html/pygtk/class-gtkfilechooserdialog.html
+share/gtk-doc/html/pygtk/class-gtkfilechooserwidget.html
+share/gtk-doc/html/pygtk/class-gtkfilefilter.html
+share/gtk-doc/html/pygtk/class-gtkfileselection.html
+share/gtk-doc/html/pygtk/class-gtkfixed.html
+share/gtk-doc/html/pygtk/class-gtkfontbutton.html
+share/gtk-doc/html/pygtk/class-gtkfontselection.html
+share/gtk-doc/html/pygtk/class-gtkfontselectiondialog.html
+share/gtk-doc/html/pygtk/class-gtkframe.html
+share/gtk-doc/html/pygtk/class-gtkgammacurve.html
+share/gtk-doc/html/pygtk/class-gtkhandlebox.html
+share/gtk-doc/html/pygtk/class-gtkhbox.html
+share/gtk-doc/html/pygtk/class-gtkhbuttonbox.html
+share/gtk-doc/html/pygtk/class-gtkhpaned.html
+share/gtk-doc/html/pygtk/class-gtkhruler.html
+share/gtk-doc/html/pygtk/class-gtkhscale.html
+share/gtk-doc/html/pygtk/class-gtkhscrollbar.html
+share/gtk-doc/html/pygtk/class-gtkhseparator.html
+share/gtk-doc/html/pygtk/class-gtkiconfactory.html
+share/gtk-doc/html/pygtk/class-gtkiconinfo.html
+share/gtk-doc/html/pygtk/class-gtkiconset.html
+share/gtk-doc/html/pygtk/class-gtkiconsource.html
+share/gtk-doc/html/pygtk/class-gtkicontheme.html
+share/gtk-doc/html/pygtk/class-gtkiconview.html
+share/gtk-doc/html/pygtk/class-gtkimage.html
+share/gtk-doc/html/pygtk/class-gtkimagemenuitem.html
+share/gtk-doc/html/pygtk/class-gtkimcontext.html
+share/gtk-doc/html/pygtk/class-gtkimcontextsimple.html
+share/gtk-doc/html/pygtk/class-gtkimmulticontext.html
+share/gtk-doc/html/pygtk/class-gtkinputdialog.html
+share/gtk-doc/html/pygtk/class-gtkinvisible.html
+share/gtk-doc/html/pygtk/class-gtkitem.html
+share/gtk-doc/html/pygtk/class-gtkitemfactory.html
+share/gtk-doc/html/pygtk/class-gtklabel.html
+share/gtk-doc/html/pygtk/class-gtklayout.html
+share/gtk-doc/html/pygtk/class-gtklinkbutton.html
+share/gtk-doc/html/pygtk/class-gtkliststore.html
+share/gtk-doc/html/pygtk/class-gtkmenu.html
+share/gtk-doc/html/pygtk/class-gtkmenubar.html
+share/gtk-doc/html/pygtk/class-gtkmenuitem.html
+share/gtk-doc/html/pygtk/class-gtkmenushell.html
+share/gtk-doc/html/pygtk/class-gtkmenutoolbutton.html
+share/gtk-doc/html/pygtk/class-gtkmessagedialog.html
+share/gtk-doc/html/pygtk/class-gtkmisc.html
+share/gtk-doc/html/pygtk/class-gtknotebook.html
+share/gtk-doc/html/pygtk/class-gtkobject.html
+share/gtk-doc/html/pygtk/class-gtkoptionmenu.html
+share/gtk-doc/html/pygtk/class-gtkpagesetup.html
+share/gtk-doc/html/pygtk/class-gtkpagesetupunixdialog.html
+share/gtk-doc/html/pygtk/class-gtkpaned.html
+share/gtk-doc/html/pygtk/class-gtkpapersize.html
+share/gtk-doc/html/pygtk/class-gtkplug.html
+share/gtk-doc/html/pygtk/class-gtkprintcontext.html
+share/gtk-doc/html/pygtk/class-gtkprinter.html
+share/gtk-doc/html/pygtk/class-gtkprintjob.html
+share/gtk-doc/html/pygtk/class-gtkprintoperation.html
+share/gtk-doc/html/pygtk/class-gtkprintoperationpreview.html
+share/gtk-doc/html/pygtk/class-gtkprintsettings.html
+share/gtk-doc/html/pygtk/class-gtkprintunixdialog.html
+share/gtk-doc/html/pygtk/class-gtkprogressbar.html
+share/gtk-doc/html/pygtk/class-gtkradioaction.html
+share/gtk-doc/html/pygtk/class-gtkradiobutton.html
+share/gtk-doc/html/pygtk/class-gtkradiomenuitem.html
+share/gtk-doc/html/pygtk/class-gtkradiotoolbutton.html
+share/gtk-doc/html/pygtk/class-gtkrange.html
+share/gtk-doc/html/pygtk/class-gtkrcstyle.html
+share/gtk-doc/html/pygtk/class-gtkrecentchooser.html
+share/gtk-doc/html/pygtk/class-gtkrecentchooserdialog.html
+share/gtk-doc/html/pygtk/class-gtkrecentchoosermenu.html
+share/gtk-doc/html/pygtk/class-gtkrecentchooserwidget.html
+share/gtk-doc/html/pygtk/class-gtkrecentfilter.html
+share/gtk-doc/html/pygtk/class-gtkrecentinfo.html
+share/gtk-doc/html/pygtk/class-gtkrecentmanager.html
+share/gtk-doc/html/pygtk/class-gtkrequisition.html
+share/gtk-doc/html/pygtk/class-gtkruler.html
+share/gtk-doc/html/pygtk/class-gtkscale.html
+share/gtk-doc/html/pygtk/class-gtkscrollbar.html
+share/gtk-doc/html/pygtk/class-gtkscrolledwindow.html
+share/gtk-doc/html/pygtk/class-gtkselectiondata.html
+share/gtk-doc/html/pygtk/class-gtkseparator.html
+share/gtk-doc/html/pygtk/class-gtkseparatormenuitem.html
+share/gtk-doc/html/pygtk/class-gtkseparatortoolitem.html
+share/gtk-doc/html/pygtk/class-gtksettings.html
+share/gtk-doc/html/pygtk/class-gtksizegroup.html
+share/gtk-doc/html/pygtk/class-gtksocket.html
+share/gtk-doc/html/pygtk/class-gtkspinbutton.html
+share/gtk-doc/html/pygtk/class-gtkstatusbar.html
+share/gtk-doc/html/pygtk/class-gtkstatusicon.html
+share/gtk-doc/html/pygtk/class-gtkstyle.html
+share/gtk-doc/html/pygtk/class-gtktable.html
+share/gtk-doc/html/pygtk/class-gtktearoffmenuitem.html
+share/gtk-doc/html/pygtk/class-gtktextattributes.html
+share/gtk-doc/html/pygtk/class-gtktextbuffer.html
+share/gtk-doc/html/pygtk/class-gtktextchildanchor.html
+share/gtk-doc/html/pygtk/class-gtktextiter.html
+share/gtk-doc/html/pygtk/class-gtktextmark.html
+share/gtk-doc/html/pygtk/class-gtktexttag.html
+share/gtk-doc/html/pygtk/class-gtktexttagtable.html
+share/gtk-doc/html/pygtk/class-gtktextview.html
+share/gtk-doc/html/pygtk/class-gtktoggleaction.html
+share/gtk-doc/html/pygtk/class-gtktogglebutton.html
+share/gtk-doc/html/pygtk/class-gtktoggletoolbutton.html
+share/gtk-doc/html/pygtk/class-gtktoolbar.html
+share/gtk-doc/html/pygtk/class-gtktoolbutton.html
+share/gtk-doc/html/pygtk/class-gtktoolitem.html
+share/gtk-doc/html/pygtk/class-gtktooltips.html
+share/gtk-doc/html/pygtk/class-gtktreedragdest.html
+share/gtk-doc/html/pygtk/class-gtktreedragsource.html
+share/gtk-doc/html/pygtk/class-gtktreeiter.html
+share/gtk-doc/html/pygtk/class-gtktreemodel.html
+share/gtk-doc/html/pygtk/class-gtktreemodelfilter.html
+share/gtk-doc/html/pygtk/class-gtktreemodelsort.html
+share/gtk-doc/html/pygtk/class-gtktreerowreference.html
+share/gtk-doc/html/pygtk/class-gtktreeselection.html
+share/gtk-doc/html/pygtk/class-gtktreesortable.html
+share/gtk-doc/html/pygtk/class-gtktreestore.html
+share/gtk-doc/html/pygtk/class-gtktreeview.html
+share/gtk-doc/html/pygtk/class-gtktreeviewcolumn.html
+share/gtk-doc/html/pygtk/class-gtkuimanager.html
+share/gtk-doc/html/pygtk/class-gtkvbox.html
+share/gtk-doc/html/pygtk/class-gtkvbuttonbox.html
+share/gtk-doc/html/pygtk/class-gtkviewport.html
+share/gtk-doc/html/pygtk/class-gtkvpaned.html
+share/gtk-doc/html/pygtk/class-gtkvruler.html
+share/gtk-doc/html/pygtk/class-gtkvscale.html
+share/gtk-doc/html/pygtk/class-gtkvscrollbar.html
+share/gtk-doc/html/pygtk/class-gtkvseparator.html
+share/gtk-doc/html/pygtk/class-gtkwidget.html
+share/gtk-doc/html/pygtk/class-gtkwindow.html
+share/gtk-doc/html/pygtk/class-gtkwindowgroup.html
+share/gtk-doc/html/pygtk/class-hierarchy.html
+share/gtk-doc/html/pygtk/class-pangoattribute.html
+share/gtk-doc/html/pygtk/class-pangoattriterator.html
+share/gtk-doc/html/pygtk/class-pangoattrlist.html
+share/gtk-doc/html/pygtk/class-pangocairocairocontext.html
+share/gtk-doc/html/pygtk/class-pangocairocairofontmap.html
+share/gtk-doc/html/pygtk/class-pangocolor.html
+share/gtk-doc/html/pygtk/class-pangocontext.html
+share/gtk-doc/html/pygtk/class-pangofont.html
+share/gtk-doc/html/pygtk/class-pangofontdescription.html
+share/gtk-doc/html/pygtk/class-pangofontface.html
+share/gtk-doc/html/pygtk/class-pangofontfamily.html
+share/gtk-doc/html/pygtk/class-pangofontmap.html
+share/gtk-doc/html/pygtk/class-pangofontmetrics.html
+share/gtk-doc/html/pygtk/class-pangofontset.html
+share/gtk-doc/html/pygtk/class-pangofontsetsimple.html
+share/gtk-doc/html/pygtk/class-pangoglyphstring.html
+share/gtk-doc/html/pygtk/class-pangolanguage.html
+share/gtk-doc/html/pygtk/class-pangolayout.html
+share/gtk-doc/html/pygtk/class-pangolayoutiter.html
+share/gtk-doc/html/pygtk/class-pangolayoutline.html
+share/gtk-doc/html/pygtk/class-pangorenderer.html
+share/gtk-doc/html/pygtk/class-pangotabarray.html
+share/gtk-doc/html/pygtk/class-pygtkgenericcellrenderer.html
+share/gtk-doc/html/pygtk/class-pygtkgenerictreemodel.html
+share/gtk-doc/html/pygtk/class-pygtktreemodelrow.html
+share/gtk-doc/html/pygtk/class-pygtktreemodelrowiter.html
+share/gtk-doc/html/pygtk/gdk-class-reference.html
+share/gtk-doc/html/pygtk/gdk-constants.html
+share/gtk-doc/html/pygtk/gdk-functions.html
+share/gtk-doc/html/pygtk/glade-class-reference.html
+share/gtk-doc/html/pygtk/gtk-class-reference.html
+share/gtk-doc/html/pygtk/gtk-constants.html
+share/gtk-doc/html/pygtk/gtk-functions.html
+share/gtk-doc/html/pygtk/gtk-stock-items.html
+share/gtk-doc/html/pygtk/index.html
+share/gtk-doc/html/pygtk/index.sgml
+share/gtk-doc/html/pygtk/pango-class-reference.html
+share/gtk-doc/html/pygtk/pango-constants.html
+share/gtk-doc/html/pygtk/pango-functions.html
+share/gtk-doc/html/pygtk/pango-markup-language.html
+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
+share/gtk-doc/html/pygtk/unixprint-class-reference.html
+share/gtk-doc/html/pygtk/unixprint-constants.html
+share/gtk-doc/html/pygtk/unixprint-functions.html
share/pygtk/2.0/codegen/__init__.py
share/pygtk/2.0/codegen/__init__.pyc
share/pygtk/2.0/codegen/__init__.pyo
@@ -141,21 +434,33 @@ share/pygtk/2.0/codegen/scmexpr.pyc
share/pygtk/2.0/codegen/scmexpr.pyo
share/pygtk/2.0/defs/atk-types.defs
share/pygtk/2.0/defs/atk.defs
+share/pygtk/2.0/defs/gdk-2.10.defs
+share/pygtk/2.0/defs/gdk-base-types.defs
+share/pygtk/2.0/defs/gdk-base.defs
share/pygtk/2.0/defs/gdk-types.defs
share/pygtk/2.0/defs/gdk.defs
-share/pygtk/2.0/defs/gtk-extrafuncs.defs
+share/pygtk/2.0/defs/gtk-2.10-types.defs
+share/pygtk/2.0/defs/gtk-2.10.defs
+share/pygtk/2.0/defs/gtk-base-types.defs
+share/pygtk/2.0/defs/gtk-base.defs
share/pygtk/2.0/defs/gtk-types.defs
share/pygtk/2.0/defs/gtk.defs
+share/pygtk/2.0/defs/gtkunixprint.defs
share/pygtk/2.0/defs/libglade.defs
share/pygtk/2.0/defs/pango-types.defs
share/pygtk/2.0/defs/pango.defs
+share/pygtk/2.0/defs/pangocairo.defs
+share/pygtk/2.0/defs/pangocairo.override
@dirrm share/pygtk/2.0/defs
@dirrm share/pygtk/2.0/codegen
@dirrm share/pygtk/2.0
@dirrm share/pygtk
+@dirrm share/gtk-doc/html/pygtk
@dirrm ${PYSITELIB}/gtk-2.0/gtk
+@dirrm ${PYSITELIB}/gtk-2.0
@dirrm lib/pygtk/2.0/demos/images
@dirrm lib/pygtk/2.0/demos
@dirrm lib/pygtk/2.0
@dirrm lib/pygtk
@dirrm include/pygtk-2.0/pygtk
+@dirrm include/pygtk-2.0
diff --git a/x11/py-gtk2/distinfo b/x11/py-gtk2/distinfo
index 5a823b6a739..e6c84c6dbc5 100644
--- a/x11/py-gtk2/distinfo
+++ b/x11/py-gtk2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2006/04/27 20:33:06 drochner Exp $
+$NetBSD: distinfo,v 1.14 2006/09/15 15:14:16 jmmv Exp $
-SHA1 (pygtk-2.8.6.tar.bz2) = 088e5aeddee9e42f8c8ea0e1a171f1b8f363ba33
-RMD160 (pygtk-2.8.6.tar.bz2) = f2bc07556b15444add5cd31c0e494e85ad52b89b
-Size (pygtk-2.8.6.tar.bz2) = 756885 bytes
+SHA1 (pygtk-2.10.1.tar.bz2) = 8955125d87bf856ed961bfcf8d2f758b0bf980d6
+RMD160 (pygtk-2.10.1.tar.bz2) = 71179c7256bad6319cabbd305581ae67139b66f1
+Size (pygtk-2.10.1.tar.bz2) = 1884682 bytes