diff options
author | rh <rh@pkgsrc.org> | 2000-10-17 17:07:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-17 17:07:44 +0000 |
commit | 63f121871fa85ab0234ea1030e7825d35e74290e (patch) | |
tree | fb1e86d813ac37d41979fbe271cc83551f488f96 /devel/libglade | |
parent | 9a74b1a8951c9daede43f9fecd3ffd077af50381 (diff) | |
download | pkgsrc-63f121871fa85ab0234ea1030e7825d35e74290e.tar.gz |
Update libglade to 0.14. Changes include:
- radio menu item support (from patch by Mitch Chapman)
- make accelerators visible in GtkPixmapMenuitems.
- Added a glade_set_custom_handler to allow better control
over creation of `Custom' widgets. This can be used by
language bindings or other applications that want more
control over custom widget handling.
- add tearoff menu items to menus if gnome settings say that
they should be shown.
- a few other bug fixes.
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade/files/md5 | 4 | ||||
-rw-r--r-- | devel/libglade/pkg/PLIST | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 8ec5145d888..1752a14e6c6 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2000/07/31 04:14:06 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2000/10/17 17:07:44 rh Exp $ # -DISTNAME= libglade-0.13 +DISTNAME= libglade-0.14 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libglade/} diff --git a/devel/libglade/files/md5 b/devel/libglade/files/md5 index 6352711c3a6..3171005f57c 100644 --- a/devel/libglade/files/md5 +++ b/devel/libglade/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 2000/06/01 11:58:43 rh Exp $ +$NetBSD: md5,v 1.7 2000/10/17 17:07:45 rh Exp $ -MD5 (libglade-0.13.tar.gz) = b774b7bff74bb9f9fdbcadf61d6c5efc +MD5 (libglade-0.14.tar.gz) = ac91458f0e6c827b004b662482009bae diff --git a/devel/libglade/pkg/PLIST b/devel/libglade/pkg/PLIST index 5c37b7eb584..9ba3c861e46 100644 --- a/devel/libglade/pkg/PLIST +++ b/devel/libglade/pkg/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.9 2000/06/01 11:58:44 rh Exp $ +@comment $NetBSD: PLIST,v 1.10 2000/10/17 17:07:45 rh Exp $ bin/libglade-config bin/libglade-xgettext include/glade/glade.h include/glade/glade-xml.h include/glade/glade-build.h include/glade/glade-widget-tree.h -lib/libglade.so.3.1 +lib/libglade.so.4.0 lib/libglade.la lib/libglade.a -lib/libglade-gnome.so.3.1 +lib/libglade-gnome.so.4.0 lib/libglade-gnome.la lib/libglade-gnome.a lib/libgladeConf.sh |