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 2.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9a230f87317
branches:  trunk
changeset: 486525:c9a230f87317
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Dec 29 11:01:38 2004 +0000

description:
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:

 x11/py-gtk2/Makefile |  9 ++++-----
 x11/py-gtk2/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 01d70a240ee9 -r c9a230f87317 x11/py-gtk2/Makefile
--- a/x11/py-gtk2/Makefile      Wed Dec 29 10:24:28 2004 +0000
+++ b/x11/py-gtk2/Makefile      Wed Dec 29 11:01:38 2004 +0000
@@ -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@localhost
@@ -21,7 +20,7 @@
 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 -r 01d70a240ee9 -r c9a230f87317 x11/py-gtk2/distinfo
--- a/x11/py-gtk2/distinfo      Wed Dec 29 10:24:28 2004 +0000
+++ b/x11/py-gtk2/distinfo      Wed Dec 29 11:01:38 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index