summaryrefslogtreecommitdiff
path: root/x11/py-gnome2
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-29/+1
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-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-10update to 2.0.2recht2-6/+5
Changes since 2.0.0: * gnome.canvas - add functions and methods to allow using Bpath canvas item - add item_list attribute to gnome.canvas.Group to contain list of child items * gnome.vfs - add lots of wrappers for gnome.vfs.mime_* functions - add wrappers for gnome.vfs.xfer_* functions - bug fixes * bonobo - fix reference counting of bonobo object constructors * gnomeprint - Add examples ported from C, found in libgnomeprintui - Add wrappers for gnome_print_convert_distance(_full)? - GnomeFontDialog derives from GtkDialog, not GtkWidget - Add missing gnomeprint.Context.grestore() * gconf - check gconf value type on get_xxx() - fix example simple-view.py - misc fixes * applet - add PanelApplet.get_flags and PanelApplet.set_flags and respective constants * gnome.ui - Enable wrapper for IconTextItem.get_text() - Add wrapper for gnome.ui.IconList.get_selection() - Fix AboutDialog crash when translator_credits is None - Add wrappers for gnome.ui.Client.set_xxx_command() Changes since 2.0.1: The only change since 2.0.1 is a small build fix that makes it possible to build the vfs bindings again. (bug 138556)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-07No longer used.minskim1-29/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20Do not use PYPKGPREFIX in buildlink3.mk except in BUILDLINK_DEPENDS.*.minskim1-2/+2
2004-02-19bl3ifyminskim2-10/+41
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency).jmmv1-2/+2
2004-02-11Bump PKGREVISION due to libgtkthml update.xtraeme1-2/+2
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-02-06Bump revision due to nautilus update to 2.4.2.jmmv1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-04Bump revision due to librsvg2 update (libcroco added as a dependancy).jmmv1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-11-12PKGREVISION++ due to devel/popt update.salo2-3/+4
2003-09-09python/extension.mk has to be included before any other Python module.recht1-4/+4
2003-09-09Initial import of py-gnome2 2.0.0.recht5-0/+149
The gnome-python package contains the source packages for the Python bindings for GNOME called PyGNOME. PyGNOME is an extension module for Python that provides access to the base GNOME libraries, so you have access to more widgets, a simple configuration interface, and metadata support.