Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: waynergy-0.0.10
@ 2022-05-27 21:17 Barbaross93
  2022-05-27 21:45 ` Barbaross93
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-27 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages waynergy
https://github.com/void-linux/void-packages/pull/37319

New package: waynergy-0.0.10
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86-64)



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

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

From 1e847b157bad750dbd9fe674cfd4918f57170c7d Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Fri, 27 May 2022 17:15:50 -0400
Subject: [PATCH] New package: waynergy-0.0.10

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

diff --git a/srcpkgs/waynergy/template b/srcpkgs/waynergy/template
new file mode 100644
index 000000000000..c40620b7467d
--- /dev/null
+++ b/srcpkgs/waynergy/template
@@ -0,0 +1,17 @@
+# Template file for 'waynergy'
+pkgname=waynergy
+version=0.0.10
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="wayland-devel libtls-devel libxkbcommon-devel"
+short_desc="Synergy client for Wayland compositors"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/r-c-f/waynergy"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=635c38fbf75c4e9a1ebdc2dbbbbdd2c26f96de6d2314f1aa1825c60faa94be22
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
@ 2022-05-27 21:45 ` Barbaross93
  2022-05-27 22:55 ` dmarto
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-27 21:45 UTC (permalink / raw)
  To: ml

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

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/pull/37319#issuecomment-1140061171

Comment:
Huh, All of the errors are because `wayland-scanner` can't be found; except its included with `wayland-devel`?

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

* Re: New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
  2022-05-27 21:45 ` Barbaross93
@ 2022-05-27 22:55 ` dmarto
  2022-05-27 22:56 ` paper42
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-05-27 22:55 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37319#issuecomment-1140090134

Comment:
> Huh, All of the errors are because `wayland-scanner` can't be found; except its included with `wayland-devel`?

Make it a `hostmakedepends` ;)

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

* Re: New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
  2022-05-27 21:45 ` Barbaross93
  2022-05-27 22:55 ` dmarto
@ 2022-05-27 22:56 ` paper42
  2022-05-27 23:28 ` [PR PATCH] [Updated] " Barbaross93
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-05-27 22:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37319#issuecomment-1140090225

Comment:
> Huh, All of the errors are because `wayland-scanner` can't be found; except its included with `wayland-devel`?

it's a binary that's searched for on host, so it has to be in hostmakedepends for cross to work

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

* Re: [PR PATCH] [Updated] New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
                   ` (2 preceding siblings ...)
  2022-05-27 22:56 ` paper42
@ 2022-05-27 23:28 ` Barbaross93
  2022-05-27 23:30 ` Barbaross93
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-27 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages waynergy
https://github.com/void-linux/void-packages/pull/37319

New package: waynergy-0.0.10
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86-64)



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

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

From 1e847b157bad750dbd9fe674cfd4918f57170c7d Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Fri, 27 May 2022 17:15:50 -0400
Subject: [PATCH 1/2] New package: waynergy-0.0.10

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

diff --git a/srcpkgs/waynergy/template b/srcpkgs/waynergy/template
new file mode 100644
index 000000000000..c40620b7467d
--- /dev/null
+++ b/srcpkgs/waynergy/template
@@ -0,0 +1,17 @@
+# Template file for 'waynergy'
+pkgname=waynergy
+version=0.0.10
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="wayland-devel libtls-devel libxkbcommon-devel"
+short_desc="Synergy client for Wayland compositors"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/r-c-f/waynergy"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=635c38fbf75c4e9a1ebdc2dbbbbdd2c26f96de6d2314f1aa1825c60faa94be22
+
+post_install() {
+	vlicense LICENSE
+}

From cdcbef51bbb5c734ecbdb9b56d47a3fd0a0b1a45 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Fri, 27 May 2022 19:23:58 -0400
Subject: [PATCH 2/2] New package: waynergy-0.0.10

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

diff --git a/srcpkgs/waynergy/template b/srcpkgs/waynergy/template
index c40620b7467d..c153f8308cc0 100644
--- a/srcpkgs/waynergy/template
+++ b/srcpkgs/waynergy/template
@@ -3,8 +3,8 @@ pkgname=waynergy
 version=0.0.10
 revision=1
 build_style=meson
-hostmakedepends="pkg-config"
-makedepends="wayland-devel libtls-devel libxkbcommon-devel"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libtls-devel libxkbcommon-devel"
 short_desc="Synergy client for Wayland compositors"
 maintainer="Barbaross <cullenrss@gmail.com>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
                   ` (3 preceding siblings ...)
  2022-05-27 23:28 ` [PR PATCH] [Updated] " Barbaross93
@ 2022-05-27 23:30 ` Barbaross93
  2022-05-27 23:34 ` Barbaross93
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-27 23:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages waynergy
https://github.com/void-linux/void-packages/pull/37319

New package: waynergy-0.0.10
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86-64)



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

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

From 88b22b86dc1f039bd7050375509657d95f48d14f Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Fri, 27 May 2022 17:15:50 -0400
Subject: [PATCH] New package: waynergy-0.0.10

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

diff --git a/srcpkgs/waynergy/template b/srcpkgs/waynergy/template
new file mode 100644
index 000000000000..c153f8308cc0
--- /dev/null
+++ b/srcpkgs/waynergy/template
@@ -0,0 +1,17 @@
+# Template file for 'waynergy'
+pkgname=waynergy
+version=0.0.10
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libtls-devel libxkbcommon-devel"
+short_desc="Synergy client for Wayland compositors"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/r-c-f/waynergy"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=635c38fbf75c4e9a1ebdc2dbbbbdd2c26f96de6d2314f1aa1825c60faa94be22
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
                   ` (4 preceding siblings ...)
  2022-05-27 23:30 ` Barbaross93
@ 2022-05-27 23:34 ` Barbaross93
  2022-05-27 23:37 ` Barbaross93
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-27 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages waynergy
https://github.com/void-linux/void-packages/pull/37319

New package: waynergy-0.0.10
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86-64)



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

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

From 6529b8b8c8955d6bb062effcb24b920570350158 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Fri, 27 May 2022 17:15:50 -0400
Subject: [PATCH] New package: waynergy-0.0.10

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

diff --git a/srcpkgs/waynergy/template b/srcpkgs/waynergy/template
new file mode 100644
index 000000000000..f7b566bc3ebc
--- /dev/null
+++ b/srcpkgs/waynergy/template
@@ -0,0 +1,17 @@
+# Template file for 'waynergy'
+pkgname=waynergy
+version=0.0.10
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libtls-devel wayland-devel libxkbcommon-devel"
+short_desc="Synergy client for Wayland compositors"
+maintainer="Barbaross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/r-c-f/waynergy"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=635c38fbf75c4e9a1ebdc2dbbbbdd2c26f96de6d2314f1aa1825c60faa94be22
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
                   ` (5 preceding siblings ...)
  2022-05-27 23:34 ` Barbaross93
@ 2022-05-27 23:37 ` Barbaross93
  2022-08-29  2:14 ` github-actions
  2022-09-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: Barbaross93 @ 2022-05-27 23:37 UTC (permalink / raw)
  To: ml

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

New comment by Barbaross93 on void-packages repository

https://github.com/void-linux/void-packages/pull/37319#issuecomment-1140104867

Comment:
@dmarto @paper42 Ahhh, I was going by the `*-devel` -> `makedepends` rule of thumb. Thanks for the clarification!

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

* Re: New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
                   ` (6 preceding siblings ...)
  2022-05-27 23:37 ` Barbaross93
@ 2022-08-29  2:14 ` github-actions
  2022-09-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-08-29  2:14 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/37319#issuecomment-1229666566

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] 10+ messages in thread

* Re: [PR PATCH] [Closed]: New package: waynergy-0.0.10
  2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
                   ` (7 preceding siblings ...)
  2022-08-29  2:14 ` github-actions
@ 2022-09-12  2:15 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-09-12  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: waynergy-0.0.10
https://github.com/void-linux/void-packages/pull/37319

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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, (x86-64)



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

end of thread, other threads:[~2022-09-12  2:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 21:17 [PR PATCH] New package: waynergy-0.0.10 Barbaross93
2022-05-27 21:45 ` Barbaross93
2022-05-27 22:55 ` dmarto
2022-05-27 22:56 ` paper42
2022-05-27 23:28 ` [PR PATCH] [Updated] " Barbaross93
2022-05-27 23:30 ` Barbaross93
2022-05-27 23:34 ` Barbaross93
2022-05-27 23:37 ` Barbaross93
2022-08-29  2:14 ` github-actions
2022-09-12  2:15 ` [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).