extra/wpewebkit to 2.42.5-3

This commit is contained in:
Kevin Mihelich 2024-03-08 03:11:35 +00:00
parent 979053940b
commit b3a42e6914
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = wpewebkit
pkgdesc = Embeddable web content engine
pkgver = 2.42.5
pkgrel = 2
pkgrel = 3
url = https://wpewebkit.org
arch = x86_64
license = custom
@ -108,7 +108,7 @@ pkgname = wpewebkit
optdepends = gst-libav: nonfree media decoding
optdepends = gst-plugins-bad: media decoding
optdepends = gst-plugins-good: media decoding
provides = libWPEWebKit-1.1.so
provides = libWPEWebKit-2.0.so
pkgname = wpewebkit-docs
pkgdesc = Embeddable web content engine (documentation)

View file

@ -9,7 +9,7 @@ pkgname=(
wpewebkit-docs
)
pkgver=2.42.5
pkgrel=2
pkgrel=3
pkgdesc="Embeddable web content engine"
url="https://wpewebkit.org"
arch=(x86_64)
@ -93,7 +93,6 @@ build() {
-DCMAKE_INSTALL_LIBEXECDIR=lib
-DCMAKE_SKIP_RPATH=ON
-DUSE_AVIF=ON
-DENABLE_WPE_1_1_API=ON
-DENABLE_DOCUMENTATION=ON
-DENABLE_MINIBROWSER=ON
)
@ -128,7 +127,7 @@ package_wpewebkit() {
libwpe-1.0.so
)
provides+=(
libWPEWebKit-1.1.so
libWPEWebKit-2.0.so
)
optdepends=(
'geoclue: Geolocation support'