head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2005.05.18.22.02.22; author wiz; state dead; branches; next 1.4; 1.4 date 2003.02.22.00.49.28; author mycroft; state Exp; branches; next 1.3; 1.3 date 2002.01.19.11.44.20; author drochner; state Exp; branches; next 1.2; 1.2 date 2000.01.02.18.11.24; author tron; state dead; branches; next 1.1; 1.1 date 99.11.20.20.17.48; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.11.20.20.17.48; author tron; state Exp; branches; next ; desc @@ 1.5 log @Remove gnome1 packages except as needed for gnucash. Ok'd by jmmv@@ and rh@@ (gnome 1 maintainers). @ text @$NetBSD: patch-aa,v 1.4 2003/02/22 00:49:28 mycroft Exp $ --- pygtk/Makefile.in.orig 2002-08-24 07:37:02.000000000 +0000 +++ pygtk/Makefile.in 2003-02-22 00:15:47.000000000 +0000 @@@@ -35,7 +35,7 @@@@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@@PACKAGE@@ pkglibdir = $(libdir)/@@PACKAGE@@ -pkgincludedir = $(includedir)/@@PACKAGE@@ +pkgincludedir = $(prefix)/${PYINC}/@@PACKAGE@@ top_builddir = . ACLOCAL = @@ACLOCAL@@ @ 1.4 log @Update to gnome-python 1.4.4. The ChangeLog sucks, but I think these are the relevant changes: * pygnome/gnome/zvt.py (ZvtTerm.writechild): add method. * pygnome/zvtmodule.c (_wrap_zvt_term_writechild): add wrapper. * pygnome/gnome/ui.py: fix corruption introduced in revision 1.30.2.2 (don't know how it got in there, or how it got past distcheck). * pygnome/appletmodule.c (_wrap_applet_widget_get_rgb_bg): check if rgb == NULL, to try and catch an error condition (may fix bug #89291). * pygnome/Makefile.am (gettextpy): only install gettext.py if we are using python < 2.0.0 (which has its own gettext module). * pygnome/Makefile.am: fix up for parallel install with pygtk-2.0. * pygnome/gnome/applet.py (AppletWidget.get_rgb_bg): added wrapper * pygnome/appletmodule.c (_wrap_applet_widget_get_rgb_bg): implemented applet_widget_get_rgb_bg wrapper * pygnome/gnome/ui.py (GnomeDialog.button_connect): add argument to wrapper (again, from bug 70416). * pygnome/gnomeuimodule.c (_wrap_gnome_icon_list_get_icon_data): do a NULL check. This won't catch all errors, but might catch some segfaults (from bug 70608). (_wrap_gnome_dialog_button_connect): add an "extra" argument for extra arguments to pass to the signal handler (from bug 70416). * pygnome/zvtmodule.c (_wrap_zvt_term_set_color_scheme): fix bug signed/unsigned bug (as per bug 70474). * pygnome/gnome/zvt.py (ZvtTerm.match_check): wrapper function. * pygnome/zvtmodule.c (_wrap_zvt_term_match_check): apply patch from bug 69106. * pygnome/gnomeuimodule.c (_wrap_gnome_init): as gnome_init calls gtk_set_locale(), we need to set LC_NUMERIC back to C, or python breaks. * pygnome/generate/gtkhtml.defs: Fix typo in gtk_html_embedded_set_descent. * pygnome/generate/gtkhtml.defs: * pygnome/gtkhtml.py: * pygnome/gtkhtmlmodule.c: Add wrapper class for GtkHTMLEmbedded, so a python script can catch and handle the "" signals in gtkhtml. * pygnome/generate/Makefile.am (defsdir): install the defs files. * pygtk/gtkmodule.c Don't call g_thread_init if gthread has already been initialized, for the benefit of programs that use gthread themselves and want to be able to embed Python code that uses the gtk module. * pygnome/gnome/applet.py: add panel size constants. (AppletWidget.__getattr__): handle privcfgpath and globcfgpath members. * pygnome/generate/applet.defs (AppletWidget): add privcfgpath and globcfgpath public structure fields. * pygnome/gtkhtml.py: add support for more APIs. * pygnome/gtkhtmlmodule.c (_wrap_gtk_html_begin): fix argument list. Add some more of the gtkhtml APIs. * pygnome/gnome/ui.py (GnomeIconEntry.gtk_entry): use _gtk.GtkEntry here. (GnomePixmapEntry.gtk_entry): same here. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @use python buildlink, install headers into a subdir of the python includes @ text @d3 2 a4 2 --- pygtk/Makefile.in.orig Fri Feb 16 06:34:48 2001 +++ pygtk/Makefile.in Fri Jan 18 16:24:34 2002 d6 1 a6 1 a10 1 d13 1 @ 1.2 log @Join "gnome-python" with "py-gtk" package because their sources are distributed bundled these days and trying to seperate them causes build problems. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 1999/11/20 20:17:48 tron Exp $ d3 3 a5 5 --- Makefile.in.orig Fri Oct 1 10:36:40 1999 +++ Makefile.in Sat Nov 20 21:07:24 1999 @@@@ -97,7 +97,7 @@@@ pyexecdir = @@pyexecdir@@ pythondir = @@pythondir@@ d7 6 a12 2 -SUBDIRS = macros pygtk pygnome +SUBDIRS = macros pygnome a13 2 EXTRA_DIST = gnome-python.spec ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import new "gnome-python" package: Python Bindings for the GNU Network Object Model Environment @ text @@