diff options
author | rh <rh@pkgsrc.org> | 1999-08-28 09:36:31 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-28 09:36:31 +0000 |
commit | b9a4cf66b36ace9b440bb0207def33e5bfebf282 (patch) | |
tree | 381bb70786471f2e74e3cc3a23f0cd51dab3560c /x11/gtk/Makefile | |
parent | f3da992da008f305ac3d8767b6398cd21246e10a (diff) | |
download | pkgsrc-b9a4cf66b36ace9b440bb0207def33e5bfebf282.tar.gz |
Update gtk+ to 1.2.4
Overview of Changes in GTK+ 1.2.4:
* DnD improvements (drags can be canceled with Esc now).
* suppressed configure event reordering in Gdk.
* rewrite of Gtk's configure event handling.
* major improvements for the object argument system (Elena Devdariani).
* major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
GtkCTree.
* tutorial/FAQ updates, new file generation.txt on autogenerated sources.
* configure's --with-glib= is "officially" unsupported.
* upgrade to libtool 1.3.3.
* various buglets fixed.
Overview of Changes in GTK+ 1.2.3:
* Upgrade to libtool 1.3
* Check for dgettext (for systems with old versions of GNU Gettext)
* Many bug fixes (see ChangeLog for details)
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index c65cb0ccfd4..46d10fd64e9 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 1999/05/23 23:49:14 tv Exp $ +# $NetBSD: Makefile,v 1.33 1999/08/28 09:36:31 rh Exp $ -DISTNAME= gtk+-1.2.2 +DISTNAME= gtk+-1.2.4 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/ DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= glib-1.2.2:../../devel/glib +DEPENDS+= glib-1.2.4:../../devel/glib BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 USE_LIBTOOL= yes |