Date: Friday, March 13, 2020 @ 22:11:08 Author: heftig Revision: 377511
2.28.0-2 Modified: webkit2gtk/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-13 21:07:00 UTC (rev 377510) +++ PKGBUILD 2020-03-13 22:11:08 UTC (rev 377511) @@ -3,7 +3,7 @@ pkgname=webkit2gtk pkgver=2.28.0 -pkgrel=1 +pkgrel=2 pkgdesc="GTK+ Web content engine library" arch=(x86_64) url="https://webkitgtk.org/" @@ -11,12 +11,12 @@ 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') @@ -44,6 +44,9 @@ } 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
