Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wayclip-0.2
@ 2022-06-11 13:08 nvidiaLinuxUser
  2022-06-11 13:14 ` [PR PATCH] [Updated] " nvidiaLinuxUser
                   ` (44 more replies)
  0 siblings, 45 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d7587324edc0fa342e5a001045e26bcb4f0927ca Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH] Create template

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
@ 2022-06-11 13:14 ` nvidiaLinuxUser
  2022-06-11 13:14 ` nvidiaLinuxUser
                   ` (43 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d7587324edc0fa342e5a001045e26bcb4f0927ca Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH 1/2] Create template

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

From 615acc184bf46090aa7e84bf9b776453d0efa356 Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:13:59 +0300
Subject: [PATCH 2/2] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index 22c5b032cc1d..77ac5b6a1e3a 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -14,3 +14,4 @@ checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
 post_install() {
 	vlicense LICENSE
 }
+a

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
  2022-06-11 13:14 ` [PR PATCH] [Updated] " nvidiaLinuxUser
@ 2022-06-11 13:14 ` nvidiaLinuxUser
  2022-06-11 13:20 ` nvidiaLinuxUser
                   ` (42 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d7587324edc0fa342e5a001045e26bcb4f0927ca Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH 1/3] Create template

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

From 615acc184bf46090aa7e84bf9b776453d0efa356 Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:13:59 +0300
Subject: [PATCH 2/3] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index 22c5b032cc1d..77ac5b6a1e3a 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -14,3 +14,4 @@ checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
 post_install() {
 	vlicense LICENSE
 }
+a

From 2ff60ab5398e4671838e40be88463f4312570590 Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:14:08 +0300
Subject: [PATCH 3/3] New package: wayclip-0.2

---
 srcpkgs/wayclip/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index 77ac5b6a1e3a..22c5b032cc1d 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -14,4 +14,3 @@ checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
 post_install() {
 	vlicense LICENSE
 }
-a

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
  2022-06-11 13:14 ` [PR PATCH] [Updated] " nvidiaLinuxUser
  2022-06-11 13:14 ` nvidiaLinuxUser
@ 2022-06-11 13:20 ` nvidiaLinuxUser
  2022-06-11 13:21 ` nvidiaLinuxUser
                   ` (41 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d7587324edc0fa342e5a001045e26bcb4f0927ca Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH 1/2] Create template

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

From 615acc184bf46090aa7e84bf9b776453d0efa356 Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:13:59 +0300
Subject: [PATCH 2/2] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index 22c5b032cc1d..77ac5b6a1e3a 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -14,3 +14,4 @@ checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
 post_install() {
 	vlicense LICENSE
 }
+a

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (2 preceding siblings ...)
  2022-06-11 13:20 ` nvidiaLinuxUser
@ 2022-06-11 13:21 ` nvidiaLinuxUser
  2022-06-11 13:24 ` nvidiaLinuxUser
                   ` (40 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d7587324edc0fa342e5a001045e26bcb4f0927ca Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH] Create template

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (3 preceding siblings ...)
  2022-06-11 13:21 ` nvidiaLinuxUser
@ 2022-06-11 13:24 ` nvidiaLinuxUser
  2022-06-11 13:25 ` nvidiaLinuxUser
                   ` (39 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From b0baf4dae561e740285e2720ba6f7ef6996a035e Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH] Create template

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (4 preceding siblings ...)
  2022-06-11 13:24 ` nvidiaLinuxUser
@ 2022-06-11 13:25 ` nvidiaLinuxUser
  2022-06-11 13:38 ` nvidiaLinuxUser
                   ` (38 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d4d813854b9faf19cccd0d8f0a3f5fe1ec63fbbf Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (5 preceding siblings ...)
  2022-06-11 13:25 ` nvidiaLinuxUser
@ 2022-06-11 13:38 ` nvidiaLinuxUser
  2022-06-11 13:39 ` nvidiaLinuxUser
                   ` (37 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:38 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152929716

Comment:
Closes #20077 

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (6 preceding siblings ...)
  2022-06-11 13:38 ` nvidiaLinuxUser
@ 2022-06-11 13:39 ` nvidiaLinuxUser
  2022-06-11 13:39 ` nvidiaLinuxUser
                   ` (36 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:39 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152929716

Comment:
Closes #37515

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (7 preceding siblings ...)
  2022-06-11 13:39 ` nvidiaLinuxUser
@ 2022-06-11 13:39 ` nvidiaLinuxUser
  2022-06-11 13:39 ` nvidiaLinuxUser
                   ` (35 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:39 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152929716

Comment:
Closes #37515 37510

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (8 preceding siblings ...)
  2022-06-11 13:39 ` nvidiaLinuxUser
@ 2022-06-11 13:39 ` nvidiaLinuxUser
  2022-06-11 13:45 ` dkwo
                   ` (34 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:39 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152929716

Comment:
Closes #37510

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (9 preceding siblings ...)
  2022-06-11 13:39 ` nvidiaLinuxUser
@ 2022-06-11 13:45 ` dkwo
  2022-06-11 13:49 ` nvidiaLinuxUser
                   ` (33 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: dkwo @ 2022-06-11 13:45 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152930616

Comment:
It builds fine on x86_64-musl.
Should it depend on wlroots?

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (10 preceding siblings ...)
  2022-06-11 13:45 ` dkwo
@ 2022-06-11 13:49 ` nvidiaLinuxUser
  2022-06-11 14:04 ` nvidiaLinuxUser
                   ` (32 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 13:49 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152931247

Comment:
> It builds fine on x86_64-musl.

Nice :)

> Should it depend on wlroots?

I think no

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (11 preceding siblings ...)
  2022-06-11 13:49 ` nvidiaLinuxUser
@ 2022-06-11 14:04 ` nvidiaLinuxUser
  2022-06-11 14:05 ` [PR REVIEW] " paper42
                   ` (31 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 14:04 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152933417

Comment:
I think I made a mistake somewhere

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

* Re: [PR REVIEW] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (12 preceding siblings ...)
  2022-06-11 14:04 ` nvidiaLinuxUser
@ 2022-06-11 14:05 ` paper42
  2022-06-11 14:09 ` nvidiaLinuxUser
                   ` (30 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: paper42 @ 2022-06-11 14:05 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#discussion_r895030014

Comment:
```suggestion
makedepends="wayland-devel"
```

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

* Re: [PR REVIEW] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (13 preceding siblings ...)
  2022-06-11 14:05 ` [PR REVIEW] " paper42
@ 2022-06-11 14:09 ` nvidiaLinuxUser
  2022-06-11 14:12 ` [PR PATCH] [Updated] " nvidiaLinuxUser
                   ` (29 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 14:09 UTC (permalink / raw)
  To: ml

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

New review comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#discussion_r895030365

Comment:
Thanks

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (14 preceding siblings ...)
  2022-06-11 14:09 ` nvidiaLinuxUser
@ 2022-06-11 14:12 ` nvidiaLinuxUser
  2022-06-11 14:12 ` [PR REVIEW] " nvidiaLinuxUser
                   ` (28 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d4d813854b9faf19cccd0d8f0a3f5fe1ec63fbbf Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH 1/2] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

From 775dc3aad3eb19b3315af7483bbf99cfd2687ffc Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 17:12:25 +0300
Subject: [PATCH 2/2] Update srcpkgs/wayclip/template

Co-authored-by: Echo <michal@vasilek.cz>
---
 srcpkgs/wayclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index 22c5b032cc1d..ac9efcbf7b52 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -3,7 +3,7 @@ pkgname=wayclip
 version=0.2
 revision=1
 build_style=gnu-makefile
-hostmakedepends="wayland-devel"
+makedepends="wayland-devel"
 short_desc="Wayland clipboard utility"
 maintainer="Vadim Vardanian <shitcoder@riseup.net>"
 license="ISC"

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

* Re: [PR REVIEW] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (15 preceding siblings ...)
  2022-06-11 14:12 ` [PR PATCH] [Updated] " nvidiaLinuxUser
@ 2022-06-11 14:12 ` nvidiaLinuxUser
  2022-06-11 14:26 ` nvidiaLinuxUser
                   ` (27 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 14:12 UTC (permalink / raw)
  To: ml

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

New review comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#discussion_r895030365

Comment:
Thanks!

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (16 preceding siblings ...)
  2022-06-11 14:12 ` [PR REVIEW] " nvidiaLinuxUser
@ 2022-06-11 14:26 ` nvidiaLinuxUser
  2022-06-11 17:40 ` [PR REVIEW] " classabbyamp
                   ` (26 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 14:26 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152933417

Comment:
I think I made a mistake somewhere

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

* Re: [PR REVIEW] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (17 preceding siblings ...)
  2022-06-11 14:26 ` nvidiaLinuxUser
@ 2022-06-11 17:40 ` classabbyamp
  2022-06-11 17:41 ` classabbyamp
                   ` (25 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: classabbyamp @ 2022-06-11 17:40 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#discussion_r895050174

Comment:
it needs to be in both `hostmakedepends` and `makedepends` (it runs `wayland-scanner`)

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

* Re: [PR REVIEW] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (18 preceding siblings ...)
  2022-06-11 17:40 ` [PR REVIEW] " classabbyamp
@ 2022-06-11 17:41 ` classabbyamp
  2022-06-11 17:57 ` nvidiaLinuxUser
                   ` (24 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: classabbyamp @ 2022-06-11 17:41 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#discussion_r895050174

Comment:
it needs to be in both `hostmakedepends` and `makedepends` (the build runs `wayland-scanner`)

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

* Re: [PR REVIEW] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (19 preceding siblings ...)
  2022-06-11 17:41 ` classabbyamp
@ 2022-06-11 17:57 ` nvidiaLinuxUser
  2022-06-11 18:01 ` nvidiaLinuxUser
                   ` (23 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 17:57 UTC (permalink / raw)
  To: ml

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

New review comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#discussion_r895051698

Comment:
@classabbyamp, got it, thanks :D

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

* Re: [PR REVIEW] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (20 preceding siblings ...)
  2022-06-11 17:57 ` nvidiaLinuxUser
@ 2022-06-11 18:01 ` nvidiaLinuxUser
  2022-06-11 18:03 ` [PR PATCH] [Updated] " nvidiaLinuxUser
                   ` (22 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 18:01 UTC (permalink / raw)
  To: ml

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

New review comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#discussion_r895051698

Comment:
@classabbyamp, I'll fix it now, thanks :D

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (21 preceding siblings ...)
  2022-06-11 18:01 ` nvidiaLinuxUser
@ 2022-06-11 18:03 ` nvidiaLinuxUser
  2022-06-11 18:08 ` nvidiaLinuxUser
                   ` (21 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d4d813854b9faf19cccd0d8f0a3f5fe1ec63fbbf Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH 1/3] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

From 775dc3aad3eb19b3315af7483bbf99cfd2687ffc Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 17:12:25 +0300
Subject: [PATCH 2/3] Update srcpkgs/wayclip/template

Co-authored-by: Echo <michal@vasilek.cz>
---
 srcpkgs/wayclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index 22c5b032cc1d..ac9efcbf7b52 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -3,7 +3,7 @@ pkgname=wayclip
 version=0.2
 revision=1
 build_style=gnu-makefile
-hostmakedepends="wayland-devel"
+makedepends="wayland-devel"
 short_desc="Wayland clipboard utility"
 maintainer="Vadim Vardanian <shitcoder@riseup.net>"
 license="ISC"

From ddf835207ff46282473b5d7f64b95993c555609a Mon Sep 17 00:00:00 2001
From: Vadim Vardanian <shitcoder@riseup.net>
Date: Sat, 11 Jun 2022 21:03:31 +0300
Subject: [PATCH 3/3] Fix

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index ac9efcbf7b52..b48395c600e7 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -3,6 +3,7 @@ pkgname=wayclip
 version=0.2
 revision=1
 build_style=gnu-makefile
+hostmakedepends="wayland-devel"
 makedepends="wayland-devel"
 short_desc="Wayland clipboard utility"
 maintainer="Vadim Vardanian <shitcoder@riseup.net>"

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (22 preceding siblings ...)
  2022-06-11 18:03 ` [PR PATCH] [Updated] " nvidiaLinuxUser
@ 2022-06-11 18:08 ` nvidiaLinuxUser
  2022-06-11 18:08 ` nvidiaLinuxUser
                   ` (20 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d4d813854b9faf19cccd0d8f0a3f5fe1ec63fbbf Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH 1/2] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

From 775dc3aad3eb19b3315af7483bbf99cfd2687ffc Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 17:12:25 +0300
Subject: [PATCH 2/2] Update srcpkgs/wayclip/template

Co-authored-by: Echo <michal@vasilek.cz>
---
 srcpkgs/wayclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
index 22c5b032cc1d..ac9efcbf7b52 100644
--- a/srcpkgs/wayclip/template
+++ b/srcpkgs/wayclip/template
@@ -3,7 +3,7 @@ pkgname=wayclip
 version=0.2
 revision=1
 build_style=gnu-makefile
-hostmakedepends="wayland-devel"
+makedepends="wayland-devel"
 short_desc="Wayland clipboard utility"
 maintainer="Vadim Vardanian <shitcoder@riseup.net>"
 license="ISC"

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (23 preceding siblings ...)
  2022-06-11 18:08 ` nvidiaLinuxUser
@ 2022-06-11 18:08 ` nvidiaLinuxUser
  2022-06-11 18:09 ` nvidiaLinuxUser
                   ` (19 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d4d813854b9faf19cccd0d8f0a3f5fe1ec63fbbf Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..22c5b032cc1d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,16 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (24 preceding siblings ...)
  2022-06-11 18:08 ` nvidiaLinuxUser
@ 2022-06-11 18:09 ` nvidiaLinuxUser
  2022-06-20 16:44 ` nvidiaLinuxUser
                   ` (18 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-11 18:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From d4a9e48e23e249e83dffb7ecc13ad210843490a4 Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH] New package: wayclip-0.2

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..b48395c600e7
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,17 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+makedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanian <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://github.com/noocsharp/wayclip"
+distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wayclip-0.2
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (25 preceding siblings ...)
  2022-06-11 18:09 ` nvidiaLinuxUser
@ 2022-06-20 16:44 ` nvidiaLinuxUser
  2022-07-03 15:47 ` [PR PATCH] [Updated] New package: wayclip-0.3 nvidiaLinuxUser
                   ` (17 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-06-20 16:44 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1160659185

Comment:
Will it be merged soon? :\

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

* Re: [PR PATCH] [Updated] New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (26 preceding siblings ...)
  2022-06-20 16:44 ` nvidiaLinuxUser
@ 2022-07-03 15:47 ` nvidiaLinuxUser
  2022-07-03 16:45 ` paper42
                   ` (16 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nvidiaLinuxUser/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37515

New package: wayclip-0.3
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From f7dfbeade156b6974271d7e2c2b6461876c6dce0 Mon Sep 17 00:00:00 2001
From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com>
Date: Sat, 11 Jun 2022 16:04:26 +0300
Subject: [PATCH] New package: wayclip-0.3

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

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..56c7939d05e6
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,17 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.3
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+makedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Vadim Vardanyan <shitcoder@riseup.net>"
+license="ISC"
+homepage="https://git.sr.ht/~noocsharp/wayclip"
+distfiles="https://git.sr.ht/~noocsharp/wayclip/archive/${version}.tar.gz"
+checksum="f3131b459bfb6354d9cf1ad129946205035aa79aa29953f5e21c6b62878eb977"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (27 preceding siblings ...)
  2022-07-03 15:47 ` [PR PATCH] [Updated] New package: wayclip-0.3 nvidiaLinuxUser
@ 2022-07-03 16:45 ` paper42
  2022-07-03 17:09 ` jcgruenhage
                   ` (15 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: paper42 @ 2022-07-03 16:45 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1160659185

Comment:
Will it be merged soon? :\

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (28 preceding siblings ...)
  2022-07-03 16:45 ` paper42
@ 2022-07-03 17:09 ` jcgruenhage
  2022-07-03 17:10 ` nvidiaLinuxUser
                   ` (14 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: jcgruenhage @ 2022-07-03 17:09 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137677

Comment:
@nvidiaLinuxUser can you rebase this?

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (29 preceding siblings ...)
  2022-07-03 17:09 ` jcgruenhage
@ 2022-07-03 17:10 ` nvidiaLinuxUser
  2022-07-03 17:10 ` nvidiaLinuxUser
                   ` (13 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:10 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub ((
It would be nice if someone could merge this instead of me or tell me how to do it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (30 preceding siblings ...)
  2022-07-03 17:10 ` nvidiaLinuxUser
@ 2022-07-03 17:10 ` nvidiaLinuxUser
  2022-07-03 17:14 ` nvidiaLinuxUser
                   ` (12 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:10 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (31 preceding siblings ...)
  2022-07-03 17:10 ` nvidiaLinuxUser
@ 2022-07-03 17:14 ` nvidiaLinuxUser
  2022-07-03 17:15 ` nvidiaLinuxUser
                   ` (11 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:14 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

If I'm not mistaken, when you merge a commit you can rebase it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (32 preceding siblings ...)
  2022-07-03 17:14 ` nvidiaLinuxUser
@ 2022-07-03 17:15 ` nvidiaLinuxUser
  2022-07-03 17:25 ` jcgruenhage
                   ` (10 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:15 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

AFAIK when you merge a commit you can rebase it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (33 preceding siblings ...)
  2022-07-03 17:15 ` nvidiaLinuxUser
@ 2022-07-03 17:25 ` jcgruenhage
  2022-07-03 17:31 ` jcgruenhage
                   ` (9 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: jcgruenhage @ 2022-07-03 17:25 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173140258

Comment:
@nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.

If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step. If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (34 preceding siblings ...)
  2022-07-03 17:25 ` jcgruenhage
@ 2022-07-03 17:31 ` jcgruenhage
  2022-07-03 17:32 ` nvidiaLinuxUser
                   ` (8 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: jcgruenhage @ 2022-07-03 17:31 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141184

Comment:
Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (35 preceding siblings ...)
  2022-07-03 17:31 ` jcgruenhage
@ 2022-07-03 17:32 ` nvidiaLinuxUser
  2022-07-03 17:32 ` nvidiaLinuxUser
                   ` (7 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:32 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141360

Comment:
> @nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.
> 
> If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step.

Thanks for the information, I will try to learn it :)

> If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.
That would be nice

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (36 preceding siblings ...)
  2022-07-03 17:32 ` nvidiaLinuxUser
@ 2022-07-03 17:32 ` nvidiaLinuxUser
  2022-07-03 17:33 ` nvidiaLinuxUser
                   ` (6 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:32 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141360

Comment:
> @nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.
> 
> If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step.

Thanks for the information, I will try to learn it :)

> If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.

That would be nice  (:

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (37 preceding siblings ...)
  2022-07-03 17:32 ` nvidiaLinuxUser
@ 2022-07-03 17:33 ` nvidiaLinuxUser
  2022-07-03 17:34 ` nvidiaLinuxUser
                   ` (5 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:33 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141474

Comment:
> Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

Almost, I did it through GitHub CLI

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (38 preceding siblings ...)
  2022-07-03 17:33 ` nvidiaLinuxUser
@ 2022-07-03 17:34 ` nvidiaLinuxUser
  2022-07-03 17:34 ` nvidiaLinuxUser
                   ` (4 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:34 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141474

Comment:
> Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

Almost, I did it through GitHub CLI (I shouldn't have done that)

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (39 preceding siblings ...)
  2022-07-03 17:34 ` nvidiaLinuxUser
@ 2022-07-03 17:34 ` nvidiaLinuxUser
  2022-07-03 17:44 ` nvidiaLinuxUser
                   ` (3 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:34 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

AFAIK when you merge a commit you can rebase it (https://user-images.githubusercontent.com/2503052/152357644-6484dc2b-4aae-4977-b76c-b284c5388d7b.mp4)

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (40 preceding siblings ...)
  2022-07-03 17:34 ` nvidiaLinuxUser
@ 2022-07-03 17:44 ` nvidiaLinuxUser
  2022-07-03 17:45 ` nvidiaLinuxUser
                   ` (2 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:44 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141360

Comment:
> @nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.
> 
> If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step.

Thanks for the information, I will try to learn it :)

> If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.

That would be nice  (:

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (41 preceding siblings ...)
  2022-07-03 17:44 ` nvidiaLinuxUser
@ 2022-07-03 17:45 ` nvidiaLinuxUser
  2022-07-03 17:45 ` [PR PATCH] [Closed]: " nvidiaLinuxUser
  2022-07-03 18:08 ` nvidiaLinuxUser
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:45 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141474

Comment:
> Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

Almost, I did it through GitHub CLI (I shouldn't have done that)

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

* Re: [PR PATCH] [Closed]: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (42 preceding siblings ...)
  2022-07-03 17:45 ` nvidiaLinuxUser
@ 2022-07-03 17:45 ` nvidiaLinuxUser
  2022-07-03 18:08 ` nvidiaLinuxUser
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:45 UTC (permalink / raw)
  To: ml

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

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

New package: wayclip-0.3
https://github.com/void-linux/void-packages/pull/37515

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

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (43 preceding siblings ...)
  2022-07-03 17:45 ` [PR PATCH] [Closed]: " nvidiaLinuxUser
@ 2022-07-03 18:08 ` nvidiaLinuxUser
  44 siblings, 0 replies; 46+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 18:08 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152931247

Comment:
> It builds fine on x86_64-musl.

Nice :)

> Should it depend on wlroots?

I think no

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

end of thread, other threads:[~2022-07-03 18:08 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
2022-06-11 13:14 ` [PR PATCH] [Updated] " nvidiaLinuxUser
2022-06-11 13:14 ` nvidiaLinuxUser
2022-06-11 13:20 ` nvidiaLinuxUser
2022-06-11 13:21 ` nvidiaLinuxUser
2022-06-11 13:24 ` nvidiaLinuxUser
2022-06-11 13:25 ` nvidiaLinuxUser
2022-06-11 13:38 ` nvidiaLinuxUser
2022-06-11 13:39 ` nvidiaLinuxUser
2022-06-11 13:39 ` nvidiaLinuxUser
2022-06-11 13:39 ` nvidiaLinuxUser
2022-06-11 13:45 ` dkwo
2022-06-11 13:49 ` nvidiaLinuxUser
2022-06-11 14:04 ` nvidiaLinuxUser
2022-06-11 14:05 ` [PR REVIEW] " paper42
2022-06-11 14:09 ` nvidiaLinuxUser
2022-06-11 14:12 ` [PR PATCH] [Updated] " nvidiaLinuxUser
2022-06-11 14:12 ` [PR REVIEW] " nvidiaLinuxUser
2022-06-11 14:26 ` nvidiaLinuxUser
2022-06-11 17:40 ` [PR REVIEW] " classabbyamp
2022-06-11 17:41 ` classabbyamp
2022-06-11 17:57 ` nvidiaLinuxUser
2022-06-11 18:01 ` nvidiaLinuxUser
2022-06-11 18:03 ` [PR PATCH] [Updated] " nvidiaLinuxUser
2022-06-11 18:08 ` nvidiaLinuxUser
2022-06-11 18:08 ` nvidiaLinuxUser
2022-06-11 18:09 ` nvidiaLinuxUser
2022-06-20 16:44 ` nvidiaLinuxUser
2022-07-03 15:47 ` [PR PATCH] [Updated] New package: wayclip-0.3 nvidiaLinuxUser
2022-07-03 16:45 ` paper42
2022-07-03 17:09 ` jcgruenhage
2022-07-03 17:10 ` nvidiaLinuxUser
2022-07-03 17:10 ` nvidiaLinuxUser
2022-07-03 17:14 ` nvidiaLinuxUser
2022-07-03 17:15 ` nvidiaLinuxUser
2022-07-03 17:25 ` jcgruenhage
2022-07-03 17:31 ` jcgruenhage
2022-07-03 17:32 ` nvidiaLinuxUser
2022-07-03 17:32 ` nvidiaLinuxUser
2022-07-03 17:33 ` nvidiaLinuxUser
2022-07-03 17:34 ` nvidiaLinuxUser
2022-07-03 17:34 ` nvidiaLinuxUser
2022-07-03 17:44 ` nvidiaLinuxUser
2022-07-03 17:45 ` nvidiaLinuxUser
2022-07-03 17:45 ` [PR PATCH] [Closed]: " nvidiaLinuxUser
2022-07-03 18:08 ` nvidiaLinuxUser

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