update to 2.2.0
pygtk-2.2.0: 11-march-2004 - Added support for GTK+ 2.2 APIs, GdkDisplay, GdkScreen, GdkClipboard and GtkWindow (James) - Better and more flexible support for TreeModel and TreeView API (Don Allingham, Benjamin Cama, John Ehresman, Johan, jkluebs@luebsphoto.com) - Better support for gtk.gdk.Pixbuf integration with Numerical arrays (Tim Evans) - Better support for Pygtk generation tools (codegen, m4 macros, h2def, Makefile.am ...) (James, Jon Willeke, Xavier, Johan) - Removed gtkgl bindings (James) - Added gtk.gdk.Eventkey.hardware_code (Johan) - Added gtk.binding_entry_remove and gtk.accel_group_connect (Gustavo) - Don't allow reading non readable properties (James) - And lots of bug fixes: gdk.event_get_axis (Seth Nickell), distutils (Alif Wahid), mem leaks, gtk.Menu.popup (Gustavo)
This commit is contained in:
parent
6c0bb6b422
commit
779c2f5a46
4 changed files with 11 additions and 18 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.14 2004/02/18 16:58:36 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2004/03/12 10:48:23 recht Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pygtk-2.0.0
|
||||
DISTNAME= pygtk-2.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.0/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.2/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= recht@NetBSD.org
|
||||
|
@ -30,7 +29,6 @@ BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
|
|||
.include "../../lang/python/application.mk"
|
||||
.include "../../math/py-Numeric/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../x11/gtkglarea2/buildlink3.mk"
|
||||
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2003/08/26 23:43:26 recht Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2004/03/12 10:48:23 recht Exp $
|
||||
bin/pygtk-codegen-2.0
|
||||
include/pygtk-2.0/pygobject.h
|
||||
include/pygtk-2.0/pygtk/pygtk.h
|
||||
|
@ -6,6 +6,9 @@ lib/pkgconfig/pygtk-2.0.pc
|
|||
${PYSITELIB}/gtk-2.0/atk.a
|
||||
${PYSITELIB}/gtk-2.0/atk.la
|
||||
${PYSITELIB}/gtk-2.0/atk.so
|
||||
${PYSITELIB}/gtk-2.0/dsextras.py
|
||||
${PYSITELIB}/gtk-2.0/dsextras.pyc
|
||||
${PYSITELIB}/gtk-2.0/dsextras.pyo
|
||||
${PYSITELIB}/gtk-2.0/gobject.a
|
||||
${PYSITELIB}/gtk-2.0/gobject.la
|
||||
${PYSITELIB}/gtk-2.0/gobject.so
|
||||
|
@ -18,12 +21,6 @@ ${PYSITELIB}/gtk-2.0/gtk/_gtk.so
|
|||
${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/dsextras.py
|
||||
${PYSITELIB}/gtk-2.0/gtk/dsextras.pyc
|
||||
${PYSITELIB}/gtk-2.0/gtk/dsextras.pyo
|
||||
${PYSITELIB}/gtk-2.0/gtk/gl.a
|
||||
${PYSITELIB}/gtk-2.0/gtk/gl.la
|
||||
${PYSITELIB}/gtk-2.0/gtk/gl.so
|
||||
${PYSITELIB}/gtk-2.0/gtk/glade.a
|
||||
${PYSITELIB}/gtk-2.0/gtk/glade.la
|
||||
${PYSITELIB}/gtk-2.0/gtk/glade.so
|
||||
|
@ -80,7 +77,6 @@ share/pygtk/2.0/defs/gdk.defs
|
|||
share/pygtk/2.0/defs/gtk-extrafuncs.defs
|
||||
share/pygtk/2.0/defs/gtk-types.defs
|
||||
share/pygtk/2.0/defs/gtk.defs
|
||||
share/pygtk/2.0/defs/gtkgl.defs
|
||||
share/pygtk/2.0/defs/libglade.defs
|
||||
share/pygtk/2.0/defs/pango-types.defs
|
||||
share/pygtk/2.0/defs/pango.defs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2004/03/05 19:25:42 jlam Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2004/03/12 10:48:23 recht Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
PY_GTK2_BUILDLINK3_MK:= ${PY_GTK2_BUILDLINK3_MK}+
|
||||
|
@ -19,7 +19,6 @@ BUILDLINK_PKGSRCDIR.pygtk2?= ../../x11/py-gtk2
|
|||
.include "../../devel/libglade2/buildlink3.mk"
|
||||
.include "../../math/py-Numeric/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../x11/gtkglarea2/buildlink3.mk"
|
||||
|
||||
.endif # PY_GTK2_BUILDLINK3_MK
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2003/09/08 21:32:18 recht Exp $
|
||||
$NetBSD: distinfo,v 1.5 2004/03/12 10:48:23 recht Exp $
|
||||
|
||||
SHA1 (pygtk-2.0.0.tar.bz2) = 7a0fd048045d69503c6f68171d8befcf5db86929
|
||||
Size (pygtk-2.0.0.tar.bz2) = 526780 bytes
|
||||
SHA1 (pygtk-2.2.0.tar.bz2) = d4f23a569bec2e8f3956a89ae587ae8e70da7211
|
||||
Size (pygtk-2.2.0.tar.bz2) = 553761 bytes
|
||||
|
|
Loading…
Reference in a new issue