Commit graph

24 commits

Author SHA1 Message Date
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
drochner
26afe3fb70 allow python>=2.0, for those who look into the future 2001-05-19 14:49:48 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
rh
86f97775b7 Update gnome-python to 1.4.0.
Notable changes are:
        - adds support for more panel applet APIs.
        - update to work with latest gtkhtml.
        - various bug fixes.
2001-04-07 19:43:30 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
mycroft
9f4d6de11e Fix module names so they actually work. 2000-11-26 21:06:10 +00:00
mycroft
b5b97addc4 The .so modules go in the PLIST too. 2000-11-26 20:42:04 +00:00
mycroft
6c21389a18 Feh. Make this depend on a *specific* version of python until the path name
lossage in the PLIST is fixed.
2000-11-20 14:41:18 +00:00
mycroft
37e70a7db5 Use LTCONFIG_OVERRIDE.
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-20 14:38:27 +00:00
tron
73a1871d42 Adapt this package to version 2.0 of the "python" package. 2000-11-17 07:53:21 +00:00
tron
ae53c44b07 Update "gnome-python" package to version 1.0.53. Change since
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-06-05 19:52:31 +00:00
tron
ec781a5775 Update "gnome-python" package to version 1.0.51 and add missing dependence
on "control-center" package. A change list is not available unfortunately.
2000-03-14 22:20:21 +00:00
tron
a5048ab515 Order dependences properly. 2000-01-20 23:58:11 +00:00
tron
b8995d485d Add missing dependence on "gnome-core" to get the "panel_applet" library. 2000-01-20 23:35:57 +00:00
tron
a8c99602ff Add missing dependence on "gtkglarea" package. 2000-01-20 21:33:11 +00:00
tron
0d846e4bb5 Add missing dependence on "libglade" package. 2000-01-05 23:06:47 +00:00
tron
28669a221d Add missing dependence on "python" package. 2000-01-05 17:09:16 +00:00
tron
2da2fc84a3 Fix build problem on a.out systems. 2000-01-02 19:55:15 +00:00
tron
7fe5cc61ae Join "gnome-python" with "py-gtk" package because their sources are
distributed bundled these days and trying to seperate them causes
build problems.
2000-01-02 18:11:22 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
8db5eec928 Make this package build on "a.out" systems. 1999-11-21 19:53:20 +00:00
tron
25dca8022d Import new "gnome-python" package:
Python Bindings for the GNU Network Object Model Environment
1999-11-20 20:17:47 +00:00