Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
egl-wayland2
Commits:
c9a0881b by Peter Jung at 2026-03-06T17:21:33+01:00
upgpkg: 1.0.1-1
- - - - -
4 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
- + REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = egl-wayland2
pkgdesc = EGLStream-based Wayland external platform (2)
- pkgver = 1.0.0.rc.r57.g1893c37
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/NVIDIA/egl-wayland2
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = egl-wayland2
depends = libdrm
depends = wayland
provides = libnvidia-egl-wayland2.so
- source =
git+https://github.com/NVIDIA/egl-wayland2#tag=1893c371d074c5a648a65e198c4e0eee80d2d7f1
- b2sums =
22347b3e1fbd1b13874df1aaad1662cdb357e9c338efe4551a44112b3f72ef76893738e37c88261d288087ea269c593bccf4e2e89168a07db9ef10901ffe65f1
+ source = git+https://github.com/NVIDIA/egl-wayland2#tag=v1.0.1
+ b2sums =
8cec511a964b4a79f624120f2719520da685bed52e15dfac63e68ab83ee9d0c65f4cbdf3519a04952ba30526609ffd2737a2a06dd9a160cdc6dba4545708e3d2
pkgname = egl-wayland2
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,4 @@
[egl-wayland2]
source = "git"
git = "https://github.com/NVIDIA/egl-wayland2.git"
+prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
pkgname=egl-wayland2
-pkgver=1.0.0.rc.r57.g1893c37
+pkgver=1.0.1
pkgrel=1
pkgdesc="EGLStream-based Wayland external platform (2)"
url="https://github.com/NVIDIA/egl-wayland2"
@@ -22,18 +22,8 @@ makedepends=(
wayland-protocols
)
provides=(libnvidia-egl-wayland2.so)
-_commit=1893c371d074c5a648a65e198c4e0eee80d2d7f1
-source=("git+$url#tag=$_commit")
-b2sums=('22347b3e1fbd1b13874df1aaad1662cdb357e9c338efe4551a44112b3f72ef76893738e37c88261d288087ea269c593bccf4e2e89168a07db9ef10901ffe65f1')
-
-pkgver() {
- cd $pkgname
- git describe --long --tags | sed -E
's/^v//;s/-0-g[0-9a-f]+$//;s/-([0-9]+)-g/.r\1.g/;s/-/./g'
-}
-
-prepare() {
- cd $pkgname
-}
+source=("git+$url#tag=v$pkgver")
+b2sums=('8cec511a964b4a79f624120f2719520da685bed52e15dfac63e68ab83ee9d0c65f4cbdf3519a04952ba30526609ffd2737a2a06dd9a160cdc6dba4545708e3d2')
build() {
arch-meson $pkgname build
=====================================
REUSE.toml
=====================================
@@ -0,0 +1,25 @@
+version = 1
+
+[[annotations]]
+path = [
+ "PKGBUILD",
+ "README.md",
+ "keys/**",
+ ".SRCINFO",
+ ".gitignore",
+ ".nvchecker.toml",
+ "*.install",
+ "*.sysusers",
+ "*sysusers.conf",
+ "*.tmpfiles",
+ "*tmpfiles.conf",
+ "*.logrotate",
+ "*.pam",
+ "*.service",
+ "*.socket",
+ "*.timer",
+ "*.desktop",
+ "*.hook",
+]
+SPDX-FileCopyrightText = "Arch Linux contributors"
+SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/egl-wayland2/-/commit/c9a0881bb39dbc090b7eda301b6d2deaeb9de802
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/egl-wayland2/-/commit/c9a0881bb39dbc090b7eda301b6d2deaeb9de802
You're receiving this email because of your account on gitlab.archlinux.org.