mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update webkit2-gtk3 to 2.16.2.
* Switch to ninja for building webkit.
This commit is contained in:
parent
9088dc0801
commit
02fb0a35d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440762
4 changed files with 28 additions and 107 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webkit
|
||||
PORTVERSION= 2.14.7
|
||||
PORTVERSION= 2.16.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://webkitgtk.org/releases/
|
||||
PKGNAMESUFFIX= 2-gtk3
|
||||
|
@ -33,8 +33,8 @@ PORTSCOUT= limitw:1,even
|
|||
|
||||
USE_GSTREAMER1= bad gl
|
||||
USE_XORG= x11 xcomposite xdamage xext xrender xt ice
|
||||
USES= bison cmake compiler:c++14-lang gettext gmake gnome gperf \
|
||||
jpeg perl5 pkgconfig python:2.7,build sqlite tar:xz
|
||||
USES= bison cmake compiler:c++14-lang gettext gnome gperf \
|
||||
jpeg ninja perl5 pkgconfig python:2.7,build sqlite tar:xz
|
||||
USE_RUBY= yes
|
||||
RUBY_NO_RUN_DEPENDS=yes
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
|
||||
|
@ -73,8 +73,8 @@ DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE:STRING=Release
|
|||
DEBUG_CFLAGS_OFF= -DNDEBUG
|
||||
|
||||
GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION
|
||||
GEOIP_BUILD_DEPENDS+= geoclue>=0:net/geoclue
|
||||
GEOIP_RUN_DEPENDS+= geoclue>=0:net/geoclue
|
||||
GEOIP_BUILD_DEPENDS+= geoclue>=2.4.3:net/geoclue
|
||||
GEOIP_RUN_DEPENDS+= geoclue>=2.4.3:net/geoclue
|
||||
|
||||
NPAPI_DESC= Support gtk2 (NPAPI) based plugins (like flash)
|
||||
NPAPI_CMAKE_BOOL= ENABLE_PLUGIN_PROCESS_GTK2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1494353634
|
||||
SHA256 (webkitgtk-2.14.7.tar.xz) = 87bcfb96ac2b14df6e764c40c9d74ae3e8409f9cecb242ebe1dbb41c181c0b6d
|
||||
SIZE (webkitgtk-2.14.7.tar.xz) = 13962448
|
||||
TIMESTAMP = 1494324844
|
||||
SHA256 (webkitgtk-2.16.2.tar.xz) = 5ef689a202eb2b71141efbe8b7b53288adced90790f9f08df6e0a2ec1809f252
|
||||
SIZE (webkitgtk-2.16.2.tar.xz) = 14650116
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
--- Source/WebCore/PAL/pal/PlatformGTK.cmake.orig 2017-04-17 15:36:57.688080000 +0200
|
||||
+++ Source/WebCore/PAL/pal/PlatformGTK.cmake 2017-04-17 15:39:47.928689000 +0200
|
||||
@@ -1,3 +1,11 @@
|
||||
list(APPEND PAL_SOURCES
|
||||
crypto/gcrypt/CryptoDigestGCrypt.cpp
|
||||
)
|
||||
+
|
||||
+list(APPEND PAL_INCLUDE_DIRECTORIES
|
||||
+ ${LIBGCRYPT_INCLUDE_DIRS}
|
||||
+)
|
||||
+list(APPEND PAL_LIBRARIES
|
||||
+ ${LIBGCRYPT_LIBRARIES}
|
||||
+)
|
||||
+
|
|
@ -38,16 +38,19 @@ 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/WebKitNetworkProxySettings.h
|
||||
include/webkitgtk-4.0/webkit2/WebKitNotification.h
|
||||
include/webkitgtk-4.0/webkit2/WebKitNotificationPermissionRequest.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/WebKitPrintCustomWidget.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/WebKitSecurityOrigin.h
|
||||
include/webkitgtk-4.0/webkit2/WebKitSettings.h
|
||||
include/webkitgtk-4.0/webkit2/WebKitURIRequest.h
|
||||
include/webkitgtk-4.0/webkit2/WebKitURIResponse.h
|
||||
|
@ -67,80 +70,50 @@ 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/WebKitWebViewSessionState.h
|
||||
include/webkitgtk-4.0/webkit2/WebKitWebsiteData.h
|
||||
include/webkitgtk-4.0/webkit2/WebKitWebsiteDataManager.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/WebKitDOMCustomUnstable.h
|
||||
include/webkitgtk-4.0/webkitdom/WebKitDOMDOMApplicationCache.h
|
||||
include/webkitgtk-4.0/webkitdom/WebKitDOMDOMCSSNamespace.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/WebKitDOMDOMSelection.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/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/WebKitDOMDeprecated.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/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/WebKitDOMFileUnstable.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/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
|
||||
|
@ -148,146 +121,80 @@ 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/WebKitDOMHTMLLinkElementUnstable.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/WebKitDOMHTMLOptionsCollectionUnstable.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/WebKitDOMHTMLStyleElementUnstable.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/WebKitDOMMediaDevices.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/WebKitDOMMediaTrackSupportedConstraints.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/WebKitDOMNavigatorMediaDevices.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/WebKitDOMNodeUnstable.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/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/WebKitDOMUserMessageHandler.h
|
||||
include/webkitgtk-4.0/webkitdom/WebKitDOMUserMessageHandlersNamespace.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/WebKitDOMWebKitNamespace.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/webkitdomautocleanups-unstable.h
|
||||
include/webkitgtk-4.0/webkitdom/webkitdomautocleanups.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.4.14
|
||||
lib/libjavascriptcoregtk-4.0.so.18.5.9
|
||||
lib/libwebkit2gtk-4.0.so
|
||||
lib/libwebkit2gtk-4.0.so.37
|
||||
lib/libwebkit2gtk-4.0.so.37.14.14
|
||||
lib/libwebkit2gtk-4.0.so.37.19.5
|
||||
lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so
|
||||
libdata/pkgconfig/javascriptcoregtk-4.0.pc
|
||||
libdata/pkgconfig/webkit2gtk-4.0.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue