Commit graph

3 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
2004-09-22 08:09:14 +00:00
recht
10278d6347 update to 0.6.11
While at it follow py-gtk2's lead and active Numeric Python support.

pygtk-0.6.11:  23-August-2002
	- Fix up libtool patch for older binutils'.
	- a few bug fixes in some GtkWidget methods.

pygtk-0.6.10:  22-August-2002
	- Fix up segfaults when using with a Python compiled with
	  pymalloc.
	- various new wrapper functions added.
	- Raise exception if gtk_init() fails.
	- bug fixes.
	- Support parallel install with PyGTK 2.0.
2004-07-06 11:28:18 +00:00
drochner
769972e81b initial import of pygtk-0.6.9, a Python interface to GTK 2002-02-18 11:55:02 +00:00