* update wayland to 1.23.1-1

This commit is contained in:
Alexander Baldeck 2024-09-24 08:15:30 +02:00
parent f9bea8eb2d
commit e8e6c8d8b5
3 changed files with 40 additions and 2 deletions

35
wayland/.SRCINFO Normal file
View File

@ -0,0 +1,35 @@
pkgbase = wayland
pkgdesc = A computer display server protocol
pkgver = 1.23.1
pkgrel = 1
url = https://wayland.freedesktop.org/
arch = x86_64
license = MIT
makedepends = meson
makedepends = libxslt
makedepends = doxygen
makedepends = xmlto
makedepends = graphviz
makedepends = docbook-xsl
depends = glibc
depends = libffi
depends = expat
depends = libxml2
depends = default-cursors
source = https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz
source = https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz.sig
validpgpkeys = C7223EBE4EF66513B892598911A30156E0E67611
validpgpkeys = C0066D7DB8E9AC6844D728715E54498E697F11D7
validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
sha256sums = 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed
sha256sums = SKIP
pkgname = wayland
provides = libwayland-client.so
provides = libwayland-cursor.so
provides = libwayland-egl.so
provides = libwayland-server.so
pkgname = wayland-docs
pkgdesc = A computer display server protocol (documentation)
depends =

3
wayland/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[wayland]
source = "git"
git = "https://gitlab.freedesktop.org/wayland/wayland.git"

View File

@ -5,7 +5,7 @@
pkgbase=wayland pkgbase=wayland
pkgname=(wayland wayland-docs) pkgname=(wayland wayland-docs)
pkgver=1.23.0 pkgver=1.23.1
pkgrel=1 pkgrel=1
pkgdesc='A computer display server protocol' pkgdesc='A computer display server protocol'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -17,7 +17,7 @@ validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
'C0066D7DB8E9AC6844D728715E54498E697F11D7' # Derek Foreman 'C0066D7DB8E9AC6844D728715E54498E697F11D7' # Derek Foreman
'34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') # emersion <contact@emersion.fr> '34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') # emersion <contact@emersion.fr>
source=("https://gitlab.freedesktop.org/wayland/wayland/-/releases/$pkgver/downloads/wayland-$pkgver.tar.xz"{,.sig}) source=("https://gitlab.freedesktop.org/wayland/wayland/-/releases/$pkgver/downloads/wayland-$pkgver.tar.xz"{,.sig})
sha256sums=('05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2' sha256sums=('864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed'
'SKIP') 'SKIP')
build() { build() {