PKGBUILDs/extra/wpewebkit/PKGBUILD

188 lines
3.6 KiB
Bash
Raw Normal View History

2022-04-24 00:05:23 +00:00
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - build v7 with vfpv3, neon is broken
2022-09-22 23:44:10 +00:00
pkgbase=wpewebkit
2023-03-21 23:31:42 +00:00
pkgname=(
wpewebkit
wpewebkit-docs
)
2024-09-09 15:28:17 +00:00
pkgver=2.44.4
pkgrel=1
2022-09-22 23:44:10 +00:00
pkgdesc="Embeddable web content engine"
2022-04-24 00:05:23 +00:00
url="https://wpewebkit.org"
arch=(x86_64)
2024-08-14 17:44:47 +00:00
license=(
# :sort ui /\v^\s*['"]?/
'AFL-2.0 OR GPL-2.0-or-later'
Apache-2.0
'Apache-2.0 WITH LLVM-exception'
BSD-2-Clause
BSD-2-Clause-Views
BSD-3-Clause
BSD-Source-Code
BSL-1.0
bzip2-1.0.6
GPL-2.0-only
'GPL-3.0-only WITH Autoconf-exception-3.0'
'GPL-3.0-or-later WITH Bison-exception-2.2'
ICU
ISC
LGPL-2.1-only
LGPL-2.1-or-later
MIT
MPL-1.1
MPL-2.0
NCSA
'NCSA OR MIT'
OFL-1.1
SunPro
Unicode-TOU
)
2022-09-22 23:44:10 +00:00
depends=(
2023-09-27 18:51:35 +00:00
at-spi2-core
2022-09-22 23:44:10 +00:00
atk
bubblewrap
cairo
fontconfig
freetype2
2024-08-14 17:44:47 +00:00
gcc-libs
2022-09-22 23:44:10 +00:00
glib2
2024-08-14 17:44:47 +00:00
glibc
2023-03-22 01:12:03 +00:00
gst-plugins-bad-libs
2022-09-22 23:44:10 +00:00
gst-plugins-base-libs
gstreamer
harfbuzz
harfbuzz-icu
icu
2024-08-14 17:44:47 +00:00
lcms2
2022-12-02 00:27:04 +00:00
libavif
2023-03-21 23:31:42 +00:00
libdrm
2022-09-22 23:44:10 +00:00
libepoxy
libgcrypt
libjpeg
2023-09-27 18:51:35 +00:00
libjxl
2022-09-22 23:44:10 +00:00
libpng
libseccomp
libsoup3
libsystemd
libtasn1
libwebp
libwpe
libxkbcommon
libxml2
libxslt
2023-03-21 23:31:42 +00:00
mesa
2022-09-22 23:44:10 +00:00
openjpeg2
sqlite
wayland
woff2
wpebackend-fdo
xdg-dbus-proxy
zlib
)
makedepends=(
cmake
gi-docgen
2024-08-14 00:29:14 +00:00
glib2-devel
2022-09-22 23:44:10 +00:00
gobject-introspection
gperf
gst-plugins-bad
ninja
python
ruby
2024-08-14 00:29:14 +00:00
ruby-stdlib
2022-09-22 23:44:10 +00:00
systemd
2023-03-21 23:31:42 +00:00
unifdef
2022-09-22 23:44:10 +00:00
wayland-protocols
)
2024-08-14 17:44:47 +00:00
options=(
# https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk-4.1/-/issues/1
# https://bugs.webkit.org/show_bug.cgi?id=278090
!lto
)
2023-03-21 23:31:42 +00:00
source=(
$url/releases/wpewebkit-$pkgver.tar.xz{,.asc}
)
2024-09-09 15:28:17 +00:00
sha256sums=('cd6042c63a6f883cc1586e5cea94e846aaaee6a864c14988e8af4ef4f362ba3b'
'SKIP')
b2sums=('55cfdd08db3e6290fa17f1f94f14b349fb69b87446d86305f8bdcf952c72743fb645931378b2b505a85cd452beacaeaac642d340fb25ecfa280d39d931bc58cf'
'SKIP')
2023-03-21 23:31:42 +00:00
validpgpkeys=(
2024-05-19 19:36:57 +00:00
# https://wpewebkit.org/release/verify/
2024-04-12 01:55:16 +00:00
5AA3BC334FD7E3369E7C77B291C559DBE4C9123B # Adrián Pérez de Castro <aperez@igalia.com>
2024-05-19 19:36:57 +00:00
013A0127AC9C65B34FFA62526C1009B693975393 # Carlos Garcia Campos <cgarcia@igalia.com>
2023-03-21 23:31:42 +00:00
)
2022-04-24 00:05:23 +00:00
prepare() {
2022-09-22 23:44:10 +00:00
cd wpewebkit-$pkgver
2022-04-24 00:05:23 +00:00
}
build() {
2023-03-21 23:31:42 +00:00
local cmake_options=(
-DPORT=WPE
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_INSTALL_LIBEXECDIR=lib
-DCMAKE_SKIP_RPATH=ON
2024-03-21 00:40:38 +00:00
-DUSE_LIBBACKTRACE=OFF
2023-03-21 23:31:42 +00:00
-DENABLE_DOCUMENTATION=ON
-DENABLE_MINIBROWSER=ON
)
2024-02-07 01:01:18 +00:00
# JITted code crashes when CET is used
#CFLAGS+=' -fcf-protection=none'
#CXXFLAGS+=' -fcf-protection=none'
2022-04-24 00:05:23 +00:00
# Produce minimal debug info: 4.3 GB of debug data makes the
# build too slow and is too much to package for debuginfod
CFLAGS+=' -g1'
CXXFLAGS+=' -g1'
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"
2023-03-21 23:31:42 +00:00
cmake -S wpewebkit-$pkgver -B build -G Ninja "${cmake_options[@]}"
2022-04-24 00:05:23 +00:00
cmake --build build
}
2022-09-22 23:44:10 +00:00
package_wpewebkit() {
2023-03-21 23:31:42 +00:00
depends+=(
libWPEBackend-fdo-1.0.so
libwpe-1.0.so
)
provides+=(
2024-03-08 03:11:35 +00:00
libWPEWebKit-2.0.so
2023-03-21 23:31:42 +00:00
)
optdepends=(
'geoclue: Geolocation support'
'gst-libav: nonfree media decoding'
'gst-plugins-bad: media decoding'
'gst-plugins-good: media decoding'
)
2022-04-24 00:05:23 +00:00
DESTDIR="$pkgdir" cmake --install build
2022-09-22 23:44:10 +00:00
mkdir -p doc/usr/share
2024-03-21 00:40:38 +00:00
mv {"$pkgdir",doc}/usr/share/doc
2022-09-22 23:44:10 +00:00
cd wpewebkit-$pkgver
2022-04-24 00:05:23 +00:00
find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
while IFS= read -d $'\0' -r _f; do
echo "### $_f ###"
cat "$_f"
echo
done |
install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
2022-09-22 23:44:10 +00:00
package_wpewebkit-docs() {
pkgdesc+=" (documentation)"
depends=()
mv doc/* "$pkgdir"
}
# vim:set sw=2 sts=-1 et: