Update to 1.8.3:
Changes * Work around crash caused by https://bugzilla.mozilla.org/show_bug.cgi?id=312241 . * Use gtk stock icons for fullscreen * Add more mime types to the list of known types * Use the history window as parent for the new-bookmark dialogue [#320329] * Scroll the view so the selected cert is visible [#320758] * Allow compilation against xulrunner * Don't put the prefs/pdm dialogue over all windows * Vastly improve PDM dialogue opening time * Delay reloads when we get many change notifications in a short time [#319993] * Fix HTML forms and scrollbars in lockdown mode [#316498] Contributors to this release: Robert O'Callahan. Updated translations: * Ivar Smolin (et) * Clytie Siddall (vi) * Liu Songhe (zh_CN)
This commit is contained in:
parent
46b20cd5dc
commit
71ff6a7521
3 changed files with 6 additions and 21 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.45 2005/12/31 12:32:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2006/01/20 13:33:42 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= epiphany-1.8.2
|
||||
PKGREVISION= 1
|
||||
DISTNAME= epiphany-1.8.3
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.24 2005/10/14 21:47:59 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.25 2006/01/20 13:33:42 jmmv Exp $
|
||||
|
||||
SHA1 (epiphany-1.8.2.tar.bz2) = 245320c298b807ccf066ab6346b9988b5a97ef6f
|
||||
RMD160 (epiphany-1.8.2.tar.bz2) = 8fcc70a936a55ac33ef716f83b12ff6609110042
|
||||
Size (epiphany-1.8.2.tar.bz2) = 3354620 bytes
|
||||
SHA1 (patch-aa) = 84230bd6ac8dd58a707512f3102ef3f7e96f39af
|
||||
SHA1 (epiphany-1.8.3.tar.bz2) = 980a8b60c406099377e5f58b950362434f8395ab
|
||||
RMD160 (epiphany-1.8.3.tar.bz2) = f1086c551632ece29f056fad9a409f0e903c6aee
|
||||
Size (epiphany-1.8.3.tar.bz2) = 3355417 bytes
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.7 2005/10/14 21:47:59 jmmv Exp $
|
||||
|
||||
--- help/Makefile.in.orig 2005-10-02 23:39:48.000000000 +0200
|
||||
+++ help/Makefile.in
|
||||
@@ -977,7 +977,7 @@ install-doc-figs:
|
||||
else \
|
||||
figfile="$(srcdir)/C/$$fig"; \
|
||||
fi; \
|
||||
- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \
|
||||
+ figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/'`; \
|
||||
figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
|
||||
if ! test -d "$$figdir"; then \
|
||||
echo "$(mkinstalldirs) $$figdir"; \
|
Loading…
Reference in a new issue