update to 2.10.3
changes: - distutils / win32 compilation fixes - gtk.TreeSelection.selected_foreach bug fix - Fix compilation older C compilers - Make PyGTK work with Python 2.5 and 64-bit pkgsrc change: don't try to @dirrm stuff needed by py-gobject
This commit is contained in:
parent
e432665fed
commit
b9ae10e6c0
3 changed files with 7 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.37 2006/09/15 15:14:16 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2006/10/12 13:55:38 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pygtk-2.10.1
|
||||
DISTNAME= pygtk-2.10.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.10/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2006/09/15 15:14:16 jmmv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2006/10/12 13:55:38 drochner Exp $
|
||||
bin/pygtk-codegen-2.0
|
||||
bin/pygtk-demo
|
||||
include/pygtk-2.0/pygtk/pygtk.h
|
||||
|
@ -457,10 +457,8 @@ share/pygtk/2.0/defs/pangocairo.override
|
|||
@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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2006/09/15 15:14:16 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.15 2006/10/12 13:55:38 drochner Exp $
|
||||
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue