PKGBUILDs/extra/webkit2gtk/PKGBUILD

180 lines
3.7 KiB
Bash
Raw Normal View History

2020-07-10 01:06:33 +00:00
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2017-02-11 00:45:57 +00:00
# Contributor: Eric Bélanger <eric@archlinux.org>
2014-10-17 16:01:45 +00:00
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
2022-03-23 00:58:17 +00:00
# - build v7 with vfpv3, neon is broken
2014-10-17 16:01:45 +00:00
2015-10-18 03:28:25 +00:00
highmem=1
2022-09-22 23:42:43 +00:00
pkgbase=webkit2gtk
2023-03-21 23:29:23 +00:00
pkgname=(
webkit2gtk
webkit2gtk-docs
)
2024-04-12 01:54:10 +00:00
pkgver=2.44.1
2024-03-23 23:10:46 +00:00
pkgrel=1
2021-01-05 18:18:10 +00:00
pkgdesc="Web content engine for GTK"
url="https://webkitgtk.org"
2017-11-17 23:33:02 +00:00
arch=(x86_64)
2017-02-11 00:45:57 +00:00
license=(custom)
2022-09-22 23:42:43 +00:00
depends=(
at-spi2-core
atk
bubblewrap
cairo
enchant
fontconfig
freetype2
glib2
2023-03-22 01:11:24 +00:00
gst-plugins-bad-libs
2022-09-22 23:42:43 +00:00
gst-plugins-base-libs
gstreamer
gtk3
harfbuzz
harfbuzz-icu
hyphen
icu
2022-12-02 00:26:11 +00:00
libavif
2023-03-21 23:29:23 +00:00
libdrm
2022-09-22 23:42:43 +00:00
libegl
2023-03-21 23:29:23 +00:00
libepoxy
2022-09-22 23:42:43 +00:00
libgcrypt
libgl
libgles
libjpeg
2023-09-20 12:36:29 +00:00
libjxl
2022-09-22 23:42:43 +00:00
libmanette
libpng
libseccomp
libsecret
libsoup
libsystemd
libtasn1
libwebp
libwpe
libx11
2023-03-21 23:29:23 +00:00
libxcomposite
2022-09-22 23:42:43 +00:00
libxml2
libxslt
libxt
2023-03-21 23:29:23 +00:00
mesa
2022-09-22 23:42:43 +00:00
openjpeg2
sqlite
wayland
woff2
wpebackend-fdo
xdg-dbus-proxy
zlib
)
makedepends=(
2023-09-20 12:36:29 +00:00
clang
2022-09-22 23:42:43 +00:00
cmake
gi-docgen
gobject-introspection
gperf
gst-plugins-bad
2023-09-20 12:36:29 +00:00
lld
2022-09-22 23:42:43 +00:00
ninja
python
ruby
systemd
2023-03-21 23:29:23 +00:00
unifdef
2022-09-22 23:42:43 +00:00
wayland-protocols
)
2023-03-21 23:29:23 +00:00
source=(
$url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
)
2024-04-12 01:54:10 +00:00
sha256sums=('425b1459b0f04d0600c78d1abb5e7edfa3c060a420f8b231e9a6a2d5d29c5561'
2024-03-23 23:10:46 +00:00
'SKIP')
2024-04-12 01:54:10 +00:00
b2sums=('a5fff4c4fe90bcd0ea098930e51a36ea60152da47fd06e78abbc10f146437838aa19fed15cf58732b538046e1f42d8461cd5c0e0859096506932c9fae150cc16'
2024-03-23 23:10:46 +00:00
'SKIP')
2023-03-21 23:29:23 +00:00
validpgpkeys=(
2024-04-12 01:54:10 +00:00
D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 # Carlos Garcia Campos <cgarcia@igalia.com>
5AA3BC334FD7E3369E7C77B291C559DBE4C9123B # Adrián Pérez de Castro <aperez@igalia.com>
2023-03-21 23:29:23 +00:00
)
2014-10-17 16:01:45 +00:00
prepare() {
cd webkitgtk-$pkgver
}
build() {
2023-03-21 23:29:23 +00:00
local cmake_options=(
-DPORT=GTK
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_INSTALL_LIBEXECDIR=lib
-DCMAKE_SKIP_RPATH=ON
2024-03-23 23:10:46 +00:00
-DUSE_GTK4=OFF
-DUSE_LIBBACKTRACE=OFF
2023-03-21 23:29:23 +00:00
-DUSE_SOUP2=ON
-DENABLE_DOCUMENTATION=ON
-DENABLE_MINIBROWSER=ON
)
2023-09-20 12:36:29 +00:00
# GCC with LTO fails to link libjavascriptcoregtk
# /usr/bin/ld: /tmp/ccXxyWZV.ltrans0.ltrans.o: in function `ipint_table_size_validate':
# <artificial>:(.text+0x49f0f): undefined reference to `ipint_extern_table_size'
# /usr/bin/ld: /tmp/ccXxyWZV.ltrans0.ltrans.o: in function `ipint_table_fill_validate':
# <artificial>:(.text+0x4a019): undefined reference to `ipint_extern_table_fill'
# collect2: error: ld returned 1 exit status
2023-09-28 02:27:03 +00:00
#export CC=clang CXX=clang++
#LDFLAGS+=" -fuse-ld=lld"
2023-09-20 12:36:29 +00:00
2024-02-07 01:00:03 +00:00
# JITted code crashes when CET is used
#CFLAGS+=' -fcf-protection=none'
#CXXFLAGS+=' -fcf-protection=none'
2022-04-01 22:19:48 +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'
2022-03-23 00:58:17 +00:00
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"
2014-10-17 16:01:45 +00:00
2023-03-21 23:29:23 +00:00
cmake -S webkitgtk-$pkgver -B build -G Ninja "${cmake_options[@]}"
2018-12-14 13:58:20 +00:00
cmake --build build
2018-06-12 00:01:41 +00:00
}
2022-09-22 23:42:43 +00:00
package_webkit2gtk() {
2023-03-21 23:29:23 +00:00
depends+=(
libWPEBackend-fdo-1.0.so
libwpe-1.0.so
)
provides+=(
libjavascriptcoregtk-4.0.so
libwebkit2gtk-4.0.so
)
optdepends=(
'geoclue: Geolocation support'
'gst-libav: nonfree media decoding'
'gst-plugins-bad: media decoding'
'gst-plugins-good: media decoding'
)
2020-03-13 23:58:09 +00:00
2020-09-26 00:16:02 +00:00
DESTDIR="$pkgdir" cmake --install build
2014-10-17 16:01:45 +00:00
2021-11-04 00:26:03 +00:00
rm -r "$pkgdir/usr/bin"
2022-09-22 23:42:43 +00:00
mkdir -p doc/usr/share
2024-03-23 23:10:46 +00:00
mv {"$pkgdir",doc}/usr/share/doc
2022-09-22 23:42:43 +00:00
2018-03-25 00:58:10 +00:00
cd webkitgtk-$pkgver
2018-06-12 00:01:41 +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"
2014-10-17 16:01:45 +00:00
}
2018-06-12 00:01:41 +00:00
2022-09-22 23:42:43 +00:00
package_webkit2gtk-docs() {
pkgdesc+=" (documentation)"
depends=()
mv doc/* "$pkgdir"
}
# vim:set sw=2 sts=-1 et: