mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/webkit2gtk to 2.18.0-1
This commit is contained in:
parent
4b1e500efc
commit
84215b8bbe
1 changed files with 3 additions and 9 deletions
|
@ -8,13 +8,13 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=webkit2gtk
|
||||
pkgver=2.16.6
|
||||
pkgver=2.18.0
|
||||
pkgrel=1
|
||||
pkgdesc="GTK+ Web content engine library"
|
||||
arch=(i686 x86_64)
|
||||
url="https://webkitgtk.org/"
|
||||
license=(custom)
|
||||
depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs
|
||||
depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs gst-plugins-bad
|
||||
libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen)
|
||||
makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python python2 ninja)
|
||||
optdepends=('gtk2: Netscape plugin support'
|
||||
|
@ -22,12 +22,9 @@ optdepends=('gtk2: Netscape plugin support'
|
|||
'gst-plugins-good: media decoding'
|
||||
'gst-libav: nonfree media decoding')
|
||||
source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc}
|
||||
icu59.patch gcc7.patch
|
||||
remove_atomics.patch)
|
||||
sha256sums=('fc23650df953123c59b9c0edf3855e7bd55bd107820997fc72375811e1ea4b21'
|
||||
sha256sums=('b583e46a3de36a3e80ba33b084ead60512a2046aca01ff61e50e519436e5038d'
|
||||
'SKIP'
|
||||
'eb791b9c8dcb84996904846dedf8c3ddf1a5fde32330177f3f0071510bd8ca6d'
|
||||
'0c8e7e0b7cb4379d59eca4a93df84c984a44feb979ad1b6c1f964192290e25f5'
|
||||
'410449817b1b181737538be10d96d6d8aec134285f6288e80c96fbfdd5d19519')
|
||||
validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
|
||||
|
||||
|
@ -35,9 +32,6 @@ prepare() {
|
|||
mkdir build
|
||||
cd webkitgtk-$pkgver
|
||||
|
||||
patch -Np1 -i ../icu59.patch
|
||||
patch -Np1 -i ../gcc7.patch # https://bugs.webkit.org/show_bug.cgi?id=173407
|
||||
|
||||
sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
|
||||
rm -r Source/ThirdParty/gtest/
|
||||
|
||||
|
|
Loading…
Reference in a new issue