mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/webkit2gtk to 2.34.1-2
This commit is contained in:
parent
5be00ae597
commit
97c99bc8c7
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue