diff options
author | rh <rh@pkgsrc.org> | 2000-12-31 14:04:43 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-12-31 14:04:43 +0000 |
commit | 0d730d133d47ccd59a82bd7da734b836a77554e8 (patch) | |
tree | e12ee405ad0f89751290199f98bb2a4ba64dc9f4 /www/gtkhtml/Makefile | |
parent | 881a52166d02e470b1d33a9a0dec88cb9ed08684 (diff) | |
download | pkgsrc-0d730d133d47ccd59a82bd7da734b836a77554e8.tar.gz |
Update gtkhtml to 0.8. Changes include:
General:
- Fixed X selections so that we no longer try to pass UTF-8 encoded text
in STRING atoms.
- Improved the table layout code so that now we render tables very close
to the big name browsers, one or two small issues left
- Added many missing attributes to the HTML export code so that at least
we pass on the attributes we understand.
- Support for sub sup and strike elements.
- We now parse param elements before emitting the object requested signal
so that we can make an informed choice about whether or not the object
is supported.
Editor:
- We now hook to the gnome-spell component to do spelling.
- Rename the idl and oafinfo to bring us in line with the new naming
conventions
- The editor control now exposes an interface for issuing editor commands
Ebrowser:
- New component to support simple browsing tasks.
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r-- | www/gtkhtml/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index f924d555a37..cc7e8ea3af5 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2000/09/02 06:56:17 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/31 14:04:43 rh Exp $ # -DISTNAME= gtkhtml-0.6.1 +DISTNAME= gtkhtml-0.8 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= libwww>=5.2.8:../../www/libwww -DEPENDS+= bonobo>=0.15:../../devel/bonobo +DEPENDS+= gal>=0.4.1:../../devel/gal +DEPENDS+= glibwww-*:../../www/glibwww +DEPENDS+= bonobo>=0.29:../../devel/bonobo DEPENDS+= control-center>=1.2.0:../../x11/controlcenter DEPENDS+= gnome-print>=0.20:../../print/gnome-print @@ -17,7 +18,7 @@ GNU_CONFIGURE= YES USE_X11BASE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" .include "../../mk/bsd.pkg.mk" |