extra/webkit2gtk to 2.28.0-2

This commit is contained in:
Kevin Mihelich 2020-03-13 23:58:09 +00:00
parent aad301a377
commit 3f4295ca07

View file

@ -8,7 +8,7 @@ highmem=1
pkgname=webkit2gtk
pkgver=2.28.0
pkgrel=1
pkgrel=2
pkgdesc="GTK+ Web content engine library"
arch=(x86_64)
url="https://webkitgtk.org/"
@ -16,12 +16,12 @@ license=(custom)
depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp openjpeg2
harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
bubblewrap xdg-dbus-proxy)
makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue
gst-plugins-bad)
optdepends=('geoclue: Geolocation support'
'gst-plugins-good: media decoding'
'gst-plugins-bad: media decoding'
'gst-libav: nonfree media decoding')
provides=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
sha256sums=('361f3d178f62a9c112cbadfedd46106c34455c26d57a12a28fb3b09178d20e8b'
'SKIP')
@ -53,6 +53,9 @@ check() {
}
package() {
depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
DESTDIR="$pkgdir" cmake --build build --target install
cd webkitgtk-$pkgver