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 1.99.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e46291338aa
branches:  trunk
changeset: 460244:2e46291338aa
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Aug 25 19:26:10 2003 +0000

description:
Update to 1.99.18.
Changes:
* Fix up a duplicate symbol bug in the atk module, that was causing
  build problems on MacOS X (hopefully the last such problem).
* add gtk.glade.set_custom_handler() API, that provides more info to
  the custom widget callback.  Deprecate set_custom_widget_callbacks().
* some other bug fixes.

diffstat:

 x11/py-gtk2/Makefile |  4 ++--
 x11/py-gtk2/PLIST    |  3 ++-
 x11/py-gtk2/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 9d368bdc3454 -r 2e46291338aa x11/py-gtk2/Makefile
--- a/x11/py-gtk2/Makefile      Mon Aug 25 18:15:46 2003 +0000
+++ b/x11/py-gtk2/Makefile      Mon Aug 25 19:26:10 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/08/17 18:10:36 recht Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/25 19:26:10 recht Exp $
 #
 
-DISTNAME=      pygtk-1.99.17
+DISTNAME=      pygtk-1.99.18
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pygtk/1.99/}
diff -r 9d368bdc3454 -r 2e46291338aa x11/py-gtk2/PLIST
--- a/x11/py-gtk2/PLIST Mon Aug 25 18:15:46 2003 +0000
+++ b/x11/py-gtk2/PLIST Mon Aug 25 19:26:10 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/08/09 20:04:44 recht Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/08/25 19:26:10 recht Exp $
 bin/pygtk-codegen-2.0
 include/pygtk-2.0/pygobject.h
 include/pygtk-2.0/pygtk/pygtk.h
@@ -37,6 +37,7 @@
 ${PYSITELIB}/pygtk.py
 ${PYSITELIB}/pygtk.pyc
 ${PYSITELIB}/pygtk.pyo
+${PYSITELIB}/sitecustomize.pyo
 share/pygtk/2.0/codegen/__init__.py
 share/pygtk/2.0/codegen/__init__.pyc
 share/pygtk/2.0/codegen/__init__.pyo
diff -r 9d368bdc3454 -r 2e46291338aa x11/py-gtk2/distinfo
--- a/x11/py-gtk2/distinfo      Mon Aug 25 18:15:46 2003 +0000
+++ b/x11/py-gtk2/distinfo      Mon Aug 25 19:26:10 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/08/09 20:04:44 recht Exp $
+$NetBSD: distinfo,v 1.3 2003/08/25 19:26:11 recht Exp $
 
-SHA1 (pygtk-1.99.17.tar.bz2) = 841aeb0e7f3192bbb7b0eeca245462ade85645d4
-Size (pygtk-1.99.17.tar.bz2) = 525049 bytes
+SHA1 (pygtk-1.99.18.tar.bz2) = cbb7c5fe0fe62a40137cce13543342d9da373456
+Size (pygtk-1.99.18.tar.bz2) = 526158 bytes



Home | Main Index | Thread Index | Old Index