summaryrefslogtreecommitdiff
path: root/x11/gnome-python
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz2-5/+4
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-4/+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-13/+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-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-3/+3
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-04-27Convert to buildlink3.snj3-14/+26
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-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-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-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-04-20This will only work with gnome-panel-1.xrh1-1/+3
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+3
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-02-22Update to gnome-python 1.4.4. The ChangeLog sucks, but I think these aremycroft4-142/+165
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.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-05Unused.wiz1-6/+0
2002-10-05Convert to buildlink2.wiz1-6/+6
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-6/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+7
buildlink2.mk files back into the main trunk.
2002-03-26Include "gnome-core" buildlink glue code to fix builds problems.tron1-3/+2
2002-03-24Include buildlink glue code for "control]center" to fix build problem.tron1-1/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-12We need the ORBit buildlink as well.jwise1-1/+2
2002-01-24List Matthias Drochner the maintainer of this package.tron1-2/+2
2002-01-19use python buildlink,drochner5-136/+162
install headers into a subdir of the python includes
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-4/+4
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-21Add missing "Size" entries.tron1-1/+2
2001-05-19allow python>=2.0, for those who look into the futuredrochner1-2/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-07Update gnome-python to 1.4.0.rh2-6/+6
Notable changes are: - adds support for more panel applet APIs. - update to work with latest gtkhtml. - various bug fixes.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-26Fix module names so they actually work.mycroft1-23/+23
2000-11-26The .so modules go in the PLIST too.mycroft1-1/+12
2000-11-20Feh. Make this depend on a *specific* version of python until the path namemycroft1-2/+2
lossage in the PLIST is fixed.
2000-11-20Use LTCONFIG_OVERRIDE.mycroft1-14/+16
Also, back out previous change. This pkg formerly worked with python 1.5.2, and there is no reason to force the user to upgrade python.
2000-11-17Adapt this package to version 2.0 of the "python" package.tron2-121/+121
2000-06-05Update "gnome-python" package to version 1.0.53. Change sincetron3-17/+28
version 1.0.51: - pygnome/gtkhtml.py: removed removed functions. - pygnome/generate/gtkhtml.defs (gtk_html_calc_scrollbars): removed private function. - pygnome/Makefile.am: changed dependencies to point at .lo files rather than .o files, as we are using libtool now. - pygnome/examples/gtkhtml_demo.py (HtmlWindow.load_url): don't call GtkHTML.parse(). - pygnome/generate/gtkhtml.defs (gtk_html_parse): remove function that was removed from gtkhtml. - configure.in, gnome-python.spec: updated version number. - NEWS: added news items. - pygnome/Makefile.am (_gtkhtmlmodule_la_LIBADD): link with the correct library list. - pygnome/gnome/config.py (section_contents,private_section_contents): fixed incorrect naming of wrapper. - (lots of files): switch over to using libtool and automake-1.4a. - pygnome/gnomeuimodule.c, pygnome/gnome/ui.py, pygnome/generate/gnomeui.defs: Modified _wrap_gnome_file_entry_get_full_path, so that it supports NULL as a return value (if the user does not select a file) - pygnome/gnomeuimodule.c (_wrap_gnome_dialog_button_connect): create a tuple (function, arguments) to be registered in the callback. This corrects random behaviors after callback. - pygnome/gnome/__init__.py: don't bother with the python-1.4 compatibility stuff -- gnome-python won't work with python-1.4 for other reasons. - configure.in: updated version. Require gtk+ >= 1.2.6 for same reasons pygtk requires it. - gnome-python.spec: incremented version numbers. Add requires headers for gtk+ and gnome-libs so people don't annoy me with problems caused by old versions. Also, require the matching version of pygtk. Also, make pygnome-libglade require pygnome. - pygnome/gettext.py (Catalog.__init__): check for msb encoded catalogs as well. - pygtk/gtkmodule.c: When changing a gtkadjustment, call gtk_adjustment_changed() - autogen.sh: Work with builddir != srcdir. - pygnome/gnomeuimodule.c (list_to_ui_info): set user_data to NULL, to avoid crashes in free_ui_info. - pygnome/gnomeuimodule.c: added PyGtk_Get() around parameters in MDI handling. - pygnome/gnome/ui.py (GnomeMDIGenericChild.__marshal.__call__): fix mistake here.
2000-03-14Update "gnome-python" package to version 1.0.51 and add missing dependencetron3-7/+10
on "control-center" package. A change list is not available unfortunately.
2000-01-20Order dependences properly.tron1-2/+2
2000-01-20Add missing dependence on "gnome-core" to get the "panel_applet" library.tron1-1/+2
2000-01-20Add missing dependence on "gtkglarea" package.tron1-1/+2
2000-01-05Add missing dependence on "libglade" package.tron1-1/+2
2000-01-05Add missing dependence on "python" package.tron1-1/+3