<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/x11/gnome-python/PLIST, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-09-22T08:09:14Z</updated>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Update to gnome-python 1.4.4.  The ChangeLog sucks, but I think these are</title>
<updated>2003-02-22T00:49:27Z</updated>
<author>
<name>mycroft</name>
<email>mycroft</email>
</author>
<published>2003-02-22T00:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07b2f2c777ac36efd0a7a0147f29678c919ef026'/>
<id>urn:sha1:07b2f2c777ac36efd0a7a0147f29678c919ef026</id>
<content type='text'>
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 &lt; 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 "&lt;object&gt;" 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.
</content>
</entry>
<entry>
<title>Replace "true" by "${TRUE}".</title>
<updated>2002-12-09T16:01:10Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2002-12-09T16:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=04ef0ab0bc819f60fbb9bf3caf332481ed9e528e'/>
<id>urn:sha1:04ef0ab0bc819f60fbb9bf3caf332481ed9e528e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mkdir -&gt; ${MKDIR}</title>
<updated>2002-02-15T10:12:28Z</updated>
<author>
<name>skrll</name>
<email>skrll</email>
</author>
<published>2002-02-15T10:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4'/>
<id>urn:sha1:776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4</id>
<content type='text'>
rmdir -&gt; ${RMDIR}
rm -&gt; ${RM} (${RM} added to PLIST_SUBST)
chmod -&gt; ${CHMOD}
chown -&gt; ${CHOWN}
</content>
</entry>
<entry>
<title>use python buildlink,</title>
<updated>2002-01-19T11:44:19Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-01-19T11:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2a493fc94925ae2ae64cf944ae995b7d35f7cf8b'/>
<id>urn:sha1:2a493fc94925ae2ae64cf944ae995b7d35f7cf8b</id>
<content type='text'>
install headers into a subdir of the python includes
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-10-31T22:03:21Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-10-31T22:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c7517511a4ffc07c35e603712dd2af1312768ff'/>
<id>urn:sha1:9c7517511a4ffc07c35e603712dd2af1312768ff</id>
<content type='text'>
</content>
</entry>
</feed>
