extra/webkit2gtk to 2.34.1-2

This commit is contained in:
Kevin Mihelich 2021-11-04 00:26:03 +00:00
parent 5be00ae597
commit 97c99bc8c7

View file

@ -8,7 +8,7 @@ highmem=1
pkgname=webkit2gtk
pkgver=2.34.1
pkgrel=1
pkgrel=2
pkgdesc="Web content engine for GTK"
url="https://webkitgtk.org"
arch=(x86_64)
@ -47,7 +47,7 @@ build() {
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DCMAKE_SKIP_RPATH=ON \
-DUSE_SOUP2=ON \
-DENABLE_GTKDOC=ON \
-DENABLE_GTKDOC=OFF \
-DENABLE_MINIBROWSER=ON \
$CONFIG
cmake --build build
@ -59,6 +59,8 @@ package() {
DESTDIR="$pkgdir" cmake --install build
rm -r "$pkgdir/usr/bin"
cd webkitgtk-$pkgver
find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
while IFS= read -d $'\0' -r _f; do