diff options
author | rh <rh> | 2001-04-24 17:27:57 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-24 17:27:57 +0000 |
commit | 57bd782098c112b286f8dfc0098b04bace5c7e3b (patch) | |
tree | 5a2746442c7cfbafa4878d9aac0e0e211cd218b5 /x11/gtk--/pkg | |
parent | aa4fe9052aed23807c0cf9610c45db63f0db3a0c (diff) | |
download | pkgsrc-57bd782098c112b286f8dfc0098b04bace5c7e3b.tar.gz |
Update gtk-- to 1.2.5. Changes include:
Release: Gtk-- 1.2.5
* Fixes for code generator.
* Fixes for RedHat 7.0 configure bug.
* Numerous patches to clean up code and improve appearance.
* Added SpinButton::update() (Augustin Ferrin Pozuelo)
* Menushell namespace fixes (jaycox)
* Fixes for gtk--.m4 (srittau)
* Major CTree fixes
* CTree::selection() fixed. (Murray Cumming)
* Added CTree::{Row,Column}::moveto()
* Fix for CTree::RowList::end() (Daniel Elstner)
* Documentation fixes (Falk Hueffner)
* TreeItem patch (Joe Yandle)
Release: Gtk-- 1.2.4
* Fixes for code generator
* Rotated Bin::add_pixlabel.
* gcc 2.96 fixes.
* Distribution fixes.
* Tutorial updates.
* Dialog demos.
* Dialog demo from Paul Serice.
* Warning clean up.
* Fix for accelerator labels from Toralf Lund.
Release: Gtk-- 1.2.3
* Fixes for container
* Bugs in code generator
* Minor internal fixes.
* Major changes for libstdc++-v3 from Felix Natter
* Patches to try to improve gcc 2.96 compilation (still problem with yacc)
* Menu improvements to support dynamic menu items.
* CTree iterator fixes.
Release: Gtk-- 1.2.2
* CTree updates from Juergen Mangler, a9506264@unet.univie.ac.at
* Tearoff menu support (Juergen).
* New examples for ctree and menu (Juergen).
* Changed internals to get around serious gcc bug. Earlier versions
should be discarded. Use of old version with multiple inheritence
will cause segfaults!
Diffstat (limited to 'x11/gtk--/pkg')
-rw-r--r-- | x11/gtk--/pkg/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gtk--/pkg/PLIST b/x11/gtk--/pkg/PLIST index aabbc57dbc3..bf682ce006c 100644 --- a/x11/gtk--/pkg/PLIST +++ b/x11/gtk--/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2001/01/04 15:11:01 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 2001/04/24 17:27:58 rh Exp $ bin/gtkmm-config bin/gtkmmconvert include/gdk--/bitmap.h @@ -189,13 +189,13 @@ lib/gtkmm/proc/stage1.m4 lib/libgdkmm.a lib/libgdkmm.la lib/libgdkmm.so -lib/libgdkmm.so.1 -lib/libgdkmm.so.1.0 +lib/libgdkmm.so.2 +lib/libgdkmm.so.2.0 lib/libgtkmm.a lib/libgtkmm.la lib/libgtkmm.so -lib/libgtkmm.so.0 -lib/libgtkmm.so.0.1 +lib/libgtkmm.so.2 +lib/libgtkmm.so.2.1 share/aclocal/gtk--.m4 @exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gtk--.m4 ${LOCALBASE}/share/aclocal/gtk--.m4 @unexec test %D = ${LOCALBASE} || rm ${LOCALBASE}/share/aclocal/gtk--.m4 |