2019-08-04 16:15:58 +02:00
|
|
|
# Description: Specifications of extended Wayland protocols
|
|
|
|
# URL: https://wayland.freedesktop.org/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: wayland
|
|
|
|
|
|
|
|
name=wayland-protocols
|
2024-01-20 12:05:34 +01:00
|
|
|
version=1.33
|
2021-09-01 18:45:50 +02:00
|
|
|
release=1
|
2022-10-15 09:48:31 +02:00
|
|
|
source=(https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/$version/downloads/$name-$version.tar.xz)
|
2019-08-04 16:15:58 +02:00
|
|
|
|
|
|
|
build() {
|
2021-09-16 21:11:22 +02:00
|
|
|
meson setup $name-$version build \
|
|
|
|
--prefix=/usr \
|
|
|
|
--buildtype=plain \
|
|
|
|
--wrap-mode nodownload \
|
|
|
|
-D b_lto=true \
|
|
|
|
-D b_pie=true
|
|
|
|
meson compile -C build
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2019-08-04 16:15:58 +02:00
|
|
|
}
|