Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libglvnd: fix tests
@ 2021-05-13 14:14 paper42
  2021-05-13 14:16 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2021-05-13 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libglvnd-fix-tests
https://github.com/void-linux/void-packages/pull/30831

libglvnd: fix tests
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libglvnd-fix-tests-30831.patch --]
[-- Type: text/x-diff, Size: 992 bytes --]

From 41ea67b8b738534dea935c2653224e2d5d4af9b9 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Thu, 13 May 2021 14:27:23 +0200
Subject: [PATCH] libglvnd: fix tests

---
 srcpkgs/libglvnd/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template
index 3d974e70b9a9..50e89eec9f0d 100644
--- a/srcpkgs/libglvnd/template
+++ b/srcpkgs/libglvnd/template
@@ -5,6 +5,7 @@ revision=2
 wrksrc="libglvnd-v${version}"
 build_style=meson
 hostmakedepends="pkg-config"
+checkdepends="xvfb-run"
 makedepends="libXext-devel libX11-devel xorgproto"
 short_desc="GL Vendor-Neutral Dispatch library"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
@@ -29,6 +30,10 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*|mips*|ppc*) configure_args+=" -Dasm=disabled";;
 esac
 
+do_check() {
+    xvfb-run ninja -C build test
+}
+
 post_install() {
 	grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] libglvnd: fix tests
  2021-05-13 14:14 [PR PATCH] libglvnd: fix tests paper42
@ 2021-05-13 14:16 ` paper42
  2021-05-13 14:17 ` paper42
  2021-05-13 14:32 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-05-13 14:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libglvnd-fix-tests
https://github.com/void-linux/void-packages/pull/30831

libglvnd: fix tests
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libglvnd-fix-tests-30831.patch --]
[-- Type: text/x-diff, Size: 989 bytes --]

From 323448df0371956e3661e7d382b03af9d1b2bd15 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Thu, 13 May 2021 14:27:23 +0200
Subject: [PATCH] libglvnd: fix tests

---
 srcpkgs/libglvnd/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template
index 3d974e70b9a9..dde2c6ed3a35 100644
--- a/srcpkgs/libglvnd/template
+++ b/srcpkgs/libglvnd/template
@@ -5,6 +5,7 @@ revision=2
 wrksrc="libglvnd-v${version}"
 build_style=meson
 hostmakedepends="pkg-config"
+checkdepends="xvfb-run"
 makedepends="libXext-devel libX11-devel xorgproto"
 short_desc="GL Vendor-Neutral Dispatch library"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
@@ -29,6 +30,10 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*|mips*|ppc*) configure_args+=" -Dasm=disabled";;
 esac
 
+do_check() {
+	xvfb-run ninja -C build test
+}
+
 post_install() {
 	grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] libglvnd: fix tests
  2021-05-13 14:14 [PR PATCH] libglvnd: fix tests paper42
  2021-05-13 14:16 ` [PR PATCH] [Updated] " paper42
@ 2021-05-13 14:17 ` paper42
  2021-05-13 14:32 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-05-13 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libglvnd-fix-tests
https://github.com/void-linux/void-packages/pull/30831

libglvnd: fix tests
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libglvnd-fix-tests-30831.patch --]
[-- Type: text/x-diff, Size: 1005 bytes --]

From d095573caa8928311137787e94e9d8dce534bd53 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Thu, 13 May 2021 14:27:23 +0200
Subject: [PATCH] libglvnd: fix tests

---
 srcpkgs/libglvnd/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template
index 3d974e70b9a9..2f6448cc9780 100644
--- a/srcpkgs/libglvnd/template
+++ b/srcpkgs/libglvnd/template
@@ -6,6 +6,7 @@ wrksrc="libglvnd-v${version}"
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="libXext-devel libX11-devel xorgproto"
+checkdepends="xvfb-run"
 short_desc="GL Vendor-Neutral Dispatch library"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="custom:MIT-alike"
@@ -29,6 +30,10 @@ case "$XBPS_TARGET_MACHINE" in
 	arm*|mips*|ppc*) configure_args+=" -Dasm=disabled";;
 esac
 
+do_check() {
+	xvfb-run ninja -C build test
+}
+
 post_install() {
 	grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: libglvnd: fix tests
  2021-05-13 14:14 [PR PATCH] libglvnd: fix tests paper42
  2021-05-13 14:16 ` [PR PATCH] [Updated] " paper42
  2021-05-13 14:17 ` paper42
@ 2021-05-13 14:32 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-05-13 14:32 UTC (permalink / raw)
  To: ml

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

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

libglvnd: fix tests
https://github.com/void-linux/void-packages/pull/30831

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-05-13 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 14:14 [PR PATCH] libglvnd: fix tests paper42
2021-05-13 14:16 ` [PR PATCH] [Updated] " paper42
2021-05-13 14:17 ` paper42
2021-05-13 14:32 ` [PR PATCH] [Merged]: " ericonr

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).