contrib/wayland-protocols/Pkgfile

21 lines
564 B
Plaintext
Raw Normal View History

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-04-26 23:50:59 +02:00
version=1.36
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
}