mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
2f481f00f4
closes #4904
33 lines
889 B
YAML
33 lines
889 B
YAML
distributable:
|
|
url: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/{{version.tag}}/downloads/wayland-protocols-{{version.tag}}.tar.xz
|
|
strip-components: 1
|
|
display-name: wayland-protocols
|
|
versions:
|
|
gitlab: gitlab.freedesktop.org:wayland/wayland-protocols
|
|
platforms:
|
|
- linux
|
|
build:
|
|
dependencies:
|
|
mesonbuild.com: '*'
|
|
ninja-build.org: '*'
|
|
freedesktop.org/pkg-config: '*'
|
|
python.org: ~3.11
|
|
wayland.freedesktop.org: '*'
|
|
working-directory: build
|
|
script:
|
|
- meson $ARGS ..
|
|
- ninja -v
|
|
- ninja install -v
|
|
env:
|
|
ARGS:
|
|
- --prefix={{prefix}}
|
|
- --libdir={{prefix}}/lib
|
|
- --buildtype=release
|
|
- --wrap-mode=nofallback
|
|
test:
|
|
dependencies:
|
|
freedesktop.org/pkg-config: '*'
|
|
script:
|
|
- pkg-config --modversion wayland-protocols
|
|
- pkg-config --modversion wayland-protocols | grep {{version.marketing}}
|