[arch-commits] Commit in webkit2gtk/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Nov 3 20:56:34 UTC 2021


    Date: Wednesday, November 3, 2021 @ 20:56:33
  Author: heftig
Revision: 427078

2.34.1-2

Modified:
  webkit2gtk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 20:53:31 UTC (rev 427077)
+++ PKGBUILD	2021-11-03 20:56:33 UTC (rev 427078)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org"
 arch=(x86_64)
@@ -39,7 +39,7 @@
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DCMAKE_SKIP_RPATH=ON \
     -DUSE_SOUP2=ON \
-    -DENABLE_GTKDOC=ON \
+    -DENABLE_GTKDOC=OFF \
     -DENABLE_MINIBROWSER=ON
   cmake --build build
 }
@@ -50,6 +50,8 @@
 
   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



More information about the arch-commits mailing list