diff options
author | rh <rh> | 1999-10-10 15:28:00 +0000 |
---|---|---|
committer | rh <rh> | 1999-10-10 15:28:00 +0000 |
commit | acb7100f294e4004e4a3385a384359656ed91f37 (patch) | |
tree | 69461dc57477a734a3b1a739981ce4e98e70066c /devel/libglade | |
parent | c6ba3baf86c585a03b81b5bba843285def72c8f0 (diff) | |
download | pkgsrc-acb7100f294e4004e4a3385a384359656ed91f37.tar.gz |
Update libglade to 0.7
Notable changes include:
- Fixed a bug where libglade would seg fault when you tried to load
a file that did not exist or was not a valid XML file. This bug
was found by Michael Meeks.
- Fixed segfault when adding normal buttons to a GnomeDialog's
action area. This fixes bug #2323.
- libglade now honours the has_focus and has_default flags for
widgets.
- The correct default for can_focus (false) is now used. This
was found by Miguel. It should prevent the segfaults caused by
infinite recursion some people were seeing.
- Placeholders are removed from the interface as it gets parsed.
The warnings were not really very useful, and there are times
when you want to leave some spaces blank (such as in tables).
- Fixed bug with setting accelerators that have no modifiers. This
one was found by Paul Clifford.
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 8 | ||||
-rw-r--r-- | devel/libglade/files/md5 | 4 | ||||
-rw-r--r-- | devel/libglade/pkg/PLIST | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 396b0d01846..d867a12a1da 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.7 1999/09/08 16:10:24 rh Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/10 15:28:00 rh Exp $ # -DISTNAME= libglade-0.5 +DISTNAME= libglade-0.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ -DEPENDS+= mawk-1.2.2:../../lang/mawk +DEPENDS+= mawk-*:../../lang/mawk DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs -DEPENDS+= libxml-1.6.1:../../textproc/libxml +DEPENDS+= libxml-1.*:../../textproc/libxml DEPENDS+= esound-0.2.8:../../audio/esound GNU_CONFIGURE= YES diff --git a/devel/libglade/files/md5 b/devel/libglade/files/md5 index 108fee6180b..2c409b3fd3e 100644 --- a/devel/libglade/files/md5 +++ b/devel/libglade/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1999/09/08 16:10:25 rh Exp $ +$NetBSD: md5,v 1.4 1999/10/10 15:28:01 rh Exp $ -MD5 (libglade-0.5.tar.gz) = 6ae6fbd7d214c349b8ae1980a307d0fa +MD5 (libglade-0.7.tar.gz) = dd62220305b6fc00a8229a2c2f3ae0f9 diff --git a/devel/libglade/pkg/PLIST b/devel/libglade/pkg/PLIST index 2d1c9360c02..6109c5353ae 100644 --- a/devel/libglade/pkg/PLIST +++ b/devel/libglade/pkg/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.6 1999/09/08 16:10:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.7 1999/10/10 15:28:01 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.2.0 +lib/libglade.so.2.2 lib/libglade.a -lib/libglade-gnome.so.2.0 +lib/libglade-gnome.so.2.2 lib/libglade-gnome.a lib/libgladeConf.sh share/aclocal/libglade.m4 |