[arch-commits] Commit in egl-wayland/repos (3 files)

Jan Steffens heftig at gemini.archlinux.org
Tue Sep 7 03:26:28 UTC 2021


    Date: Tuesday, September 7, 2021 @ 03:26:28
  Author: heftig
Revision: 423489

archrelease: copy trunk to testing-x86_64

Added:
  egl-wayland/repos/testing-x86_64/
  egl-wayland/repos/testing-x86_64/10_nvidia_wayland.json
    (from rev 423488, egl-wayland/trunk/10_nvidia_wayland.json)
  egl-wayland/repos/testing-x86_64/PKGBUILD
    (from rev 423488, egl-wayland/trunk/PKGBUILD)

------------------------+
 10_nvidia_wayland.json |    6 ++++++
 PKGBUILD               |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

Copied: egl-wayland/repos/testing-x86_64/10_nvidia_wayland.json (from rev 423488, egl-wayland/trunk/10_nvidia_wayland.json)
===================================================================
--- testing-x86_64/10_nvidia_wayland.json	                        (rev 0)
+++ testing-x86_64/10_nvidia_wayland.json	2021-09-07 03:26:28 UTC (rev 423489)
@@ -0,0 +1,6 @@
+{
+    "file_format_version" : "1.0.0",
+    "ICD" : {
+        "library_path" : "libnvidia-egl-wayland.so.1"
+    }
+}

Copied: egl-wayland/repos/testing-x86_64/PKGBUILD (from rev 423488, egl-wayland/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-09-07 03:26:28 UTC (rev 423489)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=egl-wayland
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="EGLStream-based Wayland external platform"
+arch=(x86_64)
+url=https://github.com/NVIDIA/egl-wayland
+license=(MIT)
+depends=(wayland eglexternalplatform)
+makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
+provides=(libnvidia-egl-wayland.so)
+_commit=ce4c9635fb3121ef59a82eace1a29125d21b798b  # tags/1.1.8
+source=("git+$url#commit=$_commit"
+        10_nvidia_wayland.json)
+sha256sums=('SKIP'
+            '5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+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
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list