pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

epiphany: Import epiphany-40.0 as wip/epiphany



Module Name:	pkgsrc-wip
Committed By:	Dan CÃirnat <cirnatdan%NetBSD.org@localhost>
Pushed By:	cirnatdan
Date:		Wed Mar 24 22:22:21 2021 +0100
Changeset:	fdfd61941039eecc421059ed5911349c605476be

Added Files:
	epiphany/DESCR
	epiphany/Makefile
	epiphany/PLIST
	epiphany/distinfo
	epiphany/patches/patch-lib_contrib_gnome-languages.c
	epiphany/patches/patch-lib_ephy-sync-utils.c

Log Message:
epiphany: Import epiphany-40.0 as wip/epiphany

40.0 - March 19, 2021
=====================
 * Updated icon in user help (!930, Sabri Ünal)
 * Many updated translations (thank you!)
40.rc - March 12, 2021
======================
 * Close history when Escape is pressed (#728)
 * Fix potential loss of session state when web process is unresponsive
   (#1445)
 * Icons in page popover have a wrong scale after changing scale factor
   (#1450)
 * Crash switching to the second page of keyboard shortcuts (#1452)
 * Fix language preferences (#1456)
 * Dismiss search bar when Escape is pressed (#1463)
 * Fix overaggressive adblocker (#1467)
 * Avoid adding ephy-pdf: URIs to history (!923)
 * Fix clicking links beneath floating status bar (!925)
40.beta - February 11, 2021
===========================
 * Remember previous settings in Clear Personal Data dialog (#328)
 * Allow exporting bookmarks as HTML (#483)
 * Remove smooth scrolling preference. Smooth scrolling is now always
   enabled (#802)
 * Update user help for new preferences dialog navigation (#1263,
   Federico Bruni)
 * Rename mobile-capable setting to show-navigation-buttons (#1300)
 * Update gvdb (#1038)
 * Fix crash when Firefox Sync token is invalid (#1342)
 * Fix floating bar blocking links on bottom of page (#1368)
 * Disable application manager in app mode (#1405)
 * Fix certain searches being converted into invalid addresses (#1418)
 * Add experimental support for a few WebExtensions APIs (!866, !898,
   !899, !901, !904, !910, #1436, #1437)
 * Several improvements to search engine configuration (!872, #1430,
   Vanadiae)
 * Fix state issues with the back/forward buttons (!873, Elias Projahn)
 * Add preference to enable Google search suggestions (!883)
 * Select pre-filled search text in search entry (!887, Benjamin Berg)
 * Improve construction of web app titles (!888, Sonny Piers)
 * Use eslint and run it on CI (!890, Sonny Piers)
 * Fancy new tabs bar! (!814, !892, #1444)
 * Several UI improvements for the tabs list popover (!893, !895)
 * Remove preference to adjust position of tabs bar (!894)
 * Stop spinners when not visible (!905)
 * Update to highlights.js 10.6.0 (!906)
 * Improve empty states of various widgets (!909, Christopher Davis)
40.alpha - January 7, 2021
==========================
The Safe Browsing phishing protection feature is now disabled by default
(#682)
to comply with changes to Google's terms of service, which now prohibit
inclusion of API keys in open source projects. You may provide your own
Google
API key to enable this feature using the -Dgsb_api_key build option at
your own
risk. Most Linux distributions will be unable to do this without
similarly
violating Google's terms of service, since it would require some way to
inject
a secret into the build. Most distributions include a Google API key in
Firefox
or Chromium packaging in apparant violation of the new terms of service;
such
distros may consider using the same key for Epiphany as well. Epiphany
Technology Preview is built using a secret API key. Flathub builds will
likely
have Safe Browsing disabled.
 * Replace seach engine dialog with a listbox (#441, #631, Vanadiae)
 * Firefox Sync dialog is no longer modal (#468)
 * Fix primary menu popover changing size (#953)
 * Visit most recently-viewed tab with Alt+0 (#1050)
 * Fix hidpi favicons (#1298)
 * Allow history dialog to grow wider (#1354)
 * Remove Reopen Closed Tab from tab context menu (#1371)
 * Fix mnemonic conflict between Import Passwords and Import Bookmarks
   (#1386)
 * Fix Remove button sensitivity in history dialog (#1417)
 * Remove Firefox Sync from Preferences and add it to Import/Export menu
   (!766, Andrei Lișiță)
 * Improve language selection widget (!800, Andrei Lișiță)
 * Refine tab context menu (!815)
 * Improve tab muting icons (!817)
 * Update to highlight.js 10.5.0 (!824, !831, !862, !875)
 * Update to PDF.js 2.5.207 (!825)
 * Make bookmarks properties dialog resizable (!832)
 * Additional bookmarks popover fixes for mobile (!833)
 * Improve web app preferences (!834)
 * Various fixes for system web apps (!835)
 * libportal may not be disabled using -Dlibportal=disabled (!840, Simon
   McVittie)
 * Move destructive buttons in clear data and history dialogs (!848)
 * New Epiphany app icon (!849, Tobias Bernard)
 * Add X-Purism-FormFactor to appdata and desktop file (!855, Adrien
   Plazas)
 * Also add X-Purism-FormFactor to web app desktop files (!856)
 * Improve support for dark header bars in otherwise light themes (!857,
   Ian Santopietro)
 * Improve flatpak support for elementary OS (!858, Jordan Petridis)
 * Remove compulsory_for_desktop (gnome-software#445)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fdfd61941039eecc421059ed5911349c605476be

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 epiphany/DESCR                                     |   3 +
 epiphany/Makefile                                  |  44 ++
 epiphany/PLIST                                     | 597 +++++++++++++++++++++
 epiphany/distinfo                                  |   8 +
 .../patches/patch-lib_contrib_gnome-languages.c    |  17 +
 epiphany/patches/patch-lib_ephy-sync-utils.c       |  13 +
 6 files changed, 682 insertions(+)

diffs:
diff --git a/epiphany/DESCR b/epiphany/DESCR
new file mode 100644
index 0000000000..8a28ec4367
--- /dev/null
+++ b/epiphany/DESCR
@@ -0,0 +1,3 @@
+Epiphany is the web browser for the GNOME desktop.
+
+It aims to be simple, easy to use, following the GNOME usability rules.
diff --git a/epiphany/Makefile b/epiphany/Makefile
new file mode 100644
index 0000000000..210df56453
--- /dev/null
+++ b/epiphany/Makefile
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.201 2020/11/05 09:09:20 ryoon Exp $
+
+DISTNAME=	epiphany-40.0
+CATEGORIES=	www gnome
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/epiphany/40/}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://wiki.gnome.org/Apps/Web
+COMMENT=	Web browser for the GNOME desktop
+LICENSE=	gnu-gpl-v2
+
+TOOL_DEPENDS+=	gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+TOOL_DEPENDS+=	itstool-[0-9]*:../../textproc/itstool
+
+USE_TOOLS+=	pkg-config msgfmt xgettext
+
+MESON_ARGS+=	-Dunit_tests=disabled
+MESON_ARGS+=	-Dlibportal=disabled
+
+LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/epiphany
+
+PYTHON_FOR_BUILD_ONLY=	tool
+
+# XXX msgfmt: unknown option -- desktop
+_TOOLS_USE_PKGSRC.msgfmt=	yes
+
+.include "../../devel/meson/build.mk"
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../devel/glib2/schemas.mk"
+BUILDLINK_API_DEPENDS.libdazzle+=	libdazzle>=3.35.3
+.include "../../devel/libdazzle/buildlink3.mk"
+.include "../../wip/libhandy1/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../security/gcr/buildlink3.mk"
+.include "../../security/nettle/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../textproc/iso-codes/buildlink3.mk"
+.include "../../wip/json-glib/buildlink3.mk"
+.include "../../wip/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/epiphany/PLIST b/epiphany/PLIST
new file mode 100644
index 0000000000..860ebbfe16
--- /dev/null
+++ b/epiphany/PLIST
@@ -0,0 +1,597 @@
+@comment $NetBSD$
+bin/epiphany
+lib/epiphany/libephymain.so
+lib/epiphany/libephymisc.so
+lib/epiphany/libephysync.so
+lib/epiphany/web-process-extensions/libephywebprocessextension.so
+libexec/epiphany-search-provider
+libexec/epiphany/ephy-profile-migrator
+man/man1/epiphany.1
+share/applications/org.gnome.Epiphany.desktop
+share/dbus-1/services/org.gnome.Epiphany.SearchProvider.service
+share/epiphany/default-bookmarks.rdf
+share/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
+share/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
+share/gnome-shell/search-providers/org.gnome.Epiphany.SearchProvider.ini
+share/help/C/epiphany/browse-local.page
+share/help/C/epiphany/browse-private.page
+share/help/C/epiphany/browse-tab.page
+share/help/C/epiphany/browse-web.page
+share/help/C/epiphany/browse-webapps-del.page
+share/help/C/epiphany/browse-webapps.page
+share/help/C/epiphany/cert.page
+share/help/C/epiphany/cookies.xml
+share/help/C/epiphany/data-cookies.page
+share/help/C/epiphany/data-passwords.page
+share/help/C/epiphany/data-personal-data.page
+share/help/C/epiphany/history-delete.page
+share/help/C/epiphany/history.page
+share/help/C/epiphany/index.page
+share/help/C/epiphany/introduction.page
+share/help/C/epiphany/legal.xml
+share/help/C/epiphany/media/epiphany-plain-3-36.png
+share/help/C/epiphany/media/epiphany-private-3-36.png
+share/help/C/epiphany/media/org.gnome.Epiphany.svg
+share/help/C/epiphany/pref-cookies.page
+share/help/C/epiphany/pref-css.page
+share/help/C/epiphany/pref-downloads.page
+share/help/C/epiphany/pref-font.page
+share/help/C/epiphany/pref-mouse-gestures.page
+share/help/C/epiphany/pref-passwords.page
+share/help/C/epiphany/pref.page
+share/help/C/epiphany/prob-restore-closed-page.page
+share/help/C/epiphany/proxy.page
+share/help/ca/epiphany/browse-local.page
+share/help/ca/epiphany/browse-private.page
+share/help/ca/epiphany/browse-tab.page
+share/help/ca/epiphany/browse-web.page
+share/help/ca/epiphany/browse-webapps-del.page
+share/help/ca/epiphany/browse-webapps.page
+share/help/ca/epiphany/cert.page
+share/help/ca/epiphany/cookies.xml
+share/help/ca/epiphany/data-cookies.page
+share/help/ca/epiphany/data-passwords.page
+share/help/ca/epiphany/data-personal-data.page
+share/help/ca/epiphany/history-delete.page
+share/help/ca/epiphany/history.page
+share/help/ca/epiphany/index.page
+share/help/ca/epiphany/introduction.page
+share/help/ca/epiphany/legal.xml
+share/help/ca/epiphany/media/epiphany-plain-3-36.png
+share/help/ca/epiphany/media/epiphany-private-3-36.png
+share/help/ca/epiphany/media/org.gnome.Epiphany.svg
+share/help/ca/epiphany/pref-cookies.page
+share/help/ca/epiphany/pref-css.page
+share/help/ca/epiphany/pref-downloads.page
+share/help/ca/epiphany/pref-font.page
+share/help/ca/epiphany/pref-mouse-gestures.page
+share/help/ca/epiphany/pref-passwords.page
+share/help/ca/epiphany/pref.page
+share/help/ca/epiphany/prob-restore-closed-page.page
+share/help/ca/epiphany/proxy.page
+share/help/cs/epiphany/browse-local.page
+share/help/cs/epiphany/browse-private.page
+share/help/cs/epiphany/browse-tab.page
+share/help/cs/epiphany/browse-web.page
+share/help/cs/epiphany/browse-webapps-del.page
+share/help/cs/epiphany/browse-webapps.page
+share/help/cs/epiphany/cert.page
+share/help/cs/epiphany/cookies.xml
+share/help/cs/epiphany/data-cookies.page
+share/help/cs/epiphany/data-passwords.page
+share/help/cs/epiphany/data-personal-data.page
+share/help/cs/epiphany/history-delete.page
+share/help/cs/epiphany/history.page
+share/help/cs/epiphany/index.page
+share/help/cs/epiphany/introduction.page
+share/help/cs/epiphany/legal.xml
+share/help/cs/epiphany/media/epiphany-plain-3-36.png
+share/help/cs/epiphany/media/epiphany-private-3-36.png
+share/help/cs/epiphany/media/org.gnome.Epiphany.svg
+share/help/cs/epiphany/pref-cookies.page
+share/help/cs/epiphany/pref-css.page
+share/help/cs/epiphany/pref-downloads.page
+share/help/cs/epiphany/pref-font.page
+share/help/cs/epiphany/pref-mouse-gestures.page
+share/help/cs/epiphany/pref-passwords.page
+share/help/cs/epiphany/pref.page
+share/help/cs/epiphany/prob-restore-closed-page.page
+share/help/cs/epiphany/proxy.page
+share/help/de/epiphany/browse-local.page
+share/help/de/epiphany/browse-private.page
+share/help/de/epiphany/browse-tab.page
+share/help/de/epiphany/browse-web.page
+share/help/de/epiphany/browse-webapps-del.page
+share/help/de/epiphany/browse-webapps.page
+share/help/de/epiphany/cert.page
+share/help/de/epiphany/cookies.xml
+share/help/de/epiphany/data-cookies.page
+share/help/de/epiphany/data-passwords.page
+share/help/de/epiphany/data-personal-data.page
+share/help/de/epiphany/history-delete.page
+share/help/de/epiphany/history.page
+share/help/de/epiphany/index.page
+share/help/de/epiphany/introduction.page
+share/help/de/epiphany/legal.xml
+share/help/de/epiphany/media/epiphany-plain-3-36.png
+share/help/de/epiphany/media/epiphany-private-3-36.png
+share/help/de/epiphany/media/org.gnome.Epiphany.svg
+share/help/de/epiphany/pref-cookies.page
+share/help/de/epiphany/pref-css.page
+share/help/de/epiphany/pref-downloads.page
+share/help/de/epiphany/pref-font.page
+share/help/de/epiphany/pref-mouse-gestures.page
+share/help/de/epiphany/pref-passwords.page
+share/help/de/epiphany/pref.page
+share/help/de/epiphany/prob-restore-closed-page.page
+share/help/de/epiphany/proxy.page
+share/help/el/epiphany/browse-local.page
+share/help/el/epiphany/browse-private.page
+share/help/el/epiphany/browse-tab.page
+share/help/el/epiphany/browse-web.page
+share/help/el/epiphany/browse-webapps-del.page
+share/help/el/epiphany/browse-webapps.page
+share/help/el/epiphany/cert.page
+share/help/el/epiphany/cookies.xml
+share/help/el/epiphany/data-cookies.page
+share/help/el/epiphany/data-passwords.page
+share/help/el/epiphany/data-personal-data.page
+share/help/el/epiphany/history-delete.page
+share/help/el/epiphany/history.page
+share/help/el/epiphany/index.page
+share/help/el/epiphany/introduction.page
+share/help/el/epiphany/legal.xml
+share/help/el/epiphany/media/epiphany-plain-3-36.png
+share/help/el/epiphany/media/epiphany-private-3-36.png
+share/help/el/epiphany/media/org.gnome.Epiphany.svg
+share/help/el/epiphany/pref-cookies.page
+share/help/el/epiphany/pref-css.page
+share/help/el/epiphany/pref-downloads.page
+share/help/el/epiphany/pref-font.page
+share/help/el/epiphany/pref-mouse-gestures.page
+share/help/el/epiphany/pref-passwords.page
+share/help/el/epiphany/pref.page
+share/help/el/epiphany/prob-restore-closed-page.page
+share/help/el/epiphany/proxy.page
+share/help/es/epiphany/browse-local.page
+share/help/es/epiphany/browse-private.page
+share/help/es/epiphany/browse-tab.page
+share/help/es/epiphany/browse-web.page
+share/help/es/epiphany/browse-webapps-del.page
+share/help/es/epiphany/browse-webapps.page
+share/help/es/epiphany/cert.page
+share/help/es/epiphany/cookies.xml
+share/help/es/epiphany/data-cookies.page
+share/help/es/epiphany/data-passwords.page
+share/help/es/epiphany/data-personal-data.page
+share/help/es/epiphany/history-delete.page
+share/help/es/epiphany/history.page
+share/help/es/epiphany/index.page
+share/help/es/epiphany/introduction.page
+share/help/es/epiphany/legal.xml
+share/help/es/epiphany/media/epiphany-plain-3-36.png
+share/help/es/epiphany/media/epiphany-private-3-36.png
+share/help/es/epiphany/media/org.gnome.Epiphany.svg
+share/help/es/epiphany/pref-cookies.page
+share/help/es/epiphany/pref-css.page
+share/help/es/epiphany/pref-downloads.page
+share/help/es/epiphany/pref-font.page
+share/help/es/epiphany/pref-mouse-gestures.page
+share/help/es/epiphany/pref-passwords.page
+share/help/es/epiphany/pref.page
+share/help/es/epiphany/prob-restore-closed-page.page
+share/help/es/epiphany/proxy.page
+share/help/fr/epiphany/browse-local.page
+share/help/fr/epiphany/browse-private.page
+share/help/fr/epiphany/browse-tab.page
+share/help/fr/epiphany/browse-web.page
+share/help/fr/epiphany/browse-webapps-del.page
+share/help/fr/epiphany/browse-webapps.page
+share/help/fr/epiphany/cert.page
+share/help/fr/epiphany/cookies.xml
+share/help/fr/epiphany/data-cookies.page
+share/help/fr/epiphany/data-passwords.page
+share/help/fr/epiphany/data-personal-data.page
+share/help/fr/epiphany/history-delete.page
+share/help/fr/epiphany/history.page
+share/help/fr/epiphany/index.page
+share/help/fr/epiphany/introduction.page
+share/help/fr/epiphany/legal.xml
+share/help/fr/epiphany/media/epiphany-plain-3-36.png
+share/help/fr/epiphany/media/epiphany-private-3-36.png
+share/help/fr/epiphany/media/org.gnome.Epiphany.svg
+share/help/fr/epiphany/pref-cookies.page
+share/help/fr/epiphany/pref-css.page
+share/help/fr/epiphany/pref-downloads.page
+share/help/fr/epiphany/pref-font.page
+share/help/fr/epiphany/pref-mouse-gestures.page
+share/help/fr/epiphany/pref-passwords.page
+share/help/fr/epiphany/pref.page
+share/help/fr/epiphany/prob-restore-closed-page.page
+share/help/fr/epiphany/proxy.page
+share/help/fur/epiphany/browse-local.page
+share/help/fur/epiphany/browse-private.page
+share/help/fur/epiphany/browse-tab.page
+share/help/fur/epiphany/browse-web.page
+share/help/fur/epiphany/browse-webapps-del.page
+share/help/fur/epiphany/browse-webapps.page
+share/help/fur/epiphany/cert.page
+share/help/fur/epiphany/cookies.xml
+share/help/fur/epiphany/data-cookies.page
+share/help/fur/epiphany/data-passwords.page
+share/help/fur/epiphany/data-personal-data.page
+share/help/fur/epiphany/history-delete.page
+share/help/fur/epiphany/history.page
+share/help/fur/epiphany/index.page
+share/help/fur/epiphany/introduction.page
+share/help/fur/epiphany/legal.xml
+share/help/fur/epiphany/media/epiphany-plain-3-36.png
+share/help/fur/epiphany/media/epiphany-private-3-36.png
+share/help/fur/epiphany/media/org.gnome.Epiphany.svg
+share/help/fur/epiphany/pref-cookies.page
+share/help/fur/epiphany/pref-css.page
+share/help/fur/epiphany/pref-downloads.page
+share/help/fur/epiphany/pref-font.page
+share/help/fur/epiphany/pref-mouse-gestures.page
+share/help/fur/epiphany/pref-passwords.page
+share/help/fur/epiphany/pref.page
+share/help/fur/epiphany/prob-restore-closed-page.page
+share/help/fur/epiphany/proxy.page
+share/help/gl/epiphany/browse-local.page
+share/help/gl/epiphany/browse-private.page
+share/help/gl/epiphany/browse-tab.page
+share/help/gl/epiphany/browse-web.page
+share/help/gl/epiphany/browse-webapps-del.page
+share/help/gl/epiphany/browse-webapps.page
+share/help/gl/epiphany/cert.page
+share/help/gl/epiphany/cookies.xml
+share/help/gl/epiphany/data-cookies.page
+share/help/gl/epiphany/data-passwords.page
+share/help/gl/epiphany/data-personal-data.page
+share/help/gl/epiphany/history-delete.page
+share/help/gl/epiphany/history.page
+share/help/gl/epiphany/index.page
+share/help/gl/epiphany/introduction.page
+share/help/gl/epiphany/legal.xml
+share/help/gl/epiphany/media/epiphany-plain-3-36.png
+share/help/gl/epiphany/media/epiphany-private-3-36.png
+share/help/gl/epiphany/media/org.gnome.Epiphany.svg
+share/help/gl/epiphany/pref-cookies.page
+share/help/gl/epiphany/pref-css.page
+share/help/gl/epiphany/pref-downloads.page
+share/help/gl/epiphany/pref-font.page
+share/help/gl/epiphany/pref-mouse-gestures.page
+share/help/gl/epiphany/pref-passwords.page
+share/help/gl/epiphany/pref.page
+share/help/gl/epiphany/prob-restore-closed-page.page
+share/help/gl/epiphany/proxy.page
+share/help/hu/epiphany/browse-local.page
+share/help/hu/epiphany/browse-private.page
+share/help/hu/epiphany/browse-tab.page
+share/help/hu/epiphany/browse-web.page
+share/help/hu/epiphany/browse-webapps-del.page
+share/help/hu/epiphany/browse-webapps.page
+share/help/hu/epiphany/cert.page
+share/help/hu/epiphany/cookies.xml
+share/help/hu/epiphany/data-cookies.page
+share/help/hu/epiphany/data-passwords.page
+share/help/hu/epiphany/data-personal-data.page
+share/help/hu/epiphany/history-delete.page
+share/help/hu/epiphany/history.page
+share/help/hu/epiphany/index.page
+share/help/hu/epiphany/introduction.page
+share/help/hu/epiphany/legal.xml
+share/help/hu/epiphany/media/epiphany-plain-3-36.png
+share/help/hu/epiphany/media/epiphany-private-3-36.png
+share/help/hu/epiphany/media/org.gnome.Epiphany.svg
+share/help/hu/epiphany/pref-cookies.page
+share/help/hu/epiphany/pref-css.page
+share/help/hu/epiphany/pref-downloads.page
+share/help/hu/epiphany/pref-font.page
+share/help/hu/epiphany/pref-mouse-gestures.page
+share/help/hu/epiphany/pref-passwords.page
+share/help/hu/epiphany/pref.page
+share/help/hu/epiphany/prob-restore-closed-page.page
+share/help/hu/epiphany/proxy.page
+share/help/id/epiphany/browse-local.page
+share/help/id/epiphany/browse-private.page
+share/help/id/epiphany/browse-tab.page
+share/help/id/epiphany/browse-web.page
+share/help/id/epiphany/browse-webapps-del.page
+share/help/id/epiphany/browse-webapps.page
+share/help/id/epiphany/cert.page
+share/help/id/epiphany/cookies.xml
+share/help/id/epiphany/data-cookies.page
+share/help/id/epiphany/data-passwords.page
+share/help/id/epiphany/data-personal-data.page
+share/help/id/epiphany/history-delete.page
+share/help/id/epiphany/history.page
+share/help/id/epiphany/index.page
+share/help/id/epiphany/introduction.page
+share/help/id/epiphany/legal.xml
+share/help/id/epiphany/media/epiphany-plain-3-36.png
+share/help/id/epiphany/media/epiphany-private-3-36.png
+share/help/id/epiphany/media/org.gnome.Epiphany.svg
+share/help/id/epiphany/pref-cookies.page
+share/help/id/epiphany/pref-css.page
+share/help/id/epiphany/pref-downloads.page
+share/help/id/epiphany/pref-font.page
+share/help/id/epiphany/pref-mouse-gestures.page
+share/help/id/epiphany/pref-passwords.page
+share/help/id/epiphany/pref.page
+share/help/id/epiphany/prob-restore-closed-page.page
+share/help/id/epiphany/proxy.page
+share/help/ko/epiphany/browse-local.page
+share/help/ko/epiphany/browse-private.page
+share/help/ko/epiphany/browse-tab.page
+share/help/ko/epiphany/browse-web.page
+share/help/ko/epiphany/browse-webapps-del.page
+share/help/ko/epiphany/browse-webapps.page
+share/help/ko/epiphany/cert.page
+share/help/ko/epiphany/cookies.xml
+share/help/ko/epiphany/data-cookies.page
+share/help/ko/epiphany/data-passwords.page
+share/help/ko/epiphany/data-personal-data.page
+share/help/ko/epiphany/history-delete.page
+share/help/ko/epiphany/history.page
+share/help/ko/epiphany/index.page
+share/help/ko/epiphany/introduction.page
+share/help/ko/epiphany/legal.xml
+share/help/ko/epiphany/media/epiphany-plain-3-36.png
+share/help/ko/epiphany/media/epiphany-private-3-36.png
+share/help/ko/epiphany/media/org.gnome.Epiphany.svg
+share/help/ko/epiphany/pref-cookies.page
+share/help/ko/epiphany/pref-css.page
+share/help/ko/epiphany/pref-downloads.page
+share/help/ko/epiphany/pref-font.page
+share/help/ko/epiphany/pref-mouse-gestures.page
+share/help/ko/epiphany/pref-passwords.page
+share/help/ko/epiphany/pref.page
+share/help/ko/epiphany/prob-restore-closed-page.page
+share/help/ko/epiphany/proxy.page
+share/help/pl/epiphany/browse-local.page
+share/help/pl/epiphany/browse-private.page
+share/help/pl/epiphany/browse-tab.page
+share/help/pl/epiphany/browse-web.page
+share/help/pl/epiphany/browse-webapps-del.page
+share/help/pl/epiphany/browse-webapps.page
+share/help/pl/epiphany/cert.page
+share/help/pl/epiphany/cookies.xml
+share/help/pl/epiphany/data-cookies.page
+share/help/pl/epiphany/data-passwords.page
+share/help/pl/epiphany/data-personal-data.page
+share/help/pl/epiphany/history-delete.page
+share/help/pl/epiphany/history.page
+share/help/pl/epiphany/index.page
+share/help/pl/epiphany/introduction.page
+share/help/pl/epiphany/legal.xml
+share/help/pl/epiphany/media/epiphany-plain-3-36.png
+share/help/pl/epiphany/media/epiphany-private-3-36.png
+share/help/pl/epiphany/media/org.gnome.Epiphany.svg
+share/help/pl/epiphany/pref-cookies.page
+share/help/pl/epiphany/pref-css.page
+share/help/pl/epiphany/pref-downloads.page
+share/help/pl/epiphany/pref-font.page
+share/help/pl/epiphany/pref-mouse-gestures.page
+share/help/pl/epiphany/pref-passwords.page
+share/help/pl/epiphany/pref.page
+share/help/pl/epiphany/prob-restore-closed-page.page
+share/help/pl/epiphany/proxy.page
+share/help/pt_BR/epiphany/browse-local.page
+share/help/pt_BR/epiphany/browse-private.page
+share/help/pt_BR/epiphany/browse-tab.page
+share/help/pt_BR/epiphany/browse-web.page
+share/help/pt_BR/epiphany/browse-webapps-del.page
+share/help/pt_BR/epiphany/browse-webapps.page
+share/help/pt_BR/epiphany/cert.page
+share/help/pt_BR/epiphany/cookies.xml
+share/help/pt_BR/epiphany/data-cookies.page
+share/help/pt_BR/epiphany/data-passwords.page
+share/help/pt_BR/epiphany/data-personal-data.page
+share/help/pt_BR/epiphany/history-delete.page
+share/help/pt_BR/epiphany/history.page
+share/help/pt_BR/epiphany/index.page
+share/help/pt_BR/epiphany/introduction.page
+share/help/pt_BR/epiphany/legal.xml
+share/help/pt_BR/epiphany/media/epiphany-plain-3-36.png
+share/help/pt_BR/epiphany/media/epiphany-private-3-36.png
+share/help/pt_BR/epiphany/media/org.gnome.Epiphany.svg
+share/help/pt_BR/epiphany/pref-cookies.page
+share/help/pt_BR/epiphany/pref-css.page
+share/help/pt_BR/epiphany/pref-downloads.page
+share/help/pt_BR/epiphany/pref-font.page
+share/help/pt_BR/epiphany/pref-mouse-gestures.page
+share/help/pt_BR/epiphany/pref-passwords.page
+share/help/pt_BR/epiphany/pref.page
+share/help/pt_BR/epiphany/prob-restore-closed-page.page
+share/help/pt_BR/epiphany/proxy.page
+share/help/ru/epiphany/browse-local.page
+share/help/ru/epiphany/browse-private.page
+share/help/ru/epiphany/browse-tab.page
+share/help/ru/epiphany/browse-web.page
+share/help/ru/epiphany/browse-webapps-del.page
+share/help/ru/epiphany/browse-webapps.page
+share/help/ru/epiphany/cert.page
+share/help/ru/epiphany/cookies.xml
+share/help/ru/epiphany/data-cookies.page
+share/help/ru/epiphany/data-passwords.page
+share/help/ru/epiphany/data-personal-data.page
+share/help/ru/epiphany/history-delete.page
+share/help/ru/epiphany/history.page
+share/help/ru/epiphany/index.page
+share/help/ru/epiphany/introduction.page
+share/help/ru/epiphany/legal.xml
+share/help/ru/epiphany/media/epiphany-plain-3-36.png
+share/help/ru/epiphany/media/epiphany-private-3-36.png
+share/help/ru/epiphany/media/org.gnome.Epiphany.svg
+share/help/ru/epiphany/pref-cookies.page
+share/help/ru/epiphany/pref-css.page
+share/help/ru/epiphany/pref-downloads.page
+share/help/ru/epiphany/pref-font.page
+share/help/ru/epiphany/pref-mouse-gestures.page
+share/help/ru/epiphany/pref-passwords.page
+share/help/ru/epiphany/pref.page
+share/help/ru/epiphany/prob-restore-closed-page.page
+share/help/ru/epiphany/proxy.page
+share/help/sv/epiphany/browse-local.page
+share/help/sv/epiphany/browse-private.page
+share/help/sv/epiphany/browse-tab.page
+share/help/sv/epiphany/browse-web.page
+share/help/sv/epiphany/browse-webapps-del.page
+share/help/sv/epiphany/browse-webapps.page
+share/help/sv/epiphany/cert.page
+share/help/sv/epiphany/cookies.xml
+share/help/sv/epiphany/data-cookies.page
+share/help/sv/epiphany/data-passwords.page
+share/help/sv/epiphany/data-personal-data.page
+share/help/sv/epiphany/history-delete.page
+share/help/sv/epiphany/history.page
+share/help/sv/epiphany/index.page
+share/help/sv/epiphany/introduction.page
+share/help/sv/epiphany/legal.xml
+share/help/sv/epiphany/media/epiphany-plain-3-36.png
+share/help/sv/epiphany/media/epiphany-private-3-36.png
+share/help/sv/epiphany/media/org.gnome.Epiphany.svg
+share/help/sv/epiphany/pref-cookies.page
+share/help/sv/epiphany/pref-css.page
+share/help/sv/epiphany/pref-downloads.page
+share/help/sv/epiphany/pref-font.page
+share/help/sv/epiphany/pref-mouse-gestures.page
+share/help/sv/epiphany/pref-passwords.page
+share/help/sv/epiphany/pref.page
+share/help/sv/epiphany/prob-restore-closed-page.page
+share/help/sv/epiphany/proxy.page
+share/help/uk/epiphany/browse-local.page
+share/help/uk/epiphany/browse-private.page
+share/help/uk/epiphany/browse-tab.page
+share/help/uk/epiphany/browse-web.page
+share/help/uk/epiphany/browse-webapps-del.page
+share/help/uk/epiphany/browse-webapps.page
+share/help/uk/epiphany/cert.page
+share/help/uk/epiphany/cookies.xml
+share/help/uk/epiphany/data-cookies.page
+share/help/uk/epiphany/data-passwords.page
+share/help/uk/epiphany/data-personal-data.page
+share/help/uk/epiphany/history-delete.page
+share/help/uk/epiphany/history.page
+share/help/uk/epiphany/index.page
+share/help/uk/epiphany/introduction.page
+share/help/uk/epiphany/legal.xml
+share/help/uk/epiphany/media/epiphany-plain-3-36.png
+share/help/uk/epiphany/media/epiphany-private-3-36.png
+share/help/uk/epiphany/media/org.gnome.Epiphany.svg
+share/help/uk/epiphany/pref-cookies.page
+share/help/uk/epiphany/pref-css.page
+share/help/uk/epiphany/pref-downloads.page
+share/help/uk/epiphany/pref-font.page
+share/help/uk/epiphany/pref-mouse-gestures.page
+share/help/uk/epiphany/pref-passwords.page
+share/help/uk/epiphany/pref.page
+share/help/uk/epiphany/prob-restore-closed-page.page
+share/help/uk/epiphany/proxy.page
+share/icons/hicolor/scalable/apps/org.gnome.Epiphany.svg
+share/icons/hicolor/symbolic/apps/org.gnome.Epiphany-symbolic.svg
+share/locale/af/LC_MESSAGES/epiphany.mo
+share/locale/am/LC_MESSAGES/epiphany.mo
+share/locale/an/LC_MESSAGES/epiphany.mo
+share/locale/ar/LC_MESSAGES/epiphany.mo
+share/locale/as/LC_MESSAGES/epiphany.mo
+share/locale/ast/LC_MESSAGES/epiphany.mo
+share/locale/az/LC_MESSAGES/epiphany.mo
+share/locale/be/LC_MESSAGES/epiphany.mo
+share/locale/be@latin/LC_MESSAGES/epiphany.mo
+share/locale/bg/LC_MESSAGES/epiphany.mo
+share/locale/bn/LC_MESSAGES/epiphany.mo
+share/locale/bn_IN/LC_MESSAGES/epiphany.mo
+share/locale/br/LC_MESSAGES/epiphany.mo
+share/locale/bs/LC_MESSAGES/epiphany.mo
+share/locale/ca/LC_MESSAGES/epiphany.mo
+share/locale/ca@valencia/LC_MESSAGES/epiphany.mo
+share/locale/ckb/LC_MESSAGES/epiphany.mo
+share/locale/cs/LC_MESSAGES/epiphany.mo
+share/locale/cy/LC_MESSAGES/epiphany.mo
+share/locale/da/LC_MESSAGES/epiphany.mo
+share/locale/de/LC_MESSAGES/epiphany.mo
+share/locale/dz/LC_MESSAGES/epiphany.mo
+share/locale/el/LC_MESSAGES/epiphany.mo
+share/locale/en@shaw/LC_MESSAGES/epiphany.mo
+share/locale/en_CA/LC_MESSAGES/epiphany.mo
+share/locale/en_GB/LC_MESSAGES/epiphany.mo
+share/locale/eo/LC_MESSAGES/epiphany.mo
+share/locale/es/LC_MESSAGES/epiphany.mo
+share/locale/et/LC_MESSAGES/epiphany.mo
+share/locale/eu/LC_MESSAGES/epiphany.mo
+share/locale/fa/LC_MESSAGES/epiphany.mo
+share/locale/fi/LC_MESSAGES/epiphany.mo
+share/locale/fr/LC_MESSAGES/epiphany.mo
+share/locale/fur/LC_MESSAGES/epiphany.mo
+share/locale/ga/LC_MESSAGES/epiphany.mo
+share/locale/gl/LC_MESSAGES/epiphany.mo
+share/locale/gu/LC_MESSAGES/epiphany.mo
+share/locale/gv/LC_MESSAGES/epiphany.mo
+share/locale/he/LC_MESSAGES/epiphany.mo
+share/locale/hi/LC_MESSAGES/epiphany.mo
+share/locale/hr/LC_MESSAGES/epiphany.mo
+share/locale/hu/LC_MESSAGES/epiphany.mo
+share/locale/hy/LC_MESSAGES/epiphany.mo
+share/locale/id/LC_MESSAGES/epiphany.mo
+share/locale/ig/LC_MESSAGES/epiphany.mo
+share/locale/is/LC_MESSAGES/epiphany.mo
+share/locale/it/LC_MESSAGES/epiphany.mo
+share/locale/ja/LC_MESSAGES/epiphany.mo
+share/locale/ka/LC_MESSAGES/epiphany.mo
+share/locale/kk/LC_MESSAGES/epiphany.mo
+share/locale/km/LC_MESSAGES/epiphany.mo
+share/locale/kn/LC_MESSAGES/epiphany.mo
+share/locale/ko/LC_MESSAGES/epiphany.mo
+share/locale/ku/LC_MESSAGES/epiphany.mo
+share/locale/li/LC_MESSAGES/epiphany.mo
+share/locale/lt/LC_MESSAGES/epiphany.mo
+share/locale/lv/LC_MESSAGES/epiphany.mo
+share/locale/mai/LC_MESSAGES/epiphany.mo
+share/locale/mg/LC_MESSAGES/epiphany.mo
+share/locale/mi/LC_MESSAGES/epiphany.mo
+share/locale/mk/LC_MESSAGES/epiphany.mo
+share/locale/ml/LC_MESSAGES/epiphany.mo
+share/locale/mn/LC_MESSAGES/epiphany.mo
+share/locale/mr/LC_MESSAGES/epiphany.mo
+share/locale/ms/LC_MESSAGES/epiphany.mo
+share/locale/nb/LC_MESSAGES/epiphany.mo
+share/locale/nds/LC_MESSAGES/epiphany.mo
+share/locale/ne/LC_MESSAGES/epiphany.mo
+share/locale/nl/LC_MESSAGES/epiphany.mo
+share/locale/nn/LC_MESSAGES/epiphany.mo
+share/locale/oc/LC_MESSAGES/epiphany.mo
+share/locale/or/LC_MESSAGES/epiphany.mo
+share/locale/pa/LC_MESSAGES/epiphany.mo
+share/locale/pl/LC_MESSAGES/epiphany.mo
+share/locale/ps/LC_MESSAGES/epiphany.mo
+share/locale/pt/LC_MESSAGES/epiphany.mo
+share/locale/pt_BR/LC_MESSAGES/epiphany.mo
+share/locale/ro/LC_MESSAGES/epiphany.mo
+share/locale/ru/LC_MESSAGES/epiphany.mo
+share/locale/rw/LC_MESSAGES/epiphany.mo
+share/locale/si/LC_MESSAGES/epiphany.mo
+share/locale/sk/LC_MESSAGES/epiphany.mo
+share/locale/sl/LC_MESSAGES/epiphany.mo
+share/locale/sq/LC_MESSAGES/epiphany.mo
+share/locale/sr/LC_MESSAGES/epiphany.mo
+share/locale/sr@latin/LC_MESSAGES/epiphany.mo
+share/locale/sv/LC_MESSAGES/epiphany.mo
+share/locale/ta/LC_MESSAGES/epiphany.mo
+share/locale/te/LC_MESSAGES/epiphany.mo
+share/locale/tg/LC_MESSAGES/epiphany.mo
+share/locale/th/LC_MESSAGES/epiphany.mo
+share/locale/tk/LC_MESSAGES/epiphany.mo
+share/locale/tr/LC_MESSAGES/epiphany.mo
+share/locale/ug/LC_MESSAGES/epiphany.mo
+share/locale/uk/LC_MESSAGES/epiphany.mo
+share/locale/uz/LC_MESSAGES/epiphany.mo
+share/locale/uz@cyrillic/LC_MESSAGES/epiphany.mo
+share/locale/vi/LC_MESSAGES/epiphany.mo
+share/locale/wa/LC_MESSAGES/epiphany.mo
+share/locale/yo/LC_MESSAGES/epiphany.mo
+share/locale/zh_CN/LC_MESSAGES/epiphany.mo
+share/locale/zh_HK/LC_MESSAGES/epiphany.mo
+share/locale/zh_TW/LC_MESSAGES/epiphany.mo
+share/metainfo/org.gnome.Epiphany.appdata.xml
diff --git a/epiphany/distinfo b/epiphany/distinfo
new file mode 100644
index 0000000000..362f16d52d
--- /dev/null
+++ b/epiphany/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.58 2020/06/10 19:45:51 nia Exp $
+
+SHA1 (epiphany-40.0.tar.xz) = c06f4fae82c154f62a8a0d7ea16bb3316993d8a4
+RMD160 (epiphany-40.0.tar.xz) = 1111dcebef14659b8fe01eaec3ef7252b06ff588
+SHA512 (epiphany-40.0.tar.xz) = 72ec2e23c0f4656db13d47298e7bbab85e44ed7887a8ca31190c3d04ce9c273cd354676776dd5035ecc358748bb9bcba050cb1f8ad651cc98b351444f0a36053
+Size (epiphany-40.0.tar.xz) = 5390720 bytes
+SHA1 (patch-lib_contrib_gnome-languages.c) = b28bae5aa9951f4e016cd8a8cab188136a2fe583
+SHA1 (patch-lib_ephy-sync-utils.c) = 886e6eeda2dbe45a5f174d2ce56786abc9249e30
diff --git a/epiphany/patches/patch-lib_contrib_gnome-languages.c b/epiphany/patches/patch-lib_contrib_gnome-languages.c
new file mode 100644
index 0000000000..34b7ce6960
--- /dev/null
+++ b/epiphany/patches/patch-lib_contrib_gnome-languages.c
@@ -0,0 +1,17 @@
+$NetBSD: patch-lib_contrib_gnome-languages.c,v 1.1 2020/01/21 15:02:08 nia Exp $
+
+NetBSD does not have uselocale yet.
+
+--- lib/contrib/gnome-languages.c.orig	2019-11-22 21:24:16.000000000 +0000
++++ lib/contrib/gnome-languages.c
+@@ -51,6 +51,10 @@
+ #include "default-input-sources.h"
+ #endif
+ 
++#ifdef __NetBSD__
++#define uselocale(v) (NULL)
++#endif
++
+ typedef struct _GnomeLocale {
+         char *id;
+         char *name;
diff --git a/epiphany/patches/patch-lib_ephy-sync-utils.c b/epiphany/patches/patch-lib_ephy-sync-utils.c
new file mode 100644
index 0000000000..f1c7f5114d
--- /dev/null
+++ b/epiphany/patches/patch-lib_ephy-sync-utils.c
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- lib/ephy-sync-utils.c.orig	2021-03-19 19:44:15.365009000 +0000
++++ lib/ephy-sync-utils.c
+@@ -187,6 +187,8 @@ ephy_sync_utils_generate_random_bytes (v
+   if (getentropy (out, num_bytes) == -1) {
+     g_error ("Failed to get entropy: %s", g_strerror (errno));
+   }
++#elif defined(__NetBSD__)
++  arc4random_buf (out, num_bytes); 
+ #else
+   do {
+     ret = getrandom (out, num_bytes, 0);


Home | Main Index | Thread Index | Old Index