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

Jan Steffens heftig at archlinux.org
Wed Jul 11 00:44:45 UTC 2018


    Date: Wednesday, July 11, 2018 @ 00:44:44
  Author: heftig
Revision: 328238

archrelease: copy trunk to extra-x86_64

Added:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
    (from rev 328237, egl-wayland/trunk/10_nvidia_wayland.json)
  egl-wayland/repos/extra-x86_64/PKGBUILD
    (from rev 328237, 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               |   90 +++++++++++++++++++++++------------------------
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: 10_nvidia_wayland.json
===================================================================
--- 10_nvidia_wayland.json	2018-07-11 00:44:28 UTC (rev 328237)
+++ 10_nvidia_wayland.json	2018-07-11 00:44:44 UTC (rev 328238)
@@ -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 328237, egl-wayland/trunk/10_nvidia_wayland.json)
===================================================================
--- 10_nvidia_wayland.json	                        (rev 0)
+++ 10_nvidia_wayland.json	2018-07-11 00:44:44 UTC (rev 328238)
@@ -0,0 +1,6 @@
+{
+    "file_format_version" : "1.0.0",
+    "ICD" : {
+        "library_path" : "libnvidia-egl-wayland.so.1"
+    }
+}

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-11 00:44:28 UTC (rev 328237)
+++ PKGBUILD	2018-07-11 00:44:44 UTC (rev 328238)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=egl-wayland
-pkgver=1.0.4
-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)
-_commit=4ab087336614770c524cc51d8f9befa719d80cc9  # 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
-  git tag -f 1.0.4 4ab087336614770c524cc51d8f9befa719d80cc9  # Fixup missing tag
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  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 328237, egl-wayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-11 00:44:44 UTC (rev 328238)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=egl-wayland
+pkgver=1.0.5
+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)
+_commit=395ce9f609fbf66f6cab622aec3ded663e089f84  # 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
+  git tag -f 1.0.5 395ce9f609fbf66f6cab622aec3ded663e089f84  # Fixup missing tag
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+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