* update egl-wayland to 4:1.1.17-1

This commit is contained in:
Alexander Baldeck 2025-01-03 16:12:05 +01:00
parent 79c86f340c
commit 4b3266802d
2 changed files with 6 additions and 13 deletions

View File

@ -1,6 +1,6 @@
pkgbase = egl-wayland
pkgdesc = EGLStream-based Wayland external platform
pkgver = 1.1.16
pkgver = 1.1.17
pkgrel = 1
epoch = 4
url = https://github.com/NVIDIA/egl-wayland
@ -19,9 +19,7 @@ pkgbase = egl-wayland
depends = libdrm
depends = wayland
provides = libnvidia-egl-wayland.so
source = git+https://github.com/NVIDIA/egl-wayland#tag=1.1.16
source = 10_nvidia_wayland.json
b2sums = fb1da02597aff0db93fda880eb4edba30eba4c0793e1d385a5f4414260e16e451964505b66f57a9e5e0bab3e01ccf4d711b27a6f45f3527ce89e831f3680bcd8
b2sums = b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a
source = git+https://github.com/NVIDIA/egl-wayland#tag=1.1.17
b2sums = 5c44c6ad89b8e725b46e8edbc1477743006ffcf98601a7177f7e51f439fcbe4fab75258b980d0f20f5d9e2a4dbf551fa9f3722a42da6971ef574462b425ae33c
pkgname = egl-wayland

View File

@ -2,7 +2,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=egl-wayland
pkgver=1.1.16
pkgver=1.1.17
pkgrel=1
epoch=4
pkgdesc="EGLStream-based Wayland external platform"
@ -22,12 +22,8 @@ makedepends=(
wayland-protocols
)
provides=(libnvidia-egl-wayland.so)
source=(
"git+$url#tag=$pkgver"
10_nvidia_wayland.json
)
b2sums=('fb1da02597aff0db93fda880eb4edba30eba4c0793e1d385a5f4414260e16e451964505b66f57a9e5e0bab3e01ccf4d711b27a6f45f3527ce89e831f3680bcd8'
'b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a')
source=("git+$url#tag=$pkgver")
b2sums=('5c44c6ad89b8e725b46e8edbc1477743006ffcf98601a7177f7e51f439fcbe4fab75258b980d0f20f5d9e2a4dbf551fa9f3722a42da6971ef574462b425ae33c')
prepare() {
cd $pkgname
@ -44,7 +40,6 @@ check() {
package() {
meson install -C build --destdir "$pkgdir"
install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 10_nvidia_wayland.json
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
}