diff options
author | tron <tron> | 1999-11-14 23:36:24 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-14 23:36:24 +0000 |
commit | 65f816c268c2e4ebb02968ba8ec99d032dfbcaf4 (patch) | |
tree | 686a10894bb033e720d3d3a905b1fa7d59336cbf /x11/gtk--/Makefile | |
parent | 8c4278cfc6cab00319d1be37564d4c7480ebdc27 (diff) | |
download | pkgsrc-65f816c268c2e4ebb02968ba8ec99d032dfbcaf4.tar.gz |
Update "gtk--" package to version 1.0.3 include in GNOME 1.0.53 release
and enable GNOME support. Changes since version 1.0.0:
- uncommented Gtk_CheckMenuItem::set_state(bool)
- new string vector based ctors for Gtk_CList and Gtk_CTree.
- misc. other changes/fixes to Gtk_CTree.
- fixed Gtk_CTreeNode::node_nth_child_real
- Improvements to list wrappers and portablity fixes. (world)
- Ctree, Style, Clist improvements (Dukes)
- Fixed drag_begin. (Dukes)
- ItemFactory interface changes. (Dukes&Tero)
- Fixed global trashcan problem -- critical. (Stephane Conversy)
- Gdk-- bug in reference counting. (Ewen McNeill)
- Missing ctors in gdk--. (Dukes)
- Gnome-- item fixes (Herbert Valerio Riedel)
- Numerous package fixes.
Diffstat (limited to 'x11/gtk--/Makefile')
-rw-r--r-- | x11/gtk--/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile index 6c0c2357693..91438d71704 100644 --- a/x11/gtk--/Makefile +++ b/x11/gtk--/Makefile @@ -1,21 +1,16 @@ -# $NetBSD: Makefile,v 1.8 1999/10/23 00:05:17 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/11/14 23:36:24 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp # -DISTNAME= Gtk---1.0.0 -PKGNAME= gtk---1.0.0 +DISTNAME= Gtk---1.0.3 +PKGNAME= gtk---1.0.3 CATEGORIES= x11 devel -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/gtk--/ \ - ftp://gd.tuwien.ac.at/graphics/gimp/gtk/gtk--/ \ - ftp://ftp.u-aizu.ac.jp/pub/graphics/tools/gimp/gtk/gtk--/ \ - ftp://ftp.flirble.org/pub/X/gimp/gtk/gtk--/ \ - http://lazy.ton.tut.fi/terop/iki/gtk/ \ - http://gd.tuwien.ac.at/graphics/gimp/gtk/gtk--/ +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://lazy.ton.tut.fi/gtk--/gtk--.html -DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gnome-libs-*:../../x11/gnome-libs BUILD_DEPENDS+= gm4:../../devel/m4 USE_LIBTOOL= yes @@ -23,6 +18,12 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-gnome + +PLIST_SUBST+= LOCALBASE=${LOCALBASE} + +post-install: + ${TEST} ${PREFIX} = ${LOCALBASE} || \ + ${LN} -fs ${PREFIX}/share/aclocal/gtk--.m4 \ + ${LOCALBASE}/share/aclocal/gtk--.m4 .include "../../mk/bsd.pkg.mk" |