mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/webkit2gtk to 2.30.4-3
This commit is contained in:
parent
d8f9983732
commit
696095567c
1 changed files with 16 additions and 19 deletions
|
@ -8,25 +8,28 @@ highmem=1
|
|||
|
||||
pkgname=webkit2gtk
|
||||
pkgver=2.30.4
|
||||
pkgrel=2
|
||||
pkgdesc="GTK+ Web content engine library"
|
||||
pkgrel=3
|
||||
pkgdesc="Web content engine for GTK"
|
||||
url="https://webkitgtk.org"
|
||||
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 libwpe wpebackend-fdo
|
||||
bubblewrap xdg-dbus-proxy)
|
||||
makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue
|
||||
gst-plugins-bad ninja)
|
||||
depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
|
||||
icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp at-spi2-core
|
||||
libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
|
||||
enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
|
||||
woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
|
||||
gst-plugins-base-libs)
|
||||
makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
|
||||
wayland-protocols systemd gst-plugins-bad gperf)
|
||||
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})
|
||||
source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
|
||||
sha256sums=('d595a37c5001ff787266b155e303a5f2e5b48a6d466f2714c2f30c11392f7b24'
|
||||
'SKIP')
|
||||
validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
|
||||
'5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
|
||||
validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3' # Carlos Garcia Campos <cgarcia@igalia.com>
|
||||
'5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de Castro <aperez@igalia.com>
|
||||
|
||||
prepare() {
|
||||
cd webkitgtk-$pkgver
|
||||
|
@ -36,25 +39,19 @@ build() {
|
|||
# do not use LLINT assembly for v5/v6
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && CONFIG="-DENABLE_JIT=OFF"
|
||||
|
||||
CFLAGS+=" $CPPFLAGS"
|
||||
CXXFLAGS+=" $CPPFLAGS"
|
||||
cmake -S webkitgtk-$pkgver -B build -G Ninja \
|
||||
-DPORT=GTK \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=lib \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DENABLE_GTKDOC=ON \
|
||||
-DENABLE_MINIBROWSER=ON \
|
||||
-DLIBEXEC_INSTALL_DIR=/usr/lib \
|
||||
-DLIB_INSTALL_DIR=/usr/lib \
|
||||
$CONFIG
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
check() {
|
||||
: cmake --build build --target tests
|
||||
}
|
||||
|
||||
package() {
|
||||
depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
|
||||
provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
|
||||
|
|
Loading…
Reference in a new issue