Index: head/www/webkit2-gtk3/Makefile =================================================================== --- head/www/webkit2-gtk3/Makefile (revision 388556) +++ head/www/webkit2-gtk3/Makefile (revision 388557) @@ -1,106 +1,105 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.6.5 -PORTREVISION= 1 +PORTVERSION= 2.6.6 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 DISTNAME= ${PORTNAME}gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Opensource browser engine using the GTK+ 3 toolkit BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libwebp.so:${PORTSDIR}/graphics/webp \ libpng.so:${PORTSDIR}/graphics/png \ libsecret-1.so:${PORTSDIR}/security/libsecret \ libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup #add libicu RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue -PORTSCOUT= limitw:1,even +PORTSCOUT= ^${PORTVERSION:R:S|.|\.|}\.*$$ USE_GSTREAMER1= yes USE_XORG= x11 xext ice # when it USES=cmake safe USES= bison compiler:c++11-lib gettext gmake gperf perl5 \ pkgconfig python:2 tar:xz USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes USE_GNOME= cairo gtk20 gtk30 introspection:build \ libxml2 libxslt:build USE_GL= gl egl USE_SQLITE= 3 USE_PERL5= build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib BUILD_DEPENDS+= cmake:${PORTSDIR}/devel/cmake #USES=cmake is not used because it triggers: #Linking CXX executable ../../../bin/jsc #../../../lib/libjavascriptcoregtk-4.0.so.18.0.8: undefined reference to `JSC::JSCell::inherits(JSC::ClassInfo const*) const' #../../../lib/libjavascriptcoregtk-4.0.so.18.0.8: undefined reference to `JSC::JSCell::structure() const' #c++: error: linker command failed with exit code 1 (use -v to see invocation) #Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/build.make:94: recipe for target 'bin/jsc' failed # there is something in CMAKE_ENV that cause this ... but what. CMAKE_ARGS+= -DPORT=GTK CMAKE_ENV+= XDG_CACHE_HOME=${WRKDIR} \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ CC="${CC}" CXX="${CXX}" CPP="${CPP}" #CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=1 #MAKE_ARGS+= V=1 VERBOSE=1 BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 #_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", OPTIONS_DEFINE= DEBUG FULLDEBUG DEBUG_DESC= Just enable debug symbols FULLDEBUG_DESC= Enable asserts and other debug support FULLDEBUG_CONFIGURE_ENABLE= debug DEBUG_CONFIGURE_ON= --enable-debug-symbols=yes DEBUG_CONFIGURE_OFF= --disable-debug-symbols .include .if ${OSVERSION} < 900000 IGNORE= Not supported on 8.x due to c++ madness .endif .if ${ARCH} == powerpc64 CFLAGS+= -mminimal-toc .endif .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= flex>=0:${PORTSDIR}/textproc/flex CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" .endif post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} CFLAGS="${CFLAGS}" \ ${CMAKE_ENV} cmake -DPORT=GTK ${CMAKE_ARGS} post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/jsc \ ${STAGEDIR}/${PREFIX}/bin/jsc-4 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/webkit2gtk-4.0/injected-bundle/*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jsc-4 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/webkit2gtk-4.0/WebKit* .include Index: head/www/webkit2-gtk3/distinfo =================================================================== --- head/www/webkit2-gtk3/distinfo (revision 388556) +++ head/www/webkit2-gtk3/distinfo (revision 388557) @@ -1,2 +1,2 @@ -SHA256 (webkitgtk-2.6.5.tar.xz) = b1658017cea7cc545b9e01f22af585986e21e4242825e215bc5f8e0c0dc67593 -SIZE (webkitgtk-2.6.5.tar.xz) = 10000124 +SHA256 (webkitgtk-2.6.6.tar.xz) = 541e114a203b0f649e89b3ad6b6fdeea1726739320a6b6a52b464cb66ea38eb9 +SIZE (webkitgtk-2.6.6.tar.xz) = 10000888 Index: head/www/webkit2-gtk3/files/patch-gmutexlocker =================================================================== --- head/www/webkit2-gtk3/files/patch-gmutexlocker (revision 388556) +++ head/www/webkit2-gtk3/files/patch-gmutexlocker (nonexistent) @@ -1,373 +0,0 @@ ---- ./Source/WTF/wtf/gobject/GMutexLocker.h.orig 2015-02-18 10:08:21.672199000 +0100 -+++ ./Source/WTF/wtf/gobject/GMutexLocker.h 2015-02-18 10:09:57.152875000 +0100 -@@ -97,8 +97,6 @@ private: - - } // namespace WTF - --using WTF::GMutexLocker; -- - #endif // USE(GLIB) - - #endif // GMutexLocker_h ---- ./Source/WTF/wtf/gobject/GThreadSafeMainLoopSource.cpp.orig 2015-02-18 10:08:28.231733000 +0100 -+++ ./Source/WTF/wtf/gobject/GThreadSafeMainLoopSource.cpp 2015-02-18 10:10:10.991946000 +0100 -@@ -46,7 +46,7 @@ GThreadSafeMainLoopSource::~GThreadSafeM - - void GThreadSafeMainLoopSource::cancel() - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - - // The general cancellable object should only be present if we're currently dispatching this GMainLoopSource. - ASSERT(!m_cancellable || m_status == Dispatching); -@@ -62,49 +62,49 @@ void GThreadSafeMainLoopSource::cancel() - - void GThreadSafeMainLoopSource::schedule(const char* name, std::function function, int priority, std::function destroyFunction, GMainContext* context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::schedule(name, function, priority, destroyFunction, context); - m_context.cancellable = adoptGRef(g_cancellable_new()); - } - - void GThreadSafeMainLoopSource::schedule(const char* name, std::function function, int priority, std::function destroyFunction, GMainContext* context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::schedule(name, function, priority, destroyFunction, context); - m_context.cancellable = adoptGRef(g_cancellable_new()); - } - - void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::milliseconds delay, int priority, std::function destroyFunction, GMainContext* context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); - m_context.cancellable = adoptGRef(g_cancellable_new()); - } - - void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::milliseconds delay, int priority, std::function destroyFunction, GMainContext* context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); - m_context.cancellable = adoptGRef(g_cancellable_new()); - } - - void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::seconds delay, int priority, std::function destroyFunction, GMainContext* context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); - m_context.cancellable = adoptGRef(g_cancellable_new()); - } - - void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::seconds delay, int priority, std::function destroyFunction, GMainContext* context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); - m_context.cancellable = adoptGRef(g_cancellable_new()); - } - - bool GThreadSafeMainLoopSource::prepareVoidCallback(Context& context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - bool retval = GMainLoopSource::prepareVoidCallback(context); - m_cancellable = context.cancellable; - return retval; -@@ -112,7 +112,7 @@ bool GThreadSafeMainLoopSource::prepareV - - void GThreadSafeMainLoopSource::finishVoidCallback() - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::finishVoidCallback(); - m_cancellable = nullptr; - } -@@ -136,7 +136,7 @@ void GThreadSafeMainLoopSource::voidCall - - bool GThreadSafeMainLoopSource::prepareBoolCallback(Context& context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - bool retval = GMainLoopSource::prepareBoolCallback(context); - m_cancellable = context.cancellable; - return retval; -@@ -144,7 +144,7 @@ bool GThreadSafeMainLoopSource::prepareB - - void GThreadSafeMainLoopSource::finishBoolCallback(bool retval, Context& context) - { -- GMutexLocker locker(m_mutex); -+ WTF::GMutexLocker locker(m_mutex); - GMainLoopSource::finishBoolCallback(retval, context); - m_cancellable = nullptr; - } ---- ./Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.orig 2015-02-18 10:08:00.153357000 +0100 -+++ ./Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2015-02-18 10:09:26.434793000 +0100 -@@ -137,7 +137,7 @@ IntSize MediaPlayerPrivateGStreamerBase: - if (!m_videoSize.isEmpty()) - return m_videoSize; - -- GMutexLocker lock(m_sampleMutex); -+ WTF::GMutexLocker lock(m_sampleMutex); - if (!m_sample) - return IntSize(); - -@@ -279,7 +279,7 @@ void MediaPlayerPrivateGStreamerBase::mu - #if USE(TEXTURE_MAPPER_GL) && !USE(COORDINATED_GRAPHICS) - PassRefPtr MediaPlayerPrivateGStreamerBase::updateTexture(TextureMapper* textureMapper) - { -- GMutexLocker lock(m_sampleMutex); -+ WTF::GMutexLocker lock(m_sampleMutex); - if (!m_sample) - return nullptr; - -@@ -330,7 +330,7 @@ void MediaPlayerPrivateGStreamerBase::tr - g_return_if_fail(GST_IS_SAMPLE(sample)); - - { -- GMutexLocker lock(m_sampleMutex); -+ WTF::GMutexLocker lock(m_sampleMutex); - if (m_sample) - gst_sample_unref(m_sample); - m_sample = gst_sample_ref(sample); -@@ -364,7 +364,7 @@ void MediaPlayerPrivateGStreamerBase::pa - if (!m_player->visible()) - return; - -- GMutexLocker lock(m_sampleMutex); -+ WTF::GMutexLocker lock(m_sampleMutex); - if (!m_sample) - return; - ---- ./Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.orig 2015-02-18 10:07:53.753832000 +0100 -+++ ./Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp 2015-02-18 10:09:19.395190000 +0100 -@@ -117,7 +117,7 @@ static void webkitVideoSinkTimeoutCallba - { - WebKitVideoSinkPrivate* priv = sink->priv; - -- GMutexLocker lock(priv->sampleMutex); -+ WTF::GMutexLocker lock(priv->sampleMutex); - GstSample* sample = priv->sample; - priv->sample = 0; - -@@ -136,7 +136,7 @@ static GstFlowReturn webkitVideoSinkRend - WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(baseSink); - WebKitVideoSinkPrivate* priv = sink->priv; - -- GMutexLocker lock(priv->sampleMutex); -+ WTF::GMutexLocker lock(priv->sampleMutex); - - if (priv->unlocked) - return GST_FLOW_OK; -@@ -234,7 +234,7 @@ static void webkitVideoSinkFinalize(GObj - - static void unlockSampleMutex(WebKitVideoSinkPrivate* priv) - { -- GMutexLocker lock(priv->sampleMutex); -+ WTF::GMutexLocker lock(priv->sampleMutex); - - if (priv->sample) { - gst_sample_unref(priv->sample); -@@ -260,7 +260,7 @@ static gboolean webkitVideoSinkUnlockSto - WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; - - { -- GMutexLocker lock(priv->sampleMutex); -+ WTF::GMutexLocker lock(priv->sampleMutex); - priv->unlocked = false; - } - -@@ -285,7 +285,7 @@ static gboolean webkitVideoSinkStart(Gst - { - WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; - -- GMutexLocker lock(priv->sampleMutex); -+ WTF::GMutexLocker lock(priv->sampleMutex); - priv->unlocked = false; - return TRUE; - } ---- ./Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.orig 2015-02-18 10:08:08.120995000 +0100 -+++ ./Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2015-02-18 10:09:47.889567000 +0100 -@@ -353,7 +353,7 @@ static void webKitWebSrcGetProperty(GObj - WebKitWebSrc* src = WEBKIT_WEB_SRC(object); - WebKitWebSrcPrivate* priv = src->priv; - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - switch (propID) { - case PROP_IRADIO_NAME: - g_value_set_string(value, priv->iradioName); -@@ -393,7 +393,7 @@ static void webKitWebSrcStop(WebKitWebSr - - ASSERT(isMainThread()); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - - bool seeking = priv->seekSource.isActive(); - -@@ -449,7 +449,7 @@ static void webKitWebSrcStart(WebKitWebS - - ASSERT(isMainThread()); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - - priv->pendingStart = FALSE; - priv->corsAccessCheck = CORSNoCheck; -@@ -542,7 +542,7 @@ static GstStateChangeReturn webKitWebSrc - return ret; - } - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - switch (transition) { - case GST_STATE_CHANGE_READY_TO_PAUSED: - GST_DEBUG_OBJECT(src, "READY->PAUSED"); -@@ -579,7 +579,7 @@ static gboolean webKitWebSrcQueryWithPar - gst_query_parse_duration(query, &format, NULL); - - GST_DEBUG_OBJECT(src, "duration query in format %s", gst_format_get_name(format)); -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - if (format == GST_FORMAT_BYTES && src->priv->size > 0) { - gst_query_set_duration(query, format, src->priv->size); - result = TRUE; -@@ -587,7 +587,7 @@ static gboolean webKitWebSrcQueryWithPar - break; - } - case GST_QUERY_URI: { -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - gst_query_set_uri(query, src->priv->uri); - result = TRUE; - break; -@@ -637,7 +637,7 @@ static gchar* webKitWebSrcGetUri(GstURIH - WebKitWebSrc* src = WEBKIT_WEB_SRC(handler); - gchar* ret; - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - ret = g_strdup(src->priv->uri); - return ret; - } -@@ -652,7 +652,7 @@ static gboolean webKitWebSrcSetUri(GstUR - return FALSE; - } - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - - g_free(priv->uri); - priv->uri = 0; -@@ -688,7 +688,7 @@ static void webKitWebSrcNeedDataMainCb(W - - ASSERT(isMainThread()); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - priv->paused = FALSE; - locker.unlock(); - -@@ -703,7 +703,7 @@ static void webKitWebSrcNeedDataCb(GstAp - - GST_DEBUG_OBJECT(src, "Need more data: %u", length); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - if (priv->needDataSource.isScheduled() || !priv->paused) - return; - -@@ -718,7 +718,7 @@ static void webKitWebSrcEnoughDataMainCb - - ASSERT(isMainThread()); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - priv->paused = TRUE; - locker.unlock(); - -@@ -733,7 +733,7 @@ static void webKitWebSrcEnoughDataCb(Gst - - GST_DEBUG_OBJECT(src, "Have enough data"); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - if (priv->enoughDataSource.isScheduled() || priv->paused) - return; - -@@ -756,7 +756,7 @@ static gboolean webKitWebSrcSeekDataCb(G - WebKitWebSrcPrivate* priv = src->priv; - - GST_DEBUG_OBJECT(src, "Seeking to offset: %" G_GUINT64_FORMAT, offset); -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - if (offset == priv->offset && priv->requestedOffset == priv->offset) - return TRUE; - -@@ -775,7 +775,7 @@ static gboolean webKitWebSrcSeekDataCb(G - void webKitWebSrcSetMediaPlayer(WebKitWebSrc* src, WebCore::MediaPlayer* player) - { - ASSERT(player); -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - src->priv->player = player; - } - -@@ -805,7 +805,7 @@ char* StreamingClient::createReadBuffer( - - mapGstBuffer(buffer); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - priv->buffer = adoptGRef(buffer); - locker.unlock(); - -@@ -831,7 +831,7 @@ void StreamingClient::handleResponseRece - return; - } - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - - priv->corsAccessCheck = corsAccessCheck; - -@@ -930,7 +930,7 @@ void StreamingClient::handleDataReceived - WebKitWebSrc* src = WEBKIT_WEB_SRC(m_src); - WebKitWebSrcPrivate* priv = src->priv; - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - - GST_LOG_OBJECT(src, "Have %lld bytes of data", priv->buffer ? static_cast(gst_buffer_get_size(priv->buffer.get())) : length); - -@@ -999,7 +999,7 @@ void StreamingClient::handleNotifyFinish - - GST_DEBUG_OBJECT(src, "Have EOS"); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - if (!priv->seekSource.isActive()) { - locker.unlock(); - gst_app_src_end_of_stream(priv->appsrc); -@@ -1158,7 +1158,7 @@ void ResourceHandleStreamingClient::wasB - - GST_ERROR_OBJECT(src, "Request was blocked"); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - uri.reset(g_strdup(src->priv->uri)); - locker.unlock(); - -@@ -1172,7 +1172,7 @@ void ResourceHandleStreamingClient::cann - - GST_ERROR_OBJECT(src, "Cannot show URL"); - -- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); -+ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); - uri.reset(g_strdup(src->priv->uri)); - locker.unlock(); - Property changes on: head/www/webkit2-gtk3/files/patch-gmutexlocker ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/webkit2-gtk3/pkg-descr =================================================================== --- head/www/webkit2-gtk3/pkg-descr (revision 388556) +++ head/www/webkit2-gtk3/pkg-descr (revision 388557) @@ -1,5 +1,12 @@ -WebKit is an open source web browser engine. It is able to display content -such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, -XSLT, CSS, Javascript/ECMAscript and more. +WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable +for projects requiring any kind of web integration, from hybrid HTML/CSS +applications to full-fledged web browsers. It offers WebKit's full +functionality and is useful in a wide range of systems from desktop +computers to embedded systems like phones, tablets, and televisions. -WWW: http://webkit.org/ +WebKitGTK+ is made by a lively community of developers and designers, +who hope to bring the web platform to everyone. It's the official web +engine of the GNOME platform and is used in browsers such as Epiphany +and Midori. + +WWW: http://webkitgtk.org/ Index: head/www/webkit2-gtk3/pkg-plist =================================================================== --- head/www/webkit2-gtk3/pkg-plist (revision 388556) +++ head/www/webkit2-gtk3/pkg-plist (revision 388557) @@ -1,321 +1,321 @@ bin/jsc-4 include/webkitgtk-4.0/JavaScriptCore/JSBase.h include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h include/webkitgtk-4.0/JavaScriptCore/JSObjectRef.h include/webkitgtk-4.0/JavaScriptCore/JSStringRef.h include/webkitgtk-4.0/JavaScriptCore/JSValueRef.h include/webkitgtk-4.0/JavaScriptCore/JavaScript.h include/webkitgtk-4.0/JavaScriptCore/WebKitAvailability.h include/webkitgtk-4.0/webkit2/WebKitAuthenticationRequest.h include/webkitgtk-4.0/webkit2/WebKitBackForwardList.h include/webkitgtk-4.0/webkit2/WebKitBackForwardListItem.h include/webkitgtk-4.0/webkit2/WebKitContextMenu.h include/webkitgtk-4.0/webkit2/WebKitContextMenuActions.h include/webkitgtk-4.0/webkit2/WebKitContextMenuItem.h include/webkitgtk-4.0/webkit2/WebKitCookieManager.h include/webkitgtk-4.0/webkit2/WebKitCredential.h include/webkitgtk-4.0/webkit2/WebKitDefines.h include/webkitgtk-4.0/webkit2/WebKitDownload.h include/webkitgtk-4.0/webkit2/WebKitEditingCommands.h include/webkitgtk-4.0/webkit2/WebKitEnumTypes.h include/webkitgtk-4.0/webkit2/WebKitError.h include/webkitgtk-4.0/webkit2/WebKitFaviconDatabase.h include/webkitgtk-4.0/webkit2/WebKitFileChooserRequest.h include/webkitgtk-4.0/webkit2/WebKitFindController.h include/webkitgtk-4.0/webkit2/WebKitFormSubmissionRequest.h include/webkitgtk-4.0/webkit2/WebKitForwardDeclarations.h include/webkitgtk-4.0/webkit2/WebKitFrame.h include/webkitgtk-4.0/webkit2/WebKitGeolocationPermissionRequest.h include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h include/webkitgtk-4.0/webkit2/WebKitMimeInfo.h include/webkitgtk-4.0/webkit2/WebKitNavigationAction.h include/webkitgtk-4.0/webkit2/WebKitNavigationPolicyDecision.h include/webkitgtk-4.0/webkit2/WebKitPermissionRequest.h include/webkitgtk-4.0/webkit2/WebKitPlugin.h include/webkitgtk-4.0/webkit2/WebKitPolicyDecision.h include/webkitgtk-4.0/webkit2/WebKitPrintOperation.h include/webkitgtk-4.0/webkit2/WebKitResponsePolicyDecision.h include/webkitgtk-4.0/webkit2/WebKitScriptDialog.h include/webkitgtk-4.0/webkit2/WebKitScriptWorld.h include/webkitgtk-4.0/webkit2/WebKitSecurityManager.h include/webkitgtk-4.0/webkit2/WebKitSettings.h include/webkitgtk-4.0/webkit2/WebKitURIRequest.h include/webkitgtk-4.0/webkit2/WebKitURIResponse.h include/webkitgtk-4.0/webkit2/WebKitURISchemeRequest.h include/webkitgtk-4.0/webkit2/WebKitUserContent.h include/webkitgtk-4.0/webkit2/WebKitUserContentManager.h include/webkitgtk-4.0/webkit2/WebKitVersion.h include/webkitgtk-4.0/webkit2/WebKitWebContext.h include/webkitgtk-4.0/webkit2/WebKitWebExtension.h include/webkitgtk-4.0/webkit2/WebKitWebInspector.h include/webkitgtk-4.0/webkit2/WebKitWebPage.h include/webkitgtk-4.0/webkit2/WebKitWebResource.h include/webkitgtk-4.0/webkit2/WebKitWebView.h include/webkitgtk-4.0/webkit2/WebKitWebViewBase.h include/webkitgtk-4.0/webkit2/WebKitWindowProperties.h include/webkitgtk-4.0/webkit2/webkit-web-extension.h include/webkitgtk-4.0/webkit2/webkit2.h include/webkitgtk-4.0/webkitdom/WebKitDOMAttr.h include/webkitgtk-4.0/webkitdom/WebKitDOMAttrUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMAudioTrack.h include/webkitgtk-4.0/webkitdom/WebKitDOMAudioTrackList.h include/webkitgtk-4.0/webkitdom/WebKitDOMBarProp.h include/webkitgtk-4.0/webkitdom/WebKitDOMBatteryManager.h include/webkitgtk-4.0/webkitdom/WebKitDOMBlob.h include/webkitgtk-4.0/webkitdom/WebKitDOMBlobUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMCDATASection.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRule.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleList.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSRuleUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleDeclaration.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSStyleSheet.h include/webkitgtk-4.0/webkitdom/WebKitDOMCSSValue.h include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterData.h include/webkitgtk-4.0/webkitdom/WebKitDOMCharacterDataUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMComment.h include/webkitgtk-4.0/webkitdom/WebKitDOMCustom.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMApplicationCache.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMImplementation.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeType.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMMimeTypeArray.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPlugin.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMPluginArray.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSecurityPolicy.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSelection.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMSettableTokenList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMStringMap.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMTokenList.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindow.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowCSS.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowSpeechSynthesis.h include/webkitgtk-4.0/webkitdom/WebKitDOMDOMWindowUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMDataCue.h include/webkitgtk-4.0/webkitdom/WebKitDOMDatabase.h include/webkitgtk-4.0/webkitdom/WebKitDOMDocument.h include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragment.h include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentFragmentUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentType.h include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentTypeUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMDocumentUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMEntityReference.h include/webkitgtk-4.0/webkitdom/WebKitDOMEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventTarget.h include/webkitgtk-4.0/webkitdom/WebKitDOMEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMFile.h include/webkitgtk-4.0/webkitdom/WebKitDOMFileList.h include/webkitgtk-4.0/webkitdom/WebKitDOMGamepad.h include/webkitgtk-4.0/webkitdom/WebKitDOMGamepadList.h include/webkitgtk-4.0/webkitdom/WebKitDOMGeolocation.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAnchorElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAppletElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAreaElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLAudioElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBRElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBaseFontElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLBodyElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLButtonElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCanvasElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLCollection.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDListElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDetailsElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDirectoryElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDivElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLDocument.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLEmbedElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFieldSetElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFieldSetElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFontElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFormElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLFrameSetElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHRElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHeadingElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHtmlElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLHtmlElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLIFrameElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLImageElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLInputElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLKeygenElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLIElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLabelElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLegendElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLLinkElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMapElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMarqueeElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMediaElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMenuElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLMetaElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLModElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOListElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOListElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLObjectElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptGroupElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLOptionsCollection.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParagraphElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLParamElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLPreElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLQuoteElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLScriptElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLScriptElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLSelectElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLStyleElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableCellElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableColElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableRowElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTableSectionElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTextAreaElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTextAreaElementUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLTitleElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLUListElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHTMLVideoElement.h include/webkitgtk-4.0/webkitdom/WebKitDOMHistory.h include/webkitgtk-4.0/webkitdom/WebKitDOMKeyboardEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMLocation.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaController.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaError.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaList.h include/webkitgtk-4.0/webkitdom/WebKitDOMMediaQueryList.h include/webkitgtk-4.0/webkitdom/WebKitDOMMessagePort.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMMouseEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMNamedNodeMap.h include/webkitgtk-4.0/webkitdom/WebKitDOMNavigator.h include/webkitgtk-4.0/webkitdom/WebKitDOMNode.h include/webkitgtk-4.0/webkitdom/WebKitDOMNodeFilter.h include/webkitgtk-4.0/webkitdom/WebKitDOMNodeIterator.h include/webkitgtk-4.0/webkitdom/WebKitDOMNodeList.h include/webkitgtk-4.0/webkitdom/WebKitDOMObject.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformance.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntry.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceEntryList.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceNavigation.h include/webkitgtk-4.0/webkitdom/WebKitDOMPerformanceTiming.h include/webkitgtk-4.0/webkitdom/WebKitDOMProcessingInstruction.h include/webkitgtk-4.0/webkitdom/WebKitDOMRange.h include/webkitgtk-4.0/webkitdom/WebKitDOMRangeUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMScreen.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesis.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisUtterance.h include/webkitgtk-4.0/webkitdom/WebKitDOMSpeechSynthesisVoice.h include/webkitgtk-4.0/webkitdom/WebKitDOMStorage.h include/webkitgtk-4.0/webkitdom/WebKitDOMStorageInfo.h include/webkitgtk-4.0/webkitdom/WebKitDOMStorageQuota.h include/webkitgtk-4.0/webkitdom/WebKitDOMStyleMedia.h include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheet.h include/webkitgtk-4.0/webkitdom/WebKitDOMStyleSheetList.h include/webkitgtk-4.0/webkitdom/WebKitDOMText.h include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrack.h include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackCue.h include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackCueList.h include/webkitgtk-4.0/webkitdom/WebKitDOMTextTrackList.h include/webkitgtk-4.0/webkitdom/WebKitDOMTimeRanges.h include/webkitgtk-4.0/webkitdom/WebKitDOMTouch.h include/webkitgtk-4.0/webkitdom/WebKitDOMTrackEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMTreeWalker.h include/webkitgtk-4.0/webkitdom/WebKitDOMUIEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMUIEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMVTTCue.h include/webkitgtk-4.0/webkitdom/WebKitDOMValidityState.h include/webkitgtk-4.0/webkitdom/WebKitDOMVideoPlaybackQuality.h include/webkitgtk-4.0/webkitdom/WebKitDOMVideoTrack.h include/webkitgtk-4.0/webkitdom/WebKitDOMVideoTrackList.h include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitNamedFlow.h include/webkitgtk-4.0/webkitdom/WebKitDOMWebKitPoint.h include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEvent.h include/webkitgtk-4.0/webkitdom/WebKitDOMWheelEventUnstable.h include/webkitgtk-4.0/webkitdom/WebKitDOMXPathExpression.h include/webkitgtk-4.0/webkitdom/WebKitDOMXPathNSResolver.h include/webkitgtk-4.0/webkitdom/WebKitDOMXPathResult.h include/webkitgtk-4.0/webkitdom/webkitdom.h include/webkitgtk-4.0/webkitdom/webkitdomdefines-unstable.h include/webkitgtk-4.0/webkitdom/webkitdomdefines.h lib/girepository-1.0/JavaScriptCore-4.0.typelib lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.0.9 +lib/libjavascriptcoregtk-4.0.so.18.0.10 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.2.6 +lib/libwebkit2gtk-4.0.so.37.2.7 libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc libdata/pkgconfig/webkit2gtk-web-extension-4.0.pc lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libexec/webkit2gtk-4.0/WebKitNetworkProcess libexec/webkit2gtk-4.0/WebKitPluginProcess libexec/webkit2gtk-4.0/WebKitPluginProcess2 libexec/webkit2gtk-4.0/WebKitWebProcess share/gir-1.0/JavaScriptCore-4.0.gir share/gir-1.0/WebKit2-4.0.gir share/gir-1.0/WebKit2WebExtension-4.0.gir share/locale/ar/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/as/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/bg/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/cs/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/de/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/el/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/en_CA/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/en_GB/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/eo/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/es/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/et/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/eu/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/fr/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/gl/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/gu/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/he/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/hi/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/hu/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/id/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/it/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ja/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/kn/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ko/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/lt/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/lv/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ml/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/mr/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/nb/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/nl/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/or/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/pa/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/pl/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/pt/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/pt_BR/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ro/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ru/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/sl/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/sr/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/sr@latin/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/sv/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ta/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/te/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/uk/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/vi/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/zh_CN/LC_MESSAGES/WebKit2GTK-4.0.mo