Skip to content

Commit

Permalink
Merge pull request #282 from 1Naim/fix/egl-wayland
Browse files Browse the repository at this point in the history
egl-wayland: Backport egl-wayland/!131
  • Loading branch information
ptr1337 authored Aug 13, 2024
2 parents 343d357 + 0c43317 commit f4e4f6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion nvidia/egl-wayland/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = egl-wayland
pkgdesc = EGLStream-based Wayland external platform
pkgver = 1.1.15
pkgrel = 1
pkgrel = 2
epoch = 3
url = https://github.com/NVIDIA/egl-wayland
arch = x86_64
Expand All @@ -17,7 +17,9 @@ pkgbase = egl-wayland
provides = libnvidia-egl-wayland.so
source = git+https://github.com/NVIDIA/egl-wayland#commit=5a5b17e9f0f18709e08a6ee08adfd27b56f2e601
source = 10_nvidia_wayland.json
source = fix-egl-wayland.patch::https://github.com/NVIDIA/egl-wayland/pull/131/commits/90c5bdbb8d0552c31830eab9f187a1381f73fdd4.patch
b2sums = 0ced3f4b32516f315d7d39894efc1416dbd703537d8722dbe261c8274beab86c2f029534be769d65f2ab5ed2d9df0da7bc8e1e8bfb360074c834ad1e68667a67
b2sums = b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a
b2sums = 49c52603b10f58f60cc14eb9970575841e2095d120713df23285af28f55012f2ce4d3c90b9fca8d38679be9d3a1a213669a043bc97d8bf4b0ae78caa316ef13d

pkgname = egl-wayland
7 changes: 5 additions & 2 deletions nvidia/egl-wayland/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=egl-wayland
pkgver=1.1.15
pkgrel=1
pkgrel=2
epoch=3
pkgdesc="EGLStream-based Wayland external platform"
url="https://github.com/NVIDIA/egl-wayland"
Expand All @@ -24,12 +24,15 @@ provides=(libnvidia-egl-wayland.so)
source=(
"git+$url#commit=5a5b17e9f0f18709e08a6ee08adfd27b56f2e601"
10_nvidia_wayland.json
"fix-egl-wayland.patch::https://github.com/NVIDIA/egl-wayland/pull/131/commits/90c5bdbb8d0552c31830eab9f187a1381f73fdd4.patch"
)
b2sums=('0ced3f4b32516f315d7d39894efc1416dbd703537d8722dbe261c8274beab86c2f029534be769d65f2ab5ed2d9df0da7bc8e1e8bfb360074c834ad1e68667a67'
'b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a')
'b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a'
'49c52603b10f58f60cc14eb9970575841e2095d120713df23285af28f55012f2ce4d3c90b9fca8d38679be9d3a1a213669a043bc97d8bf4b0ae78caa316ef13d')

prepare() {
cd $pkgname
patch -Np1 < ../fix-egl-wayland.patch
}

build() {
Expand Down

0 comments on commit f4e4f6d

Please sign in to comment.