Merge pull request #8297 from Sir-Boops/webkit
webkit2gtk: update to 2.18.1
This commit is contained in:
commit
15c0f280b8
2 changed files with 2 additions and 16 deletions
|
@ -1,14 +0,0 @@
|
||||||
fix header file location.
|
|
||||||
source: https://bugs.webkit.org/show_bug.cgi?id=176983
|
|
||||||
|
|
||||||
--- Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h.ORIG
|
|
||||||
+++ Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h
|
|
||||||
@@ -20,7 +20,7 @@
|
|
||||||
|
|
||||||
#if USE(CAIRO)
|
|
||||||
#include "BackingStoreBackendCairo.h"
|
|
||||||
-#include <WebCore/HysteresisActivity.h>
|
|
||||||
+#include <WebCore/platform/HysteresisActivity.h>
|
|
||||||
|
|
||||||
namespace WebCore {
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'webkit2gtk'
|
# Template file for 'webkit2gtk'
|
||||||
pkgname=webkit2gtk
|
pkgname=webkit2gtk
|
||||||
version=2.18.0
|
version=2.18.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="webkitgtk-$version"
|
wrksrc="webkitgtk-$version"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="https://webkitgtk.org/"
|
homepage="https://webkitgtk.org/"
|
||||||
license="LGPL-2.1, 2-clause-BSD"
|
license="LGPL-2.1, 2-clause-BSD"
|
||||||
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
||||||
checksum=b583e46a3de36a3e80ba33b084ead60512a2046aca01ff61e50e519436e5038d
|
checksum=9cdb7b302fbc8a2a7e1e783b80391e64f8b12d70d6ebad4eb756dd59bf3ed795
|
||||||
|
|
||||||
# ETOOHUGE
|
# ETOOHUGE
|
||||||
nodebug=1
|
nodebug=1
|
||||||
|
|
Loading…
Reference in a new issue