🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: 'wayland-protocols'
pkgver: '1.49'
pkgrel: '1'
pkgdesc: 'Additional Wayland protocols'
url: ' https://wayland.freedesktop.org/'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- pkgconf
- wayland
source:
- 'https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${pkgver}/downloads/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true wayland-protocols-1.49 builddir
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING