Skip to content

Commit

Permalink
egl-wayland: Remove local ICD json
Browse files Browse the repository at this point in the history
Since NVIDIA/egl-wayland@954e094, there is no need now to use
a locally provided json file since it is now provided from upstream. Since these are identical there is also no need to
bump pkgrel and do a rebuild

Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim committed Nov 10, 2024
1 parent 79c5ac9 commit ef89e30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 0 additions & 2 deletions egl-wayland/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ pkgbase = egl-wayland
depends = wayland
provides = libnvidia-egl-wayland.so
source = git+https://github.com/NVIDIA/egl-wayland#commit=218f67846472c9310355210ee9a7e1fabed95062
source = 10_nvidia_wayland.json
b2sums = 2e2e31ddd00b62b5a52f1e3012bfef27a7ff9d9f6224b13c8a7e4ba7f0e6b824642cd64a5e66ef4c8c1c45cf3ee46ab054b2eed25541f3f00d1a1250f46732c1
b2sums = b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a

pkgname = egl-wayland
6 changes: 0 additions & 6 deletions egl-wayland/10_nvidia_wayland.json

This file was deleted.

9 changes: 2 additions & 7 deletions egl-wayland/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ makedepends=(
wayland-protocols
)
provides=(libnvidia-egl-wayland.so)
source=(
"git+$url#commit=218f67846472c9310355210ee9a7e1fabed95062"
10_nvidia_wayland.json
)
b2sums=('2e2e31ddd00b62b5a52f1e3012bfef27a7ff9d9f6224b13c8a7e4ba7f0e6b824642cd64a5e66ef4c8c1c45cf3ee46ab054b2eed25541f3f00d1a1250f46732c1'
'b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a')
source=("git+$url#commit=218f67846472c9310355210ee9a7e1fabed95062")
b2sums=('2e2e31ddd00b62b5a52f1e3012bfef27a7ff9d9f6224b13c8a7e4ba7f0e6b824642cd64a5e66ef4c8c1c45cf3ee46ab054b2eed25541f3f00d1a1250f46732c1')

prepare() {
cd $pkgname
Expand All @@ -43,7 +39,6 @@ check() {

package() {
meson install -C build --destdir "$pkgdir"
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
}

Expand Down

0 comments on commit ef89e30

Please sign in to comment.