mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/webkit2gtk to 2.26.0-1
This commit is contained in:
parent
101898f955
commit
dec1122d3f
1 changed files with 4 additions and 4 deletions
|
@ -7,21 +7,22 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=webkit2gtk
|
||||
pkgver=2.24.4
|
||||
pkgver=2.26.0
|
||||
pkgrel=1
|
||||
pkgdesc="GTK+ Web content engine library"
|
||||
arch=(x86_64)
|
||||
url="https://webkitgtk.org/"
|
||||
license=(custom)
|
||||
depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp openjpeg2
|
||||
harfbuzz-icu gtk3 libnotify hyphen woff2)
|
||||
harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
|
||||
bubblewrap xdg-dbus-proxy)
|
||||
makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
|
||||
optdepends=('geoclue: Geolocation support'
|
||||
'gst-plugins-good: media decoding'
|
||||
'gst-plugins-bad: media decoding'
|
||||
'gst-libav: nonfree media decoding')
|
||||
source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
|
||||
sha256sums=('8668b129c026624ec226a4cccf4995f9d26f3e88fc28ab75b0e965f3c32b7dd8'
|
||||
sha256sums=('d210c0ecd1a89a22c9f8f1f450334f3489c5c50159b3a5e14dd93d5f349dcced'
|
||||
'SKIP')
|
||||
validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
|
||||
'5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
|
||||
|
@ -40,7 +41,6 @@ build() {
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DENABLE_GTKDOC=ON \
|
||||
-DENABLE_PLUGIN_PROCESS_GTK2=OFF \
|
||||
-DLIBEXEC_INSTALL_DIR=/usr/lib \
|
||||
-DLIB_INSTALL_DIR=/usr/lib \
|
||||
$CONFIG
|
||||
|
|
Loading…
Reference in a new issue