Date: Saturday, September 4, 2021 @ 09:45:08 Author: heftig Revision: 423425
1.1.8-1 Modified: egl-wayland/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-04 08:39:47 UTC (rev 423424) +++ PKGBUILD 2021-09-04 09:45:08 UTC (rev 423425) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=egl-wayland -pkgver=1.1.7 +pkgver=1.1.8 pkgrel=1 pkgdesc="EGLStream-based Wayland external platform" arch=(x86_64) @@ -8,9 +8,9 @@ url=https://github.com/NVIDIA/egl-wayland license=(MIT) depends=(wayland eglexternalplatform) -makedepends=(meson git) +makedepends=(meson git wayland-protocols) provides=(libnvidia-egl-wayland.so) -_commit=db7f6d80aa4221d51088b0b70a730ce95ca42d6c # tags/1.1.7 +_commit=ce4c9635fb3121ef59a82eace1a29125d21b798b # tags/1.1.8 source=("git+$url#commit=$_commit" 10_nvidia_wayland.json) sha256sums=('SKIP' @@ -35,7 +35,7 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + 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 }
