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