diff options
author | rh <rh@pkgsrc.org> | 2000-01-01 13:36:43 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-01 13:36:43 +0000 |
commit | a3d022188b4d054efe17d1fe006206632720125b (patch) | |
tree | c942b831f38263ea318d8c3f8bcb56df857d9365 /devel/libglade | |
parent | 7adb50b95e0f1c9fa4afc3076cb6a135a20c0539 (diff) | |
download | pkgsrc-a3d022188b4d054efe17d1fe006206632720125b.tar.gz |
Update libglade to 0.11
Changes include:
- remove patches/patch-aa thanks to LTCONFIG_OVERRIDE
* libglade-0.11: 5-December-1999
- fixed some more problems that would cause segfaults on some errors.
- added support for GtkCalendar and GtkInputDialog.
- added assertions to some functions to try to pick up more runtime
errors.
* libglade-0.9: 20-November-1999
- don't crash when creating a GtkPixmap widget if the pixmap file
couldn't be found, or the pixmap file was corrupt.
- fixed bug with setting the window policy. If you were using
libglade-0.8 and found you could not resize windows correctly, then
this bug should now be fixed.
* libglade-0.8: 16-November-1999
- fixed mem leak in the GtkLabel and GtkAccelLabel creation routines.
Also recognise the wrap property of these widgets.
- fixed the code for removing placeholders in the tree, so it actually
works.
- fixed the i18n stuff so it doesn't translate empty strings.
- take notice of more of the settings on GnomeDruidPageStandard's.
- don't depend on internal libxml structures. This means that libxml
1.7.2 or greater is required, but libglade will be less likely to
break if Daniel changes the internal structures.
- fixed recognition of GNOME_STOCK_PIXMAP_EXIT.
- some justification fixes for some menu items.
- correctly name GnomeDockItems
- be more consistent with setting the properties of toplevel windows.
Also added support for the modal and default_width/default_height
properties.
- test-libglade.c is now dual licenced under GPL and X style licence.
This clears up any problems with creating a non GPL/LGPL'd
application using test-libglade as a starting point.
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 12 | ||||
-rw-r--r-- | devel/libglade/files/md5 | 4 | ||||
-rw-r--r-- | devel/libglade/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/libglade/patches/patch-aa | 28 | ||||
-rw-r--r-- | devel/libglade/pkg/PLIST | 6 |
5 files changed, 13 insertions, 40 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 722caba06c6..c96fb74aa37 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 1999/11/15 18:50:32 rh Exp $ +# $NetBSD: Makefile,v 1.18 2000/01/01 13:36:43 rh Exp $ # -DISTNAME= libglade-0.7 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/} +DISTNAME= libglade-0.11 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libglade/} -MAINTAINER= packages@netbsd.org +MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= gettext-0.10.35:../../devel/gettext @@ -20,6 +20,8 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + pre-configure: ${RM} ${WRKSRC}/libgladeConf.sh diff --git a/devel/libglade/files/md5 b/devel/libglade/files/md5 index 2c409b3fd3e..a2bd6b9c0fd 100644 --- a/devel/libglade/files/md5 +++ b/devel/libglade/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/10/10 15:28:01 rh Exp $ +$NetBSD: md5,v 1.5 2000/01/01 13:36:44 rh Exp $ -MD5 (libglade-0.7.tar.gz) = dd62220305b6fc00a8229a2c2f3ae0f9 +MD5 (libglade-0.11.tar.gz) = 459f300a4c57d17b86af78aea1ec517c diff --git a/devel/libglade/files/patch-sum b/devel/libglade/files/patch-sum index 84ba321cb95..62b70105bde 100644 --- a/devel/libglade/files/patch-sum +++ b/devel/libglade/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.3 1999/11/15 18:50:32 rh Exp $ +$NetBSD: patch-sum,v 1.4 2000/01/01 13:36:44 rh Exp $ -MD5 (patch-aa) = 6983c71d16a2a72fd2da0d750b2989d7 MD5 (patch-ab) = e2ef65eedbdf616cda7ef927d655515f diff --git a/devel/libglade/patches/patch-aa b/devel/libglade/patches/patch-aa deleted file mode 100644 index 5d2893535b2..00000000000 --- a/devel/libglade/patches/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:06:09 rh Exp $ - ---- configure.orig Sun Jun 20 13:27:55 1999 -+++ configure Fri Jul 30 19:52:25 1999 -@@ -1738,8 +1738,10 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" - -+if false; then - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+fi - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. -@@ -4472,10 +4474,12 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -+if false; then - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac -+fi - - echo creating "$ac_file" - rm -f "$ac_file" diff --git a/devel/libglade/pkg/PLIST b/devel/libglade/pkg/PLIST index 6109c5353ae..3ed6149d57b 100644 --- a/devel/libglade/pkg/PLIST +++ b/devel/libglade/pkg/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.7 1999/10/10 15:28:01 rh Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/01/01 13:36:46 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.2 +lib/libglade.so.2.5 lib/libglade.a -lib/libglade-gnome.so.2.2 +lib/libglade-gnome.so.2.5 lib/libglade-gnome.a lib/libgladeConf.sh share/aclocal/libglade.m4 |