mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/wpewebkit to 2.36.5-2
This commit is contained in:
parent
56cb06129b
commit
2cbcc2701f
1 changed files with 8 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=wpewebkit
|
||||
pkgver=2.36.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Web content engine for embedded devices"
|
||||
url="https://wpewebkit.org"
|
||||
arch=(x86_64)
|
||||
|
@ -22,14 +22,19 @@ optdepends=('geoclue: Geolocation support'
|
|||
'gst-plugins-bad: media decoding'
|
||||
'gst-libav: nonfree media decoding')
|
||||
options=(debug)
|
||||
source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
|
||||
source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc}
|
||||
https://github.com/WebKit/WebKit/commit/a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch)
|
||||
sha256sums=('f2461d533cd3820ea1855e2c8b0b0624b39add1389dc3ac09c2f27891a7a8caa'
|
||||
'SKIP')
|
||||
'SKIP'
|
||||
'ef40fe4f989103d3e81b8a5885bcf78c7cabe7fab6160f2404aaae0daf6f7951')
|
||||
validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3' # Carlos Garcia Campos <cgarcia@igalia.com>
|
||||
'5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de Castro <aperez@igalia.com>
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
# https://bugs.archlinux.org/task/75453
|
||||
patch -Np1 -i ../a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue