Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: peertube-viewer-rs-1.8.4
@ 2023-11-16 20:05 lilmike
  2023-11-16 20:06 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: lilmike @ 2023-11-16 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages peertube-viewer-rs
https://github.com/void-linux/void-packages/pull/47270

New package: peertube-viewer-rs-1.8.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
                                                                                                                                
#### Testing the changes
- I tested the changes in this PR: **YES**
                                                                                                                                
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
                                                                                                                                
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-peertube-viewer-rs-47270.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From 0f080a6ecf5ca14aaa9471c1d83a4d69d6f0d8e8 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Thu, 16 Nov 2023 12:02:49 -0800
Subject: [PATCH] New package: peertube-viewer-rs-1.8.4

---
 srcpkgs/peertube-viewer-rs/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/peertube-viewer-rs/template

diff --git a/srcpkgs/peertube-viewer-rs/template b/srcpkgs/peertube-viewer-rs/template
new file mode 100644
index 0000000000000..64796f66a277b
--- /dev/null
+++ b/srcpkgs/peertube-viewer-rs/template
@@ -0,0 +1,22 @@
+# Template file for 'peertube-viewer-rs'
+pkgname=peertube-viewer-rs
+version=1.8.4
+revision=1
+build_style=cargo
+depends="mpv"
+short_desc="Lightweight cli browser for Peertube"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="AGPL-3.0-or-later"
+homepage="https://peertube-viewer.com"
+distfiles="https://gitlab.com/peertube-viewer/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=a72ecdf09abd74c993498b0c8f1e25863bbc00f44b7b57ac1ae8a301472760f7
+
+post_install() {
+	# completions
+	vcompletion completions/${pkgname}.bash bash
+	vcompletion completions/${pkgname}.fish fish
+	# AGPL 3.0 or later
+	vlicense LICENSE
+	# Man page
+	vman ${pkgname}.1
+}

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

* Re: [PR REVIEW] New package: peertube-viewer-rs-1.8.4
  2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
@ 2023-11-16 20:06 ` classabbyamp
  2023-11-16 20:17 ` [PR PATCH] [Updated] " lilmike
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-11-16 20:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47270#discussion_r1396271942

Comment:
don't use $pkgname in distfiles

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

* Re: [PR PATCH] [Updated] New package: peertube-viewer-rs-1.8.4
  2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
  2023-11-16 20:06 ` [PR REVIEW] " classabbyamp
@ 2023-11-16 20:17 ` lilmike
  2023-11-16 20:21 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: lilmike @ 2023-11-16 20:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages peertube-viewer-rs
https://github.com/void-linux/void-packages/pull/47270

New package: peertube-viewer-rs-1.8.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
                                                                                                                                
#### Testing the changes
- I tested the changes in this PR: **YES**
                                                                                                                                
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
                                                                                                                                
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-peertube-viewer-rs-47270.patch --]
[-- Type: text/x-diff, Size: 1313 bytes --]

From c7c9bce0497355b68a7b06810c03da34571c1b42 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Thu, 16 Nov 2023 12:02:49 -0800
Subject: [PATCH] New package: peertube-viewer-rs-1.8.4

---
 srcpkgs/peertube-viewer-rs/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/peertube-viewer-rs/template

diff --git a/srcpkgs/peertube-viewer-rs/template b/srcpkgs/peertube-viewer-rs/template
new file mode 100644
index 0000000000000..85c9dcd607d5b
--- /dev/null
+++ b/srcpkgs/peertube-viewer-rs/template
@@ -0,0 +1,22 @@
+# Template file for 'peertube-viewer-rs'
+pkgname=peertube-viewer-rs
+version=1.8.4
+revision=1
+build_style=cargo
+depends="mpv"
+short_desc="Lightweight cli browser for Peertube"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="AGPL-3.0-or-later"
+homepage="https://peertube-viewer.com"
+distfiles="https://gitlab.com/peertube-viewer/peertube-viewer-rs/-/archive/v${version}/peertube-viewer-rs-v${version}.tar.gz"
+checksum=a72ecdf09abd74c993498b0c8f1e25863bbc00f44b7b57ac1ae8a301472760f7
+
+post_install() {
+	# completions
+	vcompletion completions/${pkgname}.bash bash
+	vcompletion completions/${pkgname}.fish fish
+	# AGPL 3.0 or later
+	vlicense LICENSE
+	# Man page
+	vman peertube-viewer-rs.1
+}

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

* Re: [PR REVIEW] New package: peertube-viewer-rs-1.8.4
  2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
  2023-11-16 20:06 ` [PR REVIEW] " classabbyamp
  2023-11-16 20:17 ` [PR PATCH] [Updated] " lilmike
@ 2023-11-16 20:21 ` classabbyamp
  2023-11-16 20:59 ` [PR PATCH] [Updated] " lilmike
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-11-16 20:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47270#discussion_r1396289109

Comment:
the comments here are unnecessary

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

* Re: [PR PATCH] [Updated] New package: peertube-viewer-rs-1.8.4
  2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
                   ` (2 preceding siblings ...)
  2023-11-16 20:21 ` [PR REVIEW] " classabbyamp
@ 2023-11-16 20:59 ` lilmike
  2024-02-12  4:02 ` lilmike
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: lilmike @ 2023-11-16 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages peertube-viewer-rs
https://github.com/void-linux/void-packages/pull/47270

New package: peertube-viewer-rs-1.8.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
                                                                                                                                
#### Testing the changes
- I tested the changes in this PR: **YES**
                                                                                                                                
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
                                                                                                                                
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From ea14e138e334164d5fb58feb4a5c766ef67111b0 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Thu, 16 Nov 2023 12:02:49 -0800
Subject: [PATCH] New package: peertube-viewer-rs-1.8.4

---
 srcpkgs/peertube-viewer-rs/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/peertube-viewer-rs/template

diff --git a/srcpkgs/peertube-viewer-rs/template b/srcpkgs/peertube-viewer-rs/template
new file mode 100644
index 0000000000000..322edeb5dd0d1
--- /dev/null
+++ b/srcpkgs/peertube-viewer-rs/template
@@ -0,0 +1,19 @@
+# Template file for 'peertube-viewer-rs'
+pkgname=peertube-viewer-rs
+version=1.8.4
+revision=1
+build_style=cargo
+depends="mpv"
+short_desc="Lightweight cli browser for Peertube"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="AGPL-3.0-or-later"
+homepage="https://peertube-viewer.com"
+distfiles="https://gitlab.com/peertube-viewer/peertube-viewer-rs/-/archive/v${version}/peertube-viewer-rs-v${version}.tar.gz"
+checksum=a72ecdf09abd74c993498b0c8f1e25863bbc00f44b7b57ac1ae8a301472760f7
+
+post_install() {
+	vcompletion completions/${pkgname}.bash bash
+	vcompletion completions/${pkgname}.fish fish
+	vlicense LICENSE
+	vman peertube-viewer-rs.1
+}

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

* Re: [PR PATCH] [Updated] New package: peertube-viewer-rs-1.8.4
  2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
                   ` (3 preceding siblings ...)
  2023-11-16 20:59 ` [PR PATCH] [Updated] " lilmike
@ 2024-02-12  4:02 ` lilmike
  2024-05-13  1:47 ` github-actions
  2024-05-13 14:32 ` lilmike
  6 siblings, 0 replies; 8+ messages in thread
From: lilmike @ 2024-02-12  4:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages peertube-viewer-rs
https://github.com/void-linux/void-packages/pull/47270

New package: peertube-viewer-rs-1.8.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
                                                                                                                                
#### Testing the changes
- I tested the changes in this PR: **YES**
                                                                                                                                
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
                                                                                                                                
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 3be2dfd6fec216f3a4a72e7b8a2d841051f87a5e Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Thu, 16 Nov 2023 12:02:49 -0800
Subject: [PATCH] New package: peertube-viewer-rs-1.8.5

---
 srcpkgs/peertube-viewer-rs/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/peertube-viewer-rs/template

diff --git a/srcpkgs/peertube-viewer-rs/template b/srcpkgs/peertube-viewer-rs/template
new file mode 100644
index 0000000000000..ed6c1b5619c05
--- /dev/null
+++ b/srcpkgs/peertube-viewer-rs/template
@@ -0,0 +1,19 @@
+# Template file for 'peertube-viewer-rs'
+pkgname=peertube-viewer-rs
+version=1.8.5
+revision=1
+build_style=cargo
+depends="mpv"
+short_desc="Lightweight cli browser for Peertube"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="AGPL-3.0-or-later"
+homepage="https://peertube-viewer.com"
+distfiles="https://gitlab.com/peertube-viewer/peertube-viewer-rs/-/archive/v${version}/peertube-viewer-rs-v${version}.tar.gz"
+checksum=9a0ec51066fdf4f810928b9e173207d34d51ba422aa452fb490e07f57e96b97e
+
+post_install() {
+	vcompletion completions/${pkgname}.bash bash
+	vcompletion completions/${pkgname}.fish fish
+	vlicense COPYING.md
+	vman peertube-viewer-rs.1
+}

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

* Re: New package: peertube-viewer-rs-1.8.4
  2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
                   ` (4 preceding siblings ...)
  2024-02-12  4:02 ` lilmike
@ 2024-05-13  1:47 ` github-actions
  2024-05-13 14:32 ` lilmike
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2024-05-13  1:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages/pull/47270#issuecomment-2106490865

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

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

* Re: New package: peertube-viewer-rs-1.8.4
  2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
                   ` (5 preceding siblings ...)
  2024-05-13  1:47 ` github-actions
@ 2024-05-13 14:32 ` lilmike
  6 siblings, 0 replies; 8+ messages in thread
From: lilmike @ 2024-05-13 14:32 UTC (permalink / raw)
  To: ml

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

New comment by lilmike on void-packages repository

https://github.com/void-linux/void-packages/pull/47270#issuecomment-2107766825

Comment:
This is still relevent.

-Michael.



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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 20:05 [PR PATCH] New package: peertube-viewer-rs-1.8.4 lilmike
2023-11-16 20:06 ` [PR REVIEW] " classabbyamp
2023-11-16 20:17 ` [PR PATCH] [Updated] " lilmike
2023-11-16 20:21 ` [PR REVIEW] " classabbyamp
2023-11-16 20:59 ` [PR PATCH] [Updated] " lilmike
2024-02-12  4:02 ` lilmike
2024-05-13  1:47 ` github-actions
2024-05-13 14:32 ` lilmike

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