Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

egl-wayland: Remove local ICD json #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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