2020-06-14 23:31:38 +00:00
|
|
|
# Description: freedesktop.org backend for WPE WebKit
|
|
|
|
# URL: https://wpewebkit.org/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2020-08-01 22:38:57 +00:00
|
|
|
# Depends on: glib libepoxy libwpe wayland-protocols
|
2020-06-14 23:31:38 +00:00
|
|
|
|
|
|
|
name=wpebackend-fdo
|
2022-09-24 10:00:33 +02:00
|
|
|
version=1.14.0
|
2020-06-14 23:31:38 +00:00
|
|
|
release=1
|
|
|
|
source=(https://wpewebkit.org/releases/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
2021-06-09 09:18:03 +00:00
|
|
|
meson setup $name-$version build \
|
|
|
|
--prefix=/usr \
|
2022-08-13 22:12:26 +02:00
|
|
|
--buildtype=plain \
|
|
|
|
--wrap-mode nodownload \
|
2022-09-24 10:00:33 +02:00
|
|
|
-D b_lto=false \
|
2022-08-13 22:12:26 +02:00
|
|
|
-D b_pie=true
|
2021-06-09 09:18:03 +00:00
|
|
|
meson compile -C build
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2020-06-14 23:31:38 +00:00
|
|
|
}
|