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
|
2021-11-23 19:05:30 +01:00
|
|
|
version=1.24
|
2021-09-01 18:45:50 +02:00
|
|
|
release=1
|
2019-08-04 16:15:58 +02:00
|
|
|
source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz)
|
|
|
|
|
|
|
|
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
|
|
|
}
|