summaryrefslogtreecommitdiff
path: root/x11/gnome-python
AgeCommit message (Collapse)AuthorFilesLines
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
2000-01-02Fix build problem on a.out systems.tron1-4/+6
2000-01-02Join "gnome-python" with "py-gtk" package because their sources aretron4-64/+93
distributed bundled these days and trying to seperate them causes build problems.
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-11-21Make this package build on "a.out" systems.tron1-1/+10
1999-11-20Import new "gnome-python" package:tron7-0/+115
Python Bindings for the GNU Network Object Model Environment