summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-12-29 11:01:38 +0000
committerrecht <recht@pkgsrc.org>2004-12-29 11:01:38 +0000
commit0c5307904c7195ccd8cdf7a6d9bb0b3cede3cd8d (patch)
tree0ee15c5f68b0f863967f4d3691207a8dd89660b7 /x11/py-gtk2
parent07db68e8aed26ddc2a362d5b8265cf5e369fb64d (diff)
downloadpkgsrc-0c5307904c7195ccd8cdf7a6d9bb0b3cede3cd8d.tar.gz
update to 2.4.1
What's new since 2.2.0 Wrapping for new objects in Gtk+ 2.4.0: GtkFileChooser, GtkUIManager (and action/toolbar api), GtkTreeModelFilter, GtkComboBox, GtkCellLayout. Examples for a few of them can be found in the tarball. Enum and Flags wrapping, with nice string representations Better constructor integrations. Python 2.3 requirement. Threading improvements, which are currently disabled until we can depend on Python 2.3.5 (unreleased) or 2.4 Plenty of bug fixes. pygtk-2.4.1 04-november-2004 - Bug fixes (Johan, Gustavo, John Finlay) - Allow the headers to be parsable by a C++ compiler - Updated examples (Johan, John)
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r--x11/py-gtk2/Makefile9
-rw-r--r--x11/py-gtk2/distinfo6
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index 61a3c1a786c..8da59dfe2a4 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2004/10/03 00:18:37 tv Exp $
+# $NetBSD: Makefile,v 1.19 2004/12/29 11:01:38 recht Exp $
#
-DISTNAME= pygtk-2.2.0
+DISTNAME= pygtk-2.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
-PKGREVISION= 2
CATEGORIES= x11 python
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.2/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.4/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= recht@NetBSD.org
@@ -21,7 +20,7 @@ PKGCONFIG_OVERRIDE+= pygtk-2.0.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
+PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
.include "../../devel/libglade2/buildlink3.mk"
diff --git a/x11/py-gtk2/distinfo b/x11/py-gtk2/distinfo
index 774448a7f66..79c11fe62bd 100644
--- a/x11/py-gtk2/distinfo
+++ b/x11/py-gtk2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/03/12 10:48:23 recht Exp $
+$NetBSD: distinfo,v 1.6 2004/12/29 11:01:38 recht Exp $
-SHA1 (pygtk-2.2.0.tar.bz2) = d4f23a569bec2e8f3956a89ae587ae8e70da7211
-Size (pygtk-2.2.0.tar.bz2) = 553761 bytes
+SHA1 (pygtk-2.4.1.tar.bz2) = c0a24fd4a67e0fd58a7e5ceb00f5e8c0231cdd88
+Size (pygtk-2.4.1.tar.bz2) = 714469 bytes