diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:52:41 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:52:41 +0000 |
commit | b65343569dfb9fff5781c20e755e9e809db34425 (patch) | |
tree | ff3b744ef69296564cab1dae49f1e5c3353397f8 /www/gtkhtml3/Makefile | |
parent | 8e700958e71ae1a46c0bab26798a7465e8902477 (diff) | |
download | pkgsrc-b65343569dfb9fff5781c20e755e9e809db34425.tar.gz |
Update to 3.2.1. This version corresponds to GNOME 2.8.0.
gtkhtml-3.2.1 "Gone stable" 2004-09-10
------------------------------------------------
New in this release
* Updated translations:
el (Nikos Charonitakis)
cs (Miloslav Trmac)
it (Luca Ferretti)
ta (Jayaradha)
ms (Hasbullah Bin Pit)
sq (Laurent Dhima)
gtkhtml-3.2.0 "Going stable" 2004-08-26
------------------------------------------------
New in this release
* make sure backstore pixmap has a colormap (Robert McQueen)
New in 3.1.20
* optionally use new gtk file chooser
* fixed table layout calculation
* fixed embedded widgets width
* do not use title from MOZILLA_URL in text mode
* fixed table cell cursor
* a11y fixes (Eric Zhao)
* fixed style setting in editor
New in 3.1.19
* fixed crash in embedded widgets code
* auto* files fixes (release string vs. api version)
* better size request/allocation handling for child widgets
* memory leak fix
New in 3.1.18
* save TT tag again
New in 3.1.17
* fixed links editing
* fixed problems with gnome print and 's
* fixed crash when pasting html with embedded widgets
* display link attributes in plain text
* fixed cursor movement
* set iframe's base url before emitting iframe_created signal
* disable focus forwarding in editor (Eric Zhao)
* fixed MOZILLA_URL pasting again
* fixed leaking pango glyphs (Owen Taylor)
* removed line breaks around puntuation in links
* caret is now consistent with focus (Eric Zhao)
* more compiler warnings fixes (Owen Taylor)
New in 3.1.16
* compiler warnings fixes
* font settings fixes
* fixed pasting MOZILLA_URL crash
* added missing KP_Home, KP_End bindings
New in 3.1.15
* fixed printing
* fixed page color editing
* fixed table editing
* fixed local image url's
* optimalizations
* colorset fixes
* fixed crash related to displaying spell errors
* a11y fixes (Eric Zhao)
* search dialog fixes (Pratik V. Parikh)
* line breaking fixes in links
* make Wrap Lines menu item usable again
* fixed line breaking
* use GIT
* HIGifications
New in 3.1.5
* improved IM preedit string display
* removed gal dependency
* better smiley substitution in the composer (bounty by Jan Arne Petersen)
New in 3.1.5
* better font sizing
* updated translations.
New in 3.1.4
* new and improved html parser handles broken html much better.
* better pango integration.
* updated translations.
* better ascii mode rendering of lists.
* improved exposure handling.
* improved animation rendering.
* versioned .server files for parallel installs with version 3.0.x.
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 0550fde391c..736d2294f68 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2004/04/02 18:15:11 recht Exp $ +# $NetBSD: Makefile,v 1.13 2004/09/21 16:52:41 jmmv Exp $ # -DISTNAME= gtkhtml-3.0.10 +DISTNAME= gtkhtml-3.2.1 PKGNAME= ${DISTNAME:S/gtkhtml/gtkhtml3/} CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.2/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org @@ -19,9 +19,15 @@ PKGCONFIG_OVERRIDE+= src/libgtkhtml.pc.in GNU_CONFIGURE= yes .include "../../devel/gail/buildlink3.mk" -.include "../../devel/gal2/buildlink3.mk" -.include "../../devel/libbonobo/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libbonoboui/buildlink3.mk" +.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../graphics/gnome-icon-theme/buildlink3.mk" +.include "../../print/libgnomeprint/buildlink3.mk" +.include "../../print/libgnomeprintui/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" -.include "../../net/libsoup/buildlink3.mk" +.include "../../net/libsoup-devel/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |