Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nvidia: restore deletion
@ 2022-11-27  6:30 cmhainesii
  2022-11-28 12:01 ` [PR PATCH] [Updated] " cmhainesii
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cmhainesii @ 2022-11-27  6:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]

There is a new pull request by cmhainesii against master on the void-packages repository

https://github.com/cmhainesii/void-packages nvidia_restore_deletion
https://github.com/void-linux/void-packages/pull/40790

nvidia: restore deletion
restore line 136 from previous commit

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, x86_64 glibc.


A patch file from https://github.com/void-linux/void-packages/pull/40790.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia_restore_deletion-40790.patch --]
[-- Type: text/x-diff, Size: 1022 bytes --]

From 49b60e64bdecf43b90ecebeaa801f5b105704d1b Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Sun, 27 Nov 2022 01:18:51 -0500
Subject: [PATCH] nvidia: restore deletion restore line 136 from previous
 commit

---
 srcpkgs/nvidia/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 82fa88ed53ce..c8f5dbc937f0 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
 version=515.86.01
-revision=2
+revision=3
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -133,6 +133,7 @@ do_install() {
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
 		${DESTDIR}/usr/lib/libnvidia-egl-gbm.so.1
 
+	vmkdir usr/share/glvnd/egl_vendor.d
 	vmkdir usr/share/egl/egl_external_platform.d
 	vinstall 15_nvidia_gbm.json 755 usr/share/egl/egl_external_platform.d
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nvidia: restore deletion
  2022-11-27  6:30 [PR PATCH] nvidia: restore deletion cmhainesii
@ 2022-11-28 12:01 ` cmhainesii
  2022-11-28 12:04 ` cmhainesii
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cmhainesii @ 2022-11-28 12:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

There is an updated pull request by cmhainesii against master on the void-packages repository

https://github.com/cmhainesii/void-packages nvidia_restore_deletion
https://github.com/void-linux/void-packages/pull/40790

nvidia: restore deletion
restore line 136 from previous commit

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, x86_64 glibc.


A patch file from https://github.com/void-linux/void-packages/pull/40790.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia_restore_deletion-40790.patch --]
[-- Type: text/x-diff, Size: 1022 bytes --]

From 49b60e64bdecf43b90ecebeaa801f5b105704d1b Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Sun, 27 Nov 2022 01:18:51 -0500
Subject: [PATCH] nvidia: restore deletion restore line 136 from previous
 commit

---
 srcpkgs/nvidia/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 82fa88ed53ce..c8f5dbc937f0 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
 version=515.86.01
-revision=2
+revision=3
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -133,6 +133,7 @@ do_install() {
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
 		${DESTDIR}/usr/lib/libnvidia-egl-gbm.so.1
 
+	vmkdir usr/share/glvnd/egl_vendor.d
 	vmkdir usr/share/egl/egl_external_platform.d
 	vinstall 15_nvidia_gbm.json 755 usr/share/egl/egl_external_platform.d
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nvidia: restore deletion
  2022-11-27  6:30 [PR PATCH] nvidia: restore deletion cmhainesii
  2022-11-28 12:01 ` [PR PATCH] [Updated] " cmhainesii
@ 2022-11-28 12:04 ` cmhainesii
  2022-11-28 12:18 ` cmhainesii
  2022-11-28 12:20 ` [PR PATCH] [Closed]: " cmhainesii
  3 siblings, 0 replies; 5+ messages in thread
From: cmhainesii @ 2022-11-28 12:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

There is an updated pull request by cmhainesii against master on the void-packages repository

https://github.com/cmhainesii/void-packages nvidia_restore_deletion
https://github.com/void-linux/void-packages/pull/40790

nvidia: restore deletion
restore line 136 from previous commit

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, x86_64 glibc.


A patch file from https://github.com/void-linux/void-packages/pull/40790.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia_restore_deletion-40790.patch --]
[-- Type: text/x-diff, Size: 2115 bytes --]

From 49b60e64bdecf43b90ecebeaa801f5b105704d1b Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Sun, 27 Nov 2022 01:18:51 -0500
Subject: [PATCH 1/2] nvidia: restore deletion restore line 136 from previous
 commit

---
 srcpkgs/nvidia/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 82fa88ed53ce..c8f5dbc937f0 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -4,7 +4,7 @@ _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
 version=515.86.01
-revision=2
+revision=3
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -133,6 +133,7 @@ do_install() {
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
 		${DESTDIR}/usr/lib/libnvidia-egl-gbm.so.1
 
+	vmkdir usr/share/glvnd/egl_vendor.d
 	vmkdir usr/share/egl/egl_external_platform.d
 	vinstall 15_nvidia_gbm.json 755 usr/share/egl/egl_external_platform.d
 

From 785d22ed516c7d8b07908dafe0a2d0dd53265e0d Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Sun, 27 Nov 2022 01:18:51 -0500
Subject: [PATCH 2/2] nvidia: fix restore deleted line restore template line
 136, was deleted in previous fix.

---
 srcpkgs/nvidia/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 82fa88ed53ce..697a39c61bac 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -1,10 +1,9 @@
 # Template file for 'nvidia'
-
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
 version=515.86.01
-revision=2
+revision=3
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -133,6 +132,7 @@ do_install() {
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
 		${DESTDIR}/usr/lib/libnvidia-egl-gbm.so.1
 
+	vmkdir usr/share/glvnd/egl_vendor.d
 	vmkdir usr/share/egl/egl_external_platform.d
 	vinstall 15_nvidia_gbm.json 755 usr/share/egl/egl_external_platform.d
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nvidia: restore deletion
  2022-11-27  6:30 [PR PATCH] nvidia: restore deletion cmhainesii
  2022-11-28 12:01 ` [PR PATCH] [Updated] " cmhainesii
  2022-11-28 12:04 ` cmhainesii
@ 2022-11-28 12:18 ` cmhainesii
  2022-11-28 12:20 ` [PR PATCH] [Closed]: " cmhainesii
  3 siblings, 0 replies; 5+ messages in thread
From: cmhainesii @ 2022-11-28 12:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

There is an updated pull request by cmhainesii against master on the void-packages repository

https://github.com/cmhainesii/void-packages nvidia_restore_deletion
https://github.com/void-linux/void-packages/pull/40790

nvidia: restore deletion
restore line 136 from previous commit

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, x86_64 glibc.


A patch file from https://github.com/void-linux/void-packages/pull/40790.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia_restore_deletion-40790.patch --]
[-- Type: text/x-diff, Size: 1084 bytes --]

From 785d22ed516c7d8b07908dafe0a2d0dd53265e0d Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Sun, 27 Nov 2022 01:18:51 -0500
Subject: [PATCH] nvidia: fix restore deleted line restore template line 136,
 was deleted in previous fix.

---
 srcpkgs/nvidia/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 82fa88ed53ce..697a39c61bac 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -1,10 +1,9 @@
 # Template file for 'nvidia'
-
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
 version=515.86.01
-revision=2
+revision=3
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="https://www.nvidia.com/en-us/drivers/unix/"
@@ -133,6 +132,7 @@ do_install() {
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
 		${DESTDIR}/usr/lib/libnvidia-egl-gbm.so.1
 
+	vmkdir usr/share/glvnd/egl_vendor.d
 	vmkdir usr/share/egl/egl_external_platform.d
 	vinstall 15_nvidia_gbm.json 755 usr/share/egl/egl_external_platform.d
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: nvidia: restore deletion
  2022-11-27  6:30 [PR PATCH] nvidia: restore deletion cmhainesii
                   ` (2 preceding siblings ...)
  2022-11-28 12:18 ` cmhainesii
@ 2022-11-28 12:20 ` cmhainesii
  3 siblings, 0 replies; 5+ messages in thread
From: cmhainesii @ 2022-11-28 12:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1191 bytes --]

There's a closed pull request on the void-packages repository

nvidia: restore deletion
https://github.com/void-linux/void-packages/pull/40790

Description:
restore line 136 from previous commit

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, x86_64 glibc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-28 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27  6:30 [PR PATCH] nvidia: restore deletion cmhainesii
2022-11-28 12:01 ` [PR PATCH] [Updated] " cmhainesii
2022-11-28 12:04 ` cmhainesii
2022-11-28 12:18 ` cmhainesii
2022-11-28 12:20 ` [PR PATCH] [Closed]: " cmhainesii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).