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

View file

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