pkgsrc/x11/gnome-python/PLIST

157 lines
5.4 KiB
Text
Raw Normal View History

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 "<object>" 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.
2003-02-22 01:49:27 +01:00
@comment $NetBSD: PLIST,v 1.5 2003/02/22 00:49:27 mycroft Exp $
bin/pygtk-codegen-1.2
${PYINC}/pygtk/pygdkimlib.h
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 "<object>" 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.
2003-02-22 01:49:27 +01:00
${PYINC}/pygtk/pygdkpixbuf.h
${PYINC}/pygtk/pygtk.h
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 "<object>" 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.
2003-02-22 01:49:27 +01:00
${PYSITELIB}/gtk-1.2/GDK.py
${PYSITELIB}/gtk-1.2/GDK.pyc
${PYSITELIB}/gtk-1.2/GDK.pyo
${PYSITELIB}/gtk-1.2/GTK.py
${PYSITELIB}/gtk-1.2/GTK.pyc
${PYSITELIB}/gtk-1.2/GTK.pyo
${PYSITELIB}/gtk-1.2/GdkImlib.py
${PYSITELIB}/gtk-1.2/GdkImlib.pyc
${PYSITELIB}/gtk-1.2/GdkImlib.pyo
${PYSITELIB}/gtk-1.2/GtkExtra.py
${PYSITELIB}/gtk-1.2/GtkExtra.pyc
${PYSITELIB}/gtk-1.2/GtkExtra.pyo
${PYSITELIB}/gtk-1.2/_gtkmodule.la
${PYSITELIB}/gtk-1.2/_gtkmodule.so
${PYSITELIB}/gtk-1.2/_gdkimlibmodule.la
${PYSITELIB}/gtk-1.2/_gdkimlibmodule.so
${PYSITELIB}/gtk-1.2/_gtkglmodule.la
${PYSITELIB}/gtk-1.2/_gtkglmodule.so
${PYSITELIB}/gtk-1.2/_libglademodule.la
${PYSITELIB}/gtk-1.2/_libglademodule.so
${PYSITELIB}/gtk-1.2/_gnomemodule.la
${PYSITELIB}/gtk-1.2/_gnomemodule.so
${PYSITELIB}/gtk-1.2/_gnomeuimodule.la
${PYSITELIB}/gtk-1.2/_gnomeuimodule.so
${PYSITELIB}/gtk-1.2/_zvtmodule.la
${PYSITELIB}/gtk-1.2/_zvtmodule.so
${PYSITELIB}/gtk-1.2/_gtkxmhtmlmodule.la
${PYSITELIB}/gtk-1.2/_gtkxmhtmlmodule.so
${PYSITELIB}/gtk-1.2/_appletmodule.la
${PYSITELIB}/gtk-1.2/_appletmodule.so
${PYSITELIB}/gtk-1.2/_cappletmodule.la
${PYSITELIB}/gtk-1.2/_cappletmodule.so
${PYSITELIB}/gtk-1.2/_gladegnomemodule.la
${PYSITELIB}/gtk-1.2/_gladegnomemodule.so
${PYSITELIB}/gtk-1.2/gdkpixbufmodule.la
${PYSITELIB}/gtk-1.2/gdkpixbufmodule.so
${PYSITELIB}/gtk-1.2/gnome/__init__.py
${PYSITELIB}/gtk-1.2/gnome/__init__.pyc
${PYSITELIB}/gtk-1.2/gnome/__init__.pyo
${PYSITELIB}/gtk-1.2/gnome/affine.py
${PYSITELIB}/gtk-1.2/gnome/affine.pyc
${PYSITELIB}/gtk-1.2/gnome/affine.pyo
${PYSITELIB}/gtk-1.2/gnome/applet.py
${PYSITELIB}/gtk-1.2/gnome/applet.pyc
${PYSITELIB}/gtk-1.2/gnome/applet.pyo
${PYSITELIB}/gtk-1.2/gnome/capplet.py
${PYSITELIB}/gtk-1.2/gnome/capplet.pyc
${PYSITELIB}/gtk-1.2/gnome/capplet.pyo
${PYSITELIB}/gtk-1.2/gnome/config.py
${PYSITELIB}/gtk-1.2/gnome/config.pyc
${PYSITELIB}/gtk-1.2/gnome/config.pyo
${PYSITELIB}/gtk-1.2/gnome/file.py
${PYSITELIB}/gtk-1.2/gnome/file.pyc
${PYSITELIB}/gtk-1.2/gnome/file.pyo
${PYSITELIB}/gtk-1.2/gnome/help.py
${PYSITELIB}/gtk-1.2/gnome/help.pyc
${PYSITELIB}/gtk-1.2/gnome/help.pyo
${PYSITELIB}/gtk-1.2/gnome/history.py
${PYSITELIB}/gtk-1.2/gnome/history.pyc
${PYSITELIB}/gtk-1.2/gnome/history.pyo
${PYSITELIB}/gtk-1.2/gnome/metadata.py
${PYSITELIB}/gtk-1.2/gnome/metadata.pyc
${PYSITELIB}/gtk-1.2/gnome/metadata.pyo
${PYSITELIB}/gtk-1.2/gnome/mime.py
${PYSITELIB}/gtk-1.2/gnome/mime.pyc
${PYSITELIB}/gtk-1.2/gnome/mime.pyo
${PYSITELIB}/gtk-1.2/gnome/score.py
${PYSITELIB}/gtk-1.2/gnome/score.pyc
${PYSITELIB}/gtk-1.2/gnome/score.pyo
${PYSITELIB}/gtk-1.2/gnome/triggers.py
${PYSITELIB}/gtk-1.2/gnome/triggers.pyc
${PYSITELIB}/gtk-1.2/gnome/triggers.pyo
${PYSITELIB}/gtk-1.2/gnome/ui.py
${PYSITELIB}/gtk-1.2/gnome/ui.pyc
${PYSITELIB}/gtk-1.2/gnome/ui.pyo
${PYSITELIB}/gtk-1.2/gnome/uiconsts.py
${PYSITELIB}/gtk-1.2/gnome/uiconsts.pyc
${PYSITELIB}/gtk-1.2/gnome/uiconsts.pyo
${PYSITELIB}/gtk-1.2/gnome/url.py
${PYSITELIB}/gtk-1.2/gnome/url.pyc
${PYSITELIB}/gtk-1.2/gnome/url.pyo
${PYSITELIB}/gtk-1.2/gnome/util.py
${PYSITELIB}/gtk-1.2/gnome/util.pyc
${PYSITELIB}/gtk-1.2/gnome/util.pyo
${PYSITELIB}/gtk-1.2/gnome/xmhtml.py
${PYSITELIB}/gtk-1.2/gnome/xmhtml.pyc
${PYSITELIB}/gtk-1.2/gnome/xmhtml.pyo
${PYSITELIB}/gtk-1.2/gnome/zvt.py
${PYSITELIB}/gtk-1.2/gnome/zvt.pyc
${PYSITELIB}/gtk-1.2/gnome/zvt.pyo
${PYSITELIB}/gtk-1.2/gtk.py
${PYSITELIB}/gtk-1.2/gtk.pyc
${PYSITELIB}/gtk-1.2/gtk.pyo
${PYSITELIB}/gtk-1.2/gtkgl.py
${PYSITELIB}/gtk-1.2/gtkgl.pyc
${PYSITELIB}/gtk-1.2/gtkgl.pyo
${PYSITELIB}/gtk-1.2/libglade.py
${PYSITELIB}/gtk-1.2/libglade.pyc
${PYSITELIB}/gtk-1.2/libglade.pyo
${PYSITELIB}/gtk-1.2/pyglade/__init__.py
${PYSITELIB}/gtk-1.2/pyglade/__init__.pyc
${PYSITELIB}/gtk-1.2/pyglade/__init__.pyo
${PYSITELIB}/gtk-1.2/pyglade/build.py
${PYSITELIB}/gtk-1.2/pyglade/build.pyc
${PYSITELIB}/gtk-1.2/pyglade/build.pyo
${PYSITELIB}/gtk-1.2/pyglade/style.py
${PYSITELIB}/gtk-1.2/pyglade/style.pyc
${PYSITELIB}/gtk-1.2/pyglade/style.pyo
${PYSITELIB}/gtk-1.2/pyglade/xmlparse.py
${PYSITELIB}/gtk-1.2/pyglade/xmlparse.pyc
${PYSITELIB}/gtk-1.2/pyglade/xmlparse.pyo
${PYSITELIB}/pygtk.pth
${PYSITELIB}/pygtk.py
${PYSITELIB}/pygtk.pyc
${PYSITELIB}/pygtk.pyo
share/pygtk/1.2/codegen/generate.py
share/pygtk/1.2/codegen/generate.pyc
share/pygtk/1.2/codegen/generate.pyo
share/pygtk/1.2/codegen/scmexpr.py
share/pygtk/1.2/codegen/scmexpr.pyc
share/pygtk/1.2/codegen/scmexpr.pyo
share/pygtk/1.2/defs/applet.defs
share/pygtk/1.2/defs/capplet.defs
share/pygtk/1.2/defs/gnome-enums.defs
share/pygtk/1.2/defs/gnome.defs
share/pygtk/1.2/defs/gnomeui.defs
share/pygtk/1.2/defs/gtk.defs
share/pygtk/1.2/defs/gtkbase.defs
share/pygtk/1.2/defs/gtkcontainers.defs
share/pygtk/1.2/defs/gtkdata.defs
share/pygtk/1.2/defs/gtkdnd.defs
share/pygtk/1.2/defs/gtkedit.defs
share/pygtk/1.2/defs/gtkenums.defs
share/pygtk/1.2/defs/gtkgl.defs
share/pygtk/1.2/defs/gtkhtml.defs
share/pygtk/1.2/defs/gtklists.defs
share/pygtk/1.2/defs/gtkmenus.defs
share/pygtk/1.2/defs/gtkmisc.defs
share/pygtk/1.2/defs/gtkranges.defs
share/pygtk/1.2/defs/libglade.defs
share/pygtk/1.2/defs/xmhtml.defs
share/pygtk/1.2/defs/zvt.defs
@dirrm share/pygtk/1.2/defs
@dirrm share/pygtk/1.2/codegen
@dirrm share/pygtk/1.2
@dirrm share/pygtk
@dirrm ${PYSITELIB}/gtk-1.2/pyglade
@dirrm ${PYSITELIB}/gtk-1.2/gnome
@dirrm ${PYSITELIB}/gtk-1.2
2002-12-09 17:01:10 +01:00
@unexec ${RMDIR} %D/${PYSITELIB} 2>/dev/null || ${TRUE}
@dirrm ${PYINC}/pygtk