diff options
author | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
commit | 1a280185e19de3a6ae1eb2fa57138973b96b2348 (patch) | |
tree | ba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /x11/py-gtk2 | |
parent | 4dc2531aef68dd5fffc507fb1aa59ab8e14723fe (diff) | |
download | pkgsrc-1a280185e19de3a6ae1eb2fa57138973b96b2348.tar.gz |
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".
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r-- | x11/py-gtk2/PLIST | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/x11/py-gtk2/PLIST b/x11/py-gtk2/PLIST index 2347db735c6..173bb66c6ae 100644 --- a/x11/py-gtk2/PLIST +++ b/x11/py-gtk2/PLIST @@ -1,35 +1,25 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/12 10:48:23 recht Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:10:06 jlam Exp $ bin/pygtk-codegen-2.0 include/pygtk-2.0/pygobject.h include/pygtk-2.0/pygtk/pygtk.h lib/pkgconfig/pygtk-2.0.pc -${PYSITELIB}/gtk-2.0/atk.a ${PYSITELIB}/gtk-2.0/atk.la -${PYSITELIB}/gtk-2.0/atk.so ${PYSITELIB}/gtk-2.0/dsextras.py ${PYSITELIB}/gtk-2.0/dsextras.pyc ${PYSITELIB}/gtk-2.0/dsextras.pyo -${PYSITELIB}/gtk-2.0/gobject.a ${PYSITELIB}/gtk-2.0/gobject.la -${PYSITELIB}/gtk-2.0/gobject.so ${PYSITELIB}/gtk-2.0/gtk/__init__.py ${PYSITELIB}/gtk-2.0/gtk/__init__.pyc ${PYSITELIB}/gtk-2.0/gtk/__init__.pyo -${PYSITELIB}/gtk-2.0/gtk/_gtk.a ${PYSITELIB}/gtk-2.0/gtk/_gtk.la -${PYSITELIB}/gtk-2.0/gtk/_gtk.so ${PYSITELIB}/gtk-2.0/gtk/compat.py ${PYSITELIB}/gtk-2.0/gtk/compat.pyc ${PYSITELIB}/gtk-2.0/gtk/compat.pyo -${PYSITELIB}/gtk-2.0/gtk/glade.a ${PYSITELIB}/gtk-2.0/gtk/glade.la -${PYSITELIB}/gtk-2.0/gtk/glade.so ${PYSITELIB}/gtk-2.0/gtk/keysyms.py ${PYSITELIB}/gtk-2.0/gtk/keysyms.pyc ${PYSITELIB}/gtk-2.0/gtk/keysyms.pyo -${PYSITELIB}/gtk-2.0/pango.a ${PYSITELIB}/gtk-2.0/pango.la -${PYSITELIB}/gtk-2.0/pango.so ${PYSITELIB}/pygtk.pth ${PYSITELIB}/pygtk.py ${PYSITELIB}/pygtk.pyc |