diff options
author | rh <rh@pkgsrc.org> | 2000-06-01 11:58:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-01 11:58:42 +0000 |
commit | 922dfba2efd3c4e2079f7fe1aad92dc186914cbb (patch) | |
tree | 31c852ff79cf6db30d3456baf355e47f28b65dec /devel/libglade | |
parent | c0635e1933273be05ccf6b03a18475a2e74c03ba (diff) | |
download | pkgsrc-922dfba2efd3c4e2079f7fe1aad92dc186914cbb.tar.gz |
Update libglade to 0.13. Changes include:
- improved bonobo support from Michael Meeks.
- building documentation doesn't require an X connection now.
- accelerators for widgets on notebook pages are now only active
when the page is visible (Jon K Hellan).
- memory leak fixes (Morten).
- fixes for GtkHPaned/GtkVPaned.
- handle progress bar attributes.
- dock layout should save correctly now for GnomeApp widgets.
- handle non stock menu icons in GNOME mode.
- added glade_xml_get_widget_prefix() function to get all widgets
whose names start with a certain prefix.
- added glade_xml_signal_connect_data() function that connects a
named signal and allows you to specify the data argument. This
is a simple wrapper around glade_xml_signal_connect_full.
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/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/libglade/patches/patch-ab | 17 | ||||
-rw-r--r-- | devel/libglade/pkg/PLIST | 32 |
5 files changed, 29 insertions, 36 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 9d7d8c1887b..6f05cc2d462 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2000/02/06 03:34:49 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/06/01 11:58:42 rh Exp $ # -DISTNAME= libglade-0.11 +DISTNAME= libglade-0.13 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libglade/} @@ -11,8 +11,8 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= gettext-0.10.*:../../devel/gettext # do not remove esound pre-requisite DEPENDS+= esound-0.2.*:../../audio/esound -DEPENDS+= gnome-libs-*:../../x11/gnome-libs -DEPENDS+= libxml-1.*:../../textproc/libxml +DEPENDS+= gnome-libs>=1.2.1:../../x11/gnome-libs +DEPENDS+= libxml>=1.8.5:../../textproc/libxml USE_LIBTOOL= YES USE_X11BASE= YES diff --git a/devel/libglade/files/md5 b/devel/libglade/files/md5 index a2bd6b9c0fd..6352711c3a6 100644 --- a/devel/libglade/files/md5 +++ b/devel/libglade/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/01/01 13:36:44 rh Exp $ +$NetBSD: md5,v 1.6 2000/06/01 11:58:43 rh Exp $ -MD5 (libglade-0.11.tar.gz) = 459f300a4c57d17b86af78aea1ec517c +MD5 (libglade-0.13.tar.gz) = b774b7bff74bb9f9fdbcadf61d6c5efc diff --git a/devel/libglade/files/patch-sum b/devel/libglade/files/patch-sum index 62b70105bde..d9656c88aad 100644 --- a/devel/libglade/files/patch-sum +++ b/devel/libglade/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.4 2000/01/01 13:36:44 rh Exp $ +$NetBSD: patch-sum,v 1.5 2000/06/01 11:58:43 rh Exp $ -MD5 (patch-ab) = e2ef65eedbdf616cda7ef927d655515f +MD5 (patch-ab) = 0ee62d73239598d60721f8b7b94af7f1 diff --git a/devel/libglade/patches/patch-ab b/devel/libglade/patches/patch-ab index aae77519396..788eb034d85 100644 --- a/devel/libglade/patches/patch-ab +++ b/devel/libglade/patches/patch-ab @@ -1,17 +1,8 @@ -$NetBSD: patch-ab,v 1.3 1999/11/15 18:50:33 rh Exp $ +$NetBSD: patch-ab,v 1.4 2000/06/01 11:58:44 rh Exp $ ---- doc/Makefile.in.orig Tue Sep 28 07:24:35 1999 -+++ doc/Makefile.in Mon Nov 15 19:47:58 1999 -@@ -127,7 +127,7 @@ - # The directory containing the source code (if it contains documentation). - DOC_SOURCE_DIR = ../glade - --HTML_DIR = $(datadir)/gnome/html -+HTML_DIR = $(datadir)/doc - - TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) - @GNOME_SUPPORT_TRUE@CFLAGS = $(GNOME_INCLUDEDIR) $(XML_CFLAGS) -I$(srcdir)/.. -@@ -296,8 +296,6 @@ +--- doc/Makefile.in.orig Sat May 20 12:29:57 2000 ++++ doc/Makefile.in Wed May 31 11:22:31 2000 +@@ -318,8 +318,6 @@ echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ diff --git a/devel/libglade/pkg/PLIST b/devel/libglade/pkg/PLIST index 3ed6149d57b..5c37b7eb584 100644 --- a/devel/libglade/pkg/PLIST +++ b/devel/libglade/pkg/PLIST @@ -1,26 +1,28 @@ -@comment $NetBSD: PLIST,v 1.8 2000/01/01 13:36:46 rh Exp $ +@comment $NetBSD: PLIST,v 1.9 2000/06/01 11:58:44 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.5 +lib/libglade.so.3.1 +lib/libglade.la lib/libglade.a -lib/libglade-gnome.so.2.5 +lib/libglade-gnome.so.3.1 +lib/libglade-gnome.la lib/libglade-gnome.a lib/libgladeConf.sh share/aclocal/libglade.m4 -share/doc/libglade/gladexml.html -share/doc/libglade/libglade-embedding.html -share/doc/libglade/libglade-extending.html -share/doc/libglade/libglade-gnome.html -share/doc/libglade/libglade-i18n.html -share/doc/libglade/libglade-lib.html -share/doc/libglade/libglade-libglade-build.html -share/doc/libglade/libglade-libglade-initialisation.html -share/doc/libglade/libglade-notes.html -share/doc/libglade/libglade.html -share/doc/libglade/libglade-libglade-sax-parser.html -@dirrm share/doc/libglade +share/gnome/html/libglade/gladexml.html +share/gnome/html/libglade/libglade-embedding.html +share/gnome/html/libglade/libglade-extending.html +share/gnome/html/libglade/libglade-gnome.html +share/gnome/html/libglade/libglade-i18n.html +share/gnome/html/libglade/libglade-lib.html +share/gnome/html/libglade/libglade-libglade-build.html +share/gnome/html/libglade/libglade-libglade-initialisation.html +share/gnome/html/libglade/libglade-libglade-sax-parser.html +share/gnome/html/libglade/libglade-notes.html +share/gnome/html/libglade/libglade.html +@dirrm share/gnome/html/libglade @dirrm include/glade |