summaryrefslogtreecommitdiff
path: root/devel/libglade/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-01 11:58:42 +0000
committerrh <rh@pkgsrc.org>2000-06-01 11:58:42 +0000
commit922dfba2efd3c4e2079f7fe1aad92dc186914cbb (patch)
tree31c852ff79cf6db30d3456baf355e47f28b65dec /devel/libglade/Makefile
parentc0635e1933273be05ccf6b03a18475a2e74c03ba (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--devel/libglade/Makefile8
1 files changed, 4 insertions, 4 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