[arch-commits] Commit in egl-wayland/repos/extra-x86_64 (4 files)

Jan Steffens heftig at archlinux.org
Mon Dec 14 11:02:42 UTC 2020


    Date: Monday, December 14, 2020 @ 11:02:41
  Author: heftig
Revision: 404305

archrelease: copy trunk to extra-x86_64

Added:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
    (from rev 404304, egl-wayland/trunk/10_nvidia_wayland.json)
  egl-wayland/repos/extra-x86_64/PKGBUILD
    (from rev 404304, egl-wayland/trunk/PKGBUILD)
Deleted:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
  egl-wayland/repos/extra-x86_64/PKGBUILD

------------------------+
 10_nvidia_wayland.json |   12 +++---
 PKGBUILD               |   86 +++++++++++++++++++++++------------------------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: 10_nvidia_wayland.json
===================================================================
--- 10_nvidia_wayland.json	2020-12-14 11:02:30 UTC (rev 404304)
+++ 10_nvidia_wayland.json	2020-12-14 11:02:41 UTC (rev 404305)
@@ -1,6 +0,0 @@
-{
-    "file_format_version" : "1.0.0",
-    "ICD" : {
-        "library_path" : "libnvidia-egl-wayland.so.1"
-    }
-}

Copied: egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json (from rev 404304, egl-wayland/trunk/10_nvidia_wayland.json)
===================================================================
--- 10_nvidia_wayland.json	                        (rev 0)
+++ 10_nvidia_wayland.json	2020-12-14 11:02:41 UTC (rev 404305)
@@ -0,0 +1,6 @@
+{
+    "file_format_version" : "1.0.0",
+    "ICD" : {
+        "library_path" : "libnvidia-egl-wayland.so.1"
+    }
+}

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-14 11:02:30 UTC (rev 404304)
+++ PKGBUILD	2020-12-14 11:02:41 UTC (rev 404305)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=egl-wayland
-pkgver=1.1.5+2+g9c9c4c6
-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)
-provides=(libnvidia-egl-wayland.so)
-_commit=9c9c4c684983f7b0821f516f8821118170a785ea  # master
-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() {
-  DESTDIR="$pkgdir" meson install -C build
-  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:

Copied: egl-wayland/repos/extra-x86_64/PKGBUILD (from rev 404304, egl-wayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-14 11:02:41 UTC (rev 404305)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=egl-wayland
+pkgver=1.1.6
+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)
+provides=(libnvidia-egl-wayland.so)
+_commit=1b0f2b8dd906c82d20de45974f81295fda9f2bd0  # tags/1.1.6
+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() {
+  DESTDIR="$pkgdir" meson install -C build
+  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