[arch-commits] Commit in egl-wayland/repos/extra-x86_64 (4 files)
Jan Steffens
heftig at archlinux.org
Wed May 19 10:31:40 UTC 2021
Date: Wednesday, May 19, 2021 @ 10:31:39
Author: heftig
Revision: 415749
archrelease: copy trunk to extra-x86_64
Added:
egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
(from rev 415748, egl-wayland/trunk/10_nvidia_wayland.json)
egl-wayland/repos/extra-x86_64/PKGBUILD
(from rev 415748, 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 2021-05-19 10:31:31 UTC (rev 415748)
+++ 10_nvidia_wayland.json 2021-05-19 10:31:39 UTC (rev 415749)
@@ -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 415748, egl-wayland/trunk/10_nvidia_wayland.json)
===================================================================
--- 10_nvidia_wayland.json (rev 0)
+++ 10_nvidia_wayland.json 2021-05-19 10:31:39 UTC (rev 415749)
@@ -0,0 +1,6 @@
+{
+ "file_format_version" : "1.0.0",
+ "ICD" : {
+ "library_path" : "libnvidia-egl-wayland.so.1"
+ }
+}
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 10:31:31 UTC (rev 415748)
+++ PKGBUILD 2021-05-19 10:31:39 UTC (rev 415749)
@@ -1,43 +0,0 @@
-# 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:
Copied: egl-wayland/repos/extra-x86_64/PKGBUILD (from rev 415748, egl-wayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-19 10:31:39 UTC (rev 415749)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=egl-wayland
+pkgver=1.1.7
+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=db7f6d80aa4221d51088b0b70a730ce95ca42d6c # tags/1.1.7
+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