Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions wayland-protocols.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: wayland-protocols
version: "1.31"
version: "1.32"
epoch: 0
description: Protocols and protocol extensions complementing the Wayland core protocol
copyright:
Expand All @@ -18,12 +18,15 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238
expected-sha256: 7459799d340c8296b695ef857c07ddef24c5a09b09ab6a74f7b92640d2b1ba11
uri: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${{package.version}}/downloads/wayland-protocols-${{package.version}}.tar.xz

- uses: meson/configure

- uses: meson/compile
- runs: |
# This flag doesn't work on the new version
export LDFLAGS="$(echo $LDFLAGS | sed 's/,-z,noexecheap//g')"
env
meson . output --prefix=/usr
meson compile -j $(nproc) -C output

- uses: meson/install

Expand Down