Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yabridgectl-4.0.2
@ 2022-09-26  8:17 ajtcode71
  2022-09-26  8:39 ` paper42
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: ajtcode71 @ 2022-09-26  8:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 1477f818885ebed251ff813ce001b0e26fa1b625 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH] yabridgectl templated added

---
 srcpkgs/yabridgectl/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..c3e3126e66b9
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,16 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+## software developer has this package source as part of the yabridge source tree.
+## Yabridgectl is several levels down. unable to comply with xlint for top level directory
+wrksrc="yabridge-${version}/tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

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

* Re: New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
@ 2022-09-26  8:39 ` paper42
  2022-09-26  8:40 ` [PR REVIEW] " paper42
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-09-26  8:39 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39476#issuecomment-1257693151

Comment:
please force push to update an existing PR instead of spamming everyone with closing and opening a new one https://github.com/void-linux/void-packages/pull/39474

> xlint check complains about the wrksrc not being top level. The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.

try using build_wrksrc

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

* Re: [PR REVIEW] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
  2022-09-26  8:39 ` paper42
@ 2022-09-26  8:40 ` paper42
  2022-09-26 10:22 ` [PR PATCH] [Updated] " ajtcode71
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-09-26  8:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39476#discussion_r979726500

Comment:
why?

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

* Re: [PR PATCH] [Updated] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
  2022-09-26  8:39 ` paper42
  2022-09-26  8:40 ` [PR REVIEW] " paper42
@ 2022-09-26 10:22 ` ajtcode71
  2022-09-26 11:08 ` [PR REVIEW] " paper42
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-09-26 10:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 1477f818885ebed251ff813ce001b0e26fa1b625 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH 1/2] yabridgectl templated added

---
 srcpkgs/yabridgectl/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..c3e3126e66b9
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,16 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+## software developer has this package source as part of the yabridge source tree.
+## Yabridgectl is several levels down. unable to comply with xlint for top level directory
+wrksrc="yabridge-${version}/tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

From 5bfff755a7dbf9ad11237d2bafe1b77fdce29c28 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 20:22:12 +1000
Subject: [PATCH 2/2] fixed xlint error. added buildwrksrc

---
 srcpkgs/yabridgectl/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
index c3e3126e66b9..219c921edd42 100644
--- a/srcpkgs/yabridgectl/template
+++ b/srcpkgs/yabridgectl/template
@@ -3,9 +3,8 @@ pkgname=yabridgectl
 version=4.0.2
 revision=1
 archs="x86_64"
-## software developer has this package source as part of the yabridge source tree.
-## Yabridgectl is several levels down. unable to comply with xlint for top level directory
-wrksrc="yabridge-${version}/tools/yabridgectl"
+wrksrc="yabridge-${version}"
+build_wrksrc="tools/yabridgectl"
 build_style=cargo
 hostmakedepends="grep"
 short_desc="Yabridgectl oontrols yabridge configurations"

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

* Re: [PR REVIEW] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (2 preceding siblings ...)
  2022-09-26 10:22 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-09-26 11:08 ` paper42
  2022-09-26 11:10 ` paper42
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-09-26 11:08 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39476#discussion_r979871727

Comment:
this was not resolved, unmarking as resolved

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

* Re: New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (3 preceding siblings ...)
  2022-09-26 11:08 ` [PR REVIEW] " paper42
@ 2022-09-26 11:10 ` paper42
  2022-09-26 23:38 ` [PR PATCH] [Updated] " ajtcode71
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-09-26 11:10 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39476#issuecomment-1257867898

Comment:
This PR should contain one commit with a standard commit message, see https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes

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

* Re: [PR PATCH] [Updated] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (4 preceding siblings ...)
  2022-09-26 11:10 ` paper42
@ 2022-09-26 23:38 ` ajtcode71
  2022-09-26 23:45 ` ajtcode71
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-09-26 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 69135e2d36c94db421dc574d347b8951743847f3 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH] New package: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..c3e3126e66b9
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,16 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+## software developer has this package source as part of the yabridge source tree.
+## Yabridgectl is several levels down. unable to comply with xlint for top level directory
+wrksrc="yabridge-${version}/tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

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

* Re: [PR PATCH] [Updated] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (5 preceding siblings ...)
  2022-09-26 23:38 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-09-26 23:45 ` ajtcode71
  2022-09-27  0:35 ` [PR REVIEW] " paper42
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-09-26 23:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 1ff112cdf2c1e156a19e0abbf871d14a22c9ebe5 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH] New package: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..219c921edd42
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,15 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+wrksrc="yabridge-${version}"
+build_wrksrc="tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

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

* Re: [PR REVIEW] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (6 preceding siblings ...)
  2022-09-26 23:45 ` ajtcode71
@ 2022-09-27  0:35 ` paper42
  2022-10-01  8:10 ` [PR PATCH] [Updated] " ajtcode71
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-09-27  0:35 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39476#discussion_r980623191

Comment:
Why do you keep marking this as resolved? I would like to see a reason first. Does it not work on musl? on i686? Are cross builds broken? Why?

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

* Re: [PR PATCH] [Updated] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (7 preceding siblings ...)
  2022-09-27  0:35 ` [PR REVIEW] " paper42
@ 2022-10-01  8:10 ` ajtcode71
  2022-10-01  8:16 ` ajtcode71
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01  8:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 1ff112cdf2c1e156a19e0abbf871d14a22c9ebe5 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH 1/4] New package: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..219c921edd42
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,15 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+wrksrc="yabridge-${version}"
+build_wrksrc="tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

From 09b85e2ea751981cb2ae55a7b1929b326bb4bb5a Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Wed, 28 Sep 2022 11:12:39 +1000
Subject: [PATCH 2/4] added supported arch

---
 srcpkgs/yabridgectl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
index 219c921edd42..4c10b9756c27 100644
--- a/srcpkgs/yabridgectl/template
+++ b/srcpkgs/yabridgectl/template
@@ -2,7 +2,7 @@
 pkgname=yabridgectl
 version=4.0.2
 revision=1
-archs="x86_64"
+#archs="x86_64 x86_64-musl i686"
 wrksrc="yabridge-${version}"
 build_wrksrc="tools/yabridgectl"
 build_style=cargo

From 9d9c241780117e491adebe1cad2fa5818101ac5c Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Wed, 28 Sep 2022 11:29:08 +1000
Subject: [PATCH 3/4] compiles armv6l x86_64 i686

---
 srcpkgs/yabridgectl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
index 4c10b9756c27..3af8d86a4079 100644
--- a/srcpkgs/yabridgectl/template
+++ b/srcpkgs/yabridgectl/template
@@ -2,7 +2,7 @@
 pkgname=yabridgectl
 version=4.0.2
 revision=1
-#archs="x86_64 x86_64-musl i686"
+#archs="x86_64 x86_64-musl i686 armv6l armv6l-musl"
 wrksrc="yabridge-${version}"
 build_wrksrc="tools/yabridgectl"
 build_style=cargo

From 5eb98a28221c180814d53047d4f151329218dfcc Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 18:10:13 +1000
Subject: [PATCH 4/4] New packages: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
index 3af8d86a4079..a80e5a4c0153 100644
--- a/srcpkgs/yabridgectl/template
+++ b/srcpkgs/yabridgectl/template
@@ -7,6 +7,7 @@ wrksrc="yabridge-${version}"
 build_wrksrc="tools/yabridgectl"
 build_style=cargo
 hostmakedepends="grep"
+depends="yabridge"
 short_desc="Yabridgectl oontrols yabridge configurations"
 maintainer="Anthony Thompson <athompson@posteo.net>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (8 preceding siblings ...)
  2022-10-01  8:10 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-10-01  8:16 ` ajtcode71
  2022-10-01  8:19 ` ajtcode71
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01  8:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 1ff112cdf2c1e156a19e0abbf871d14a22c9ebe5 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH] New package: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..219c921edd42
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,15 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+wrksrc="yabridge-${version}"
+build_wrksrc="tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

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

* Re: [PR PATCH] [Updated] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (9 preceding siblings ...)
  2022-10-01  8:16 ` ajtcode71
@ 2022-10-01  8:19 ` ajtcode71
  2022-10-01  8:25 ` ajtcode71
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01  8:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 1ff112cdf2c1e156a19e0abbf871d14a22c9ebe5 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH 1/2] New package: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..219c921edd42
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,15 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+wrksrc="yabridge-${version}"
+build_wrksrc="tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

From 1f36de54d4797d598ba1d8ede70d3433d41fb192 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 18:18:04 +1000
Subject: [PATCH 2/2] New packages: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
index 219c921edd42..040470235964 100644
--- a/srcpkgs/yabridgectl/template
+++ b/srcpkgs/yabridgectl/template
@@ -7,6 +7,7 @@ wrksrc="yabridge-${version}"
 build_wrksrc="tools/yabridgectl"
 build_style=cargo
 hostmakedepends="grep"
+depends="yabridge"
 short_desc="Yabridgectl oontrols yabridge configurations"
 maintainer="Anthony Thompson <athompson@posteo.net>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (10 preceding siblings ...)
  2022-10-01  8:19 ` ajtcode71
@ 2022-10-01  8:25 ` ajtcode71
  2022-10-01 10:57 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01  8:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages yabridgectl
https://github.com/void-linux/void-packages/pull/39476

New package: yabridgectl-4.0.2
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 5c7a0e18118c13adc2afdba551426697637f20a8 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:07:23 +1000
Subject: [PATCH] New packages: yabridgectl-4.0.2

---
 srcpkgs/yabridgectl/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/yabridgectl/template

diff --git a/srcpkgs/yabridgectl/template b/srcpkgs/yabridgectl/template
new file mode 100644
index 000000000000..040470235964
--- /dev/null
+++ b/srcpkgs/yabridgectl/template
@@ -0,0 +1,16 @@
+# Template file for 'yabridgectl'
+pkgname=yabridgectl
+version=4.0.2
+revision=1
+archs="x86_64"
+wrksrc="yabridge-${version}"
+build_wrksrc="tools/yabridgectl"
+build_style=cargo
+hostmakedepends="grep"
+depends="yabridge"
+short_desc="Yabridgectl oontrols yabridge configurations"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum="86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01"

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

* Re: [PR REVIEW] New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (11 preceding siblings ...)
  2022-10-01  8:25 ` ajtcode71
@ 2022-10-01 10:57 ` paper42
  2022-12-31  1:55 ` github-actions
  2023-01-15  2:00 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-10-01 10:57 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39476#discussion_r985085248

Comment:
https://github.com/void-linux/void-packages/pull/39575#discussion_r985083246

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

* Re: New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (12 preceding siblings ...)
  2022-10-01 10:57 ` [PR REVIEW] " paper42
@ 2022-12-31  1:55 ` github-actions
  2023-01-15  2:00 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-12-31  1:55 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39476#issuecomment-1368144942

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: yabridgectl-4.0.2
  2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
                   ` (13 preceding siblings ...)
  2022-12-31  1:55 ` github-actions
@ 2023-01-15  2:00 ` github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-01-15  2:00 UTC (permalink / raw)
  To: ml

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

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

New package: yabridgectl-4.0.2
https://github.com/void-linux/void-packages/pull/39476

Description:
<!-- 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):  
- 
xlint check complains about the wrksrc not being top level.  The source of yabridgectl is distributed within the yabridge source and is several levels down. Compiles and works well by keeping the origin source in the correct locations and having the multilevel wrksrc set.


#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

end of thread, other threads:[~2023-01-15  2:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26  8:17 [PR PATCH] New package: yabridgectl-4.0.2 ajtcode71
2022-09-26  8:39 ` paper42
2022-09-26  8:40 ` [PR REVIEW] " paper42
2022-09-26 10:22 ` [PR PATCH] [Updated] " ajtcode71
2022-09-26 11:08 ` [PR REVIEW] " paper42
2022-09-26 11:10 ` paper42
2022-09-26 23:38 ` [PR PATCH] [Updated] " ajtcode71
2022-09-26 23:45 ` ajtcode71
2022-09-27  0:35 ` [PR REVIEW] " paper42
2022-10-01  8:10 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01  8:16 ` ajtcode71
2022-10-01  8:19 ` ajtcode71
2022-10-01  8:25 ` ajtcode71
2022-10-01 10:57 ` [PR REVIEW] " paper42
2022-12-31  1:55 ` github-actions
2023-01-15  2:00 ` [PR PATCH] [Closed]: " github-actions

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