From c8468696e2a15e5c3b6f42d45f7fff53a6d080dd Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 7 Oct 2004 16:14:18 +0000 Subject: Update to 1.4.3: Epiphany 1.4.3 ============== Bug fixes * Fix compilation with gtk+ 2.4.x. Epiphany 1.4.2 ============== Bug fixes * Set dialogs icon to default ephy icon (Christian) * Fix slow resize of the window with many tabs (Christian) * Don't allow activation of the hidden menubar in print preview mode. (Christian) * Recognise "Desktop" special downloads directory. (Christian) [#152926] * Backwards compatibility with old mozilla plugins location (Marco) Translation updates * Changwoo Ryu (ko) * Gareth Owen (en_GB) Epiphany 1.4.1 ============== Code changes * Adapt to mozilla API changes (Christian) Bug fixes * Auto-check new topics (Marco) [#151925] * Don't accept dragged toolbar items from other apps (Marco) [#152388] * Fix toolbar overflow menu items (Christian) [#151648] * Fix for too small tab close buttons (Marco) [#144772] * Enable conversion for favicon downloads (Marco) [#152866] * Fix overflow in remaining time calculation (Jhon Spray, Marco) [#153136] * Fix some mem leaks (Christian) * Fix ephy-bookmarks.h header (Christian) [#153766] * Fix compiler warnings (Christian) Translation updates * Adam Weinberger (en_CA) * Olivier Cortes (fr) * Francesco Marletta (it) --- www/epiphany/Makefile | 5 ++--- www/epiphany/PLIST | 3 ++- www/epiphany/distinfo | 8 +++----- www/epiphany/patches/patch-aa | 16 ---------------- www/epiphany/patches/patch-ab | 22 ---------------------- 5 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644 www/epiphany/patches/patch-aa delete mode 100644 www/epiphany/patches/patch-ab (limited to 'www/epiphany') diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 5eedac17cd7..83484ee6443 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:25 tv Exp $ +# $NetBSD: Makefile,v 1.22 2004/10/07 16:14:18 jmmv Exp $ # -DISTNAME= epiphany-1.4.0 -PKGREVISION= 1 +DISTNAME= epiphany-1.4.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.4/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/epiphany/PLIST b/www/epiphany/PLIST index cc47b158e19..2b2cad22e5c 100644 --- a/www/epiphany/PLIST +++ b/www/epiphany/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/09/21 17:07:58 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/10/07 16:14:18 jmmv Exp $ bin/epiphany include/epiphany-1.4/epiphany/ephy-bookmarks.h include/epiphany-1.4/epiphany/ephy-command-manager.h @@ -54,6 +54,7 @@ share/doc/epiphany/right.png share/doc/epiphany/style.css share/doc/epiphany/up.png share/epiphany/art/epiphany-bookmarks.png +share/epiphany/art/epiphany-close-tab.png share/epiphany/art/epiphany-download.png share/epiphany/art/epiphany-entry.png share/epiphany/art/epiphany-history.png diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index c4c1b49c903..0e0a72210f8 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.12 2004/09/25 17:59:08 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2004/10/07 16:14:19 jmmv Exp $ -SHA1 (epiphany-1.4.0.tar.bz2) = 23695a16488c33c26095616e78fab0b76efb6a40 -Size (epiphany-1.4.0.tar.bz2) = 3381335 bytes -SHA1 (patch-aa) = 06772fd02f5399e5e7827f80be089c3584551597 -SHA1 (patch-ab) = 6cb19d6dd33cb56c263f3066456e4402d6b2a299 +SHA1 (epiphany-1.4.3.tar.bz2) = b2299196b56ad8055f5b3f30490549e164d9b9f5 +Size (epiphany-1.4.3.tar.bz2) = 3393274 bytes diff --git a/www/epiphany/patches/patch-aa b/www/epiphany/patches/patch-aa deleted file mode 100644 index 7c6bc07176f..00000000000 --- a/www/epiphany/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2004/09/21 17:07:58 jmmv Exp $ - ---- configure.orig 2004-09-13 11:24:48.000000000 +0200 -+++ configure -@@ -21909,7 +21909,11 @@ if test $MOZILLA_VERSION = "trunk"; then - MOZILLA_VERSION=9.0 # use a high number - fi - -+if test `uname` = NetBSD; then -+version=$(echo $MOZILLA_VERSION | sed -E -e 's/([0-9]+|[a-z]+)/\1 /g' -e 's/\.//g') -+else - version=$(echo $MOZILLA_VERSION | sed -e 's/\([0-9]\+\|[a-z]\+\)/\1 /g' -e 's/\.//g') -+fi - - set -- $version; - diff --git a/www/epiphany/patches/patch-ab b/www/epiphany/patches/patch-ab deleted file mode 100644 index 7e403865e70..00000000000 --- a/www/epiphany/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2004/09/25 17:59:08 jmmv Exp $ - ---- embed/mozilla/GlobalHistory.cpp.orig 2004-08-27 22:39:10.000000000 +0200 -+++ embed/mozilla/GlobalHistory.cpp -@@ -133,7 +133,7 @@ NS_IMETHODIMP MozGlobalHistory::HidePage - return NS_ERROR_NOT_IMPLEMENTED; - } - --#if (MOZILLA_IS_BRANCH (1, 7) && MOZILLA_CHECK_VERSION3 (1, 7, 3)) || MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3) -+#if MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3) - /* void removePage (in nsIURI aURI); */ - NS_IMETHODIMP MozGlobalHistory::RemovePage(nsIURI *aURI) - { -@@ -179,7 +179,7 @@ NS_IMETHODIMP MozGlobalHistory::GetCount - return NS_ERROR_NOT_IMPLEMENTED; - } - --#if (MOZILLA_IS_BRANCH (1, 7) && MOZILLA_CHECK_VERSION3 (1, 7, 3)) || MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3) -+#if MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3) - /* void markPageAsTyped (in AUTF8String aURI) */ - NS_IMETHODIMP MozGlobalHistory::MarkPageAsTyped(nsIURI *aURI) - { -- cgit v1.2.3