Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wayshot-1.1.5
@ 2022-03-05 23:12 vutunganh
  2022-03-07 23:55 ` [PR REVIEW] " tibequadorian
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: vutunganh @ 2022-03-05 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 9c8b313b333b87f58f5ba5da455b65849011b65a Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..64ec3293bd06
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://git.sr.ht/~shinyzenith/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=401bb3a772fa26b52c0afdc0f9ee5bd175c6c9a2bc0213601304aa2f59155d1b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
@ 2022-03-07 23:55 ` tibequadorian
  2022-03-08 14:15 ` [PR PATCH] [Updated] " vutunganh
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-03-07 23:55 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36000#discussion_r821205052

Comment:
```suggestion
homepage="https://waycrate.github.io/wayshot"
```

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
  2022-03-07 23:55 ` [PR REVIEW] " tibequadorian
@ 2022-03-08 14:15 ` vutunganh
  2022-03-08 14:15 ` vutunganh
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-03-08 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 9c8b313b333b87f58f5ba5da455b65849011b65a Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH 1/2] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..64ec3293bd06
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://git.sr.ht/~shinyzenith/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=401bb3a772fa26b52c0afdc0f9ee5bd175c6c9a2bc0213601304aa2f59155d1b
+
+post_install() {
+	vlicense LICENSE
+}

From 9eaef5015b3783be54d1f09e5b302da2d348505d Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Tue, 8 Mar 2022 15:14:07 +0100
Subject: [PATCH 2/2] fixup! Change project homepage

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
index 64ec3293bd06..160d7cbb7b7c 100644
--- a/srcpkgs/wayshot/template
+++ b/srcpkgs/wayshot/template
@@ -6,7 +6,7 @@ build_style=cargo
 short_desc="Screenshot tool for wlroots compositors"
 maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
 license="BSD-2-Clause"
-homepage="https://git.sr.ht/~shinyzenith/wayshot"
+homepage="https://waycrate.github.io/wayshot"
 distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
 checksum=401bb3a772fa26b52c0afdc0f9ee5bd175c6c9a2bc0213601304aa2f59155d1b
 

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
  2022-03-07 23:55 ` [PR REVIEW] " tibequadorian
  2022-03-08 14:15 ` [PR PATCH] [Updated] " vutunganh
@ 2022-03-08 14:15 ` vutunganh
  2022-03-08 14:16 ` [PR REVIEW] " vutunganh
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-03-08 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 9c5b041d015ebb0934cc9fc7d598bfa7ee5c0751 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..160d7cbb7b7c
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=401bb3a772fa26b52c0afdc0f9ee5bd175c6c9a2bc0213601304aa2f59155d1b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (2 preceding siblings ...)
  2022-03-08 14:15 ` vutunganh
@ 2022-03-08 14:16 ` vutunganh
  2022-03-08 14:18 ` [PR PATCH] [Updated] " vutunganh
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-03-08 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/pull/36000#discussion_r821703998

Comment:
Great catch, thanks. I changed it.

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (3 preceding siblings ...)
  2022-03-08 14:16 ` [PR REVIEW] " vutunganh
@ 2022-03-08 14:18 ` vutunganh
  2022-05-11  7:07 ` vutunganh
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-03-08 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 12250f6a8029dd22d190e4ad40f9650c7a20a60e Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..160d7cbb7b7c
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=401bb3a772fa26b52c0afdc0f9ee5bd175c6c9a2bc0213601304aa2f59155d1b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (4 preceding siblings ...)
  2022-03-08 14:18 ` [PR PATCH] [Updated] " vutunganh
@ 2022-05-11  7:07 ` vutunganh
  2022-05-11  7:10 ` vutunganh
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-05-11  7:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 09e5e75cab9874dbde2685004c00a220296809d1 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..160d7cbb7b7c
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=401bb3a772fa26b52c0afdc0f9ee5bd175c6c9a2bc0213601304aa2f59155d1b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (5 preceding siblings ...)
  2022-05-11  7:07 ` vutunganh
@ 2022-05-11  7:10 ` vutunganh
  2022-05-12  6:24 ` vutunganh
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-05-11  7:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 3046485af48ba0b102be4d1160f4095616183c23 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..268045d1e393
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=c6608b3b46a61b5e176b4af820fd5c113c42a9aa789d717d310b0a3a0bb7bbe3
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (6 preceding siblings ...)
  2022-05-11  7:10 ` vutunganh
@ 2022-05-12  6:24 ` vutunganh
  2022-06-07 15:01 ` [PR PATCH] [Updated] " vutunganh
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-05-12  6:24 UTC (permalink / raw)
  To: ml

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

New comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/pull/36000#issuecomment-1124577327

Comment:
This currently does not build because [rust@>=1.59.0 is required](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#destructuring-assignments) due to the usage of destructuring assignments in the source.

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (7 preceding siblings ...)
  2022-05-12  6:24 ` vutunganh
@ 2022-06-07 15:01 ` vutunganh
  2022-06-08 13:07 ` vutunganh
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-06-07 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From aa3e13ea5a39dea30990a9cd382d98aba3a3799d Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..268045d1e393
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=c6608b3b46a61b5e176b4af820fd5c113c42a9aa789d717d310b0a3a0bb7bbe3
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (8 preceding siblings ...)
  2022-06-07 15:01 ` [PR PATCH] [Updated] " vutunganh
@ 2022-06-08 13:07 ` vutunganh
  2022-06-08 13:46 ` vutunganh
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-06-08 13:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 1752189786e293f0fbd167b1910af3b309d18142 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.5

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..268045d1e393
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.5
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=c6608b3b46a61b5e176b4af820fd5c113c42a9aa789d717d310b0a3a0bb7bbe3
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.5
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (9 preceding siblings ...)
  2022-06-08 13:07 ` vutunganh
@ 2022-06-08 13:46 ` vutunganh
  2022-06-09 21:47 ` New package: wayshot-1.1.7 vutunganh
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-06-08 13:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.5
<!-- 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 [skip CI](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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From 652645c29dcc8f4806894832bd48ff74e6e0dd87 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.7

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..8775e757f87f
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.7
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=aa037611f3e78537cf23d1fbe26132a36c57e20acb41661070b7d9327cf05b0b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wayshot-1.1.7
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (10 preceding siblings ...)
  2022-06-08 13:46 ` vutunganh
@ 2022-06-09 21:47 ` vutunganh
  2022-07-14 22:37 ` [PR PATCH] [Updated] " vutunganh
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-06-09 21:47 UTC (permalink / raw)
  To: ml

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

New comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/pull/36000#issuecomment-1124577327

Comment:
~~This currently does not build because [rust@>=1.59.0 is required](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#destructuring-assignments) due to the usage of destructuring assignments in the source.~~

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

* Re: [PR PATCH] [Updated] New package: wayshot-1.1.7
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (11 preceding siblings ...)
  2022-06-09 21:47 ` New package: wayshot-1.1.7 vutunganh
@ 2022-07-14 22:37 ` vutunganh
  2022-09-07 12:27 ` `New package:` wayshot-1.1.8 vutunganh
  2022-09-07 12:27 ` [PR PATCH] [Closed]: " vutunganh
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-07-14 22:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wayshot
https://github.com/void-linux/void-packages/pull/36000

New package: wayshot-1.1.7
<!-- 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 [skip CI](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-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

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

From d5cf14004ee324927eda9d962c4fa5452988ba07 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Sat, 5 Mar 2022 23:27:32 +0100
Subject: [PATCH] New package: wayshot-1.1.8

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

diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template
new file mode 100644
index 000000000000..8231e33b7c01
--- /dev/null
+++ b/srcpkgs/wayshot/template
@@ -0,0 +1,15 @@
+# Template file for 'wayshot'
+pkgname=wayshot
+version=1.1.8
+revision=1
+build_style=cargo
+short_desc="Screenshot tool for wlroots compositors"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://waycrate.github.io/wayshot"
+distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz"
+checksum=126e0fe8009ee67b766d7bd07b0f7ec05b8a3c4c2fa7bd7169ce0172103f8d35
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: `New package:` wayshot-1.1.8
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (13 preceding siblings ...)
  2022-09-07 12:27 ` `New package:` wayshot-1.1.8 vutunganh
@ 2022-09-07 12:27 ` vutunganh
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-09-07 12:27 UTC (permalink / raw)
  To: ml

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

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

`New package:` wayshot-1.1.8
https://github.com/void-linux/void-packages/pull/36000

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 [skip CI](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-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
-->

Resolves #35806.

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

* Re: `New package:` wayshot-1.1.8
  2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
                   ` (12 preceding siblings ...)
  2022-07-14 22:37 ` [PR PATCH] [Updated] " vutunganh
@ 2022-09-07 12:27 ` vutunganh
  2022-09-07 12:27 ` [PR PATCH] [Closed]: " vutunganh
  14 siblings, 0 replies; 16+ messages in thread
From: vutunganh @ 2022-09-07 12:27 UTC (permalink / raw)
  To: ml

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

New comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/pull/36000#issuecomment-1239323386

Comment:
https://github.com/void-linux/void-packages/pull/38546 does this much better.

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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05 23:12 [PR PATCH] New package: wayshot-1.1.5 vutunganh
2022-03-07 23:55 ` [PR REVIEW] " tibequadorian
2022-03-08 14:15 ` [PR PATCH] [Updated] " vutunganh
2022-03-08 14:15 ` vutunganh
2022-03-08 14:16 ` [PR REVIEW] " vutunganh
2022-03-08 14:18 ` [PR PATCH] [Updated] " vutunganh
2022-05-11  7:07 ` vutunganh
2022-05-11  7:10 ` vutunganh
2022-05-12  6:24 ` vutunganh
2022-06-07 15:01 ` [PR PATCH] [Updated] " vutunganh
2022-06-08 13:07 ` vutunganh
2022-06-08 13:46 ` vutunganh
2022-06-09 21:47 ` New package: wayshot-1.1.7 vutunganh
2022-07-14 22:37 ` [PR PATCH] [Updated] " vutunganh
2022-09-07 12:27 ` `New package:` wayshot-1.1.8 vutunganh
2022-09-07 12:27 ` [PR PATCH] [Closed]: " vutunganh

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