Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipe-viewer: update to 0.2.3.
@ 2022-08-13 13:31 r-ricci
  2022-08-13 16:53 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: r-ricci @ 2022-08-13 13:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages pipe-viewer
https://github.com/void-linux/void-packages/pull/38651

pipe-viewer: update to 0.2.3.
<!-- 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**|**NO**
-->

<!-- 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/38651.patch is attached

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

From db57b5fcba18b3f043226c6c9dfb56cdbd81fb93 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 13 Aug 2022 15:21:05 +0200
Subject: [PATCH] pipe-viewer: update to 0.2.3.

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

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index 61989014d1fc..a0df7387b977 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.2.2
+version=0.2.3
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=887cd5ab6b7d483ea69c86e5597fc7c9d27159b7f691bb70941a3d607b8bbd9a
+checksum=08d585c6e07236975d6cb8275fc8c1f42996e0755246207a5b0197e19739ecdd
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

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

* Re: pipe-viewer: update to 0.2.3.
  2022-08-13 13:31 [PR PATCH] pipe-viewer: update to 0.2.3 r-ricci
@ 2022-08-13 16:53 ` classabbyamp
  2022-08-13 17:08 ` [PR PATCH] [Updated] " r-ricci
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-13 16:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38651#issuecomment-1214189071

Comment:
to fix the lint just split part of it to another line and use `+=`

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

* Re: [PR PATCH] [Updated] pipe-viewer: update to 0.2.3.
  2022-08-13 13:31 [PR PATCH] pipe-viewer: update to 0.2.3 r-ricci
  2022-08-13 16:53 ` classabbyamp
@ 2022-08-13 17:08 ` r-ricci
  2022-08-13 17:09 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: r-ricci @ 2022-08-13 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages pipe-viewer
https://github.com/void-linux/void-packages/pull/38651

pipe-viewer: update to 0.2.3.
<!-- 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**|**NO**
-->

<!-- 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/38651.patch is attached

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

From fda88e8b41a695c1f7dbd7c26f3b834a08d8791e Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 13 Aug 2022 15:21:05 +0200
Subject: [PATCH] pipe-viewer: update to 0.2.3.

---
 srcpkgs/pipe-viewer/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index 61989014d1fc..510805b23121 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.2.2
+version=0.2.3
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=887cd5ab6b7d483ea69c86e5597fc7c9d27159b7f691bb70941a3d607b8bbd9a
+checksum=08d585c6e07236975d6cb8275fc8c1f42996e0755246207a5b0197e19739ecdd
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"
@@ -29,11 +29,13 @@ pipe-viewer-gtk_package() {
 straw-viewer_package() {
 	build_style=meta
 	depends="pipe-viewer>=${version}_${revision}"
-	short_desc="Search and stream from YouTube using the API of invidio.us (transitional dummy package)"
+	short_desc="Search and stream from YouTube using the API of invidio.us"
+	short_desc+="(transitional dummy package)"
 }
 
 gtk-straw-viewer_package() {
 	build_style=meta
 	depends="pipe-viewer-gtk>=${version}_${revision}"
-	short_desc="Gtk interface to search and stream YouTube using the API of invidio.us (transitional dummy package)"
+	short_desc="Gtk interface to search and stream YouTube using the API of invidio.us"
+	short_desc+="(transitional dummy package)"
 }

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

* Re: [PR REVIEW] pipe-viewer: update to 0.2.3.
  2022-08-13 13:31 [PR PATCH] pipe-viewer: update to 0.2.3 r-ricci
  2022-08-13 16:53 ` classabbyamp
  2022-08-13 17:08 ` [PR PATCH] [Updated] " r-ricci
@ 2022-08-13 17:09 ` classabbyamp
  2022-08-13 17:15 ` [PR PATCH] [Updated] " r-ricci
  2022-08-13 17:29 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-13 17:09 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38651#discussion_r945169939

Comment:
```suggestion
	short_desc+=" (transitional dummy package)"
```
and same for the other

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

* Re: [PR PATCH] [Updated] pipe-viewer: update to 0.2.3.
  2022-08-13 13:31 [PR PATCH] pipe-viewer: update to 0.2.3 r-ricci
                   ` (2 preceding siblings ...)
  2022-08-13 17:09 ` [PR REVIEW] " classabbyamp
@ 2022-08-13 17:15 ` r-ricci
  2022-08-13 17:29 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: r-ricci @ 2022-08-13 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages pipe-viewer
https://github.com/void-linux/void-packages/pull/38651

pipe-viewer: update to 0.2.3.
<!-- 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**|**NO**
-->

<!-- 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/38651.patch is attached

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

From 44d2aebf31b8312845d8c0a379ccdd5c4e2f425a Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 13 Aug 2022 15:21:05 +0200
Subject: [PATCH] pipe-viewer: update to 0.2.3.

---
 srcpkgs/pipe-viewer/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index 61989014d1fc..e8d1e40e3c04 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.2.2
+version=0.2.3
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=887cd5ab6b7d483ea69c86e5597fc7c9d27159b7f691bb70941a3d607b8bbd9a
+checksum=08d585c6e07236975d6cb8275fc8c1f42996e0755246207a5b0197e19739ecdd
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"
@@ -29,11 +29,13 @@ pipe-viewer-gtk_package() {
 straw-viewer_package() {
 	build_style=meta
 	depends="pipe-viewer>=${version}_${revision}"
-	short_desc="Search and stream from YouTube using the API of invidio.us (transitional dummy package)"
+	short_desc="Search and stream from YouTube using the API of invidio.us"
+	short_desc+=" (transitional dummy package)"
 }
 
 gtk-straw-viewer_package() {
 	build_style=meta
 	depends="pipe-viewer-gtk>=${version}_${revision}"
-	short_desc="Gtk interface to search and stream YouTube using the API of invidio.us (transitional dummy package)"
+	short_desc="Gtk interface to search and stream YouTube using the API of invidio.us"
+	short_desc+=" (transitional dummy package)"
 }

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

* Re: [PR PATCH] [Merged]: pipe-viewer: update to 0.2.3.
  2022-08-13 13:31 [PR PATCH] pipe-viewer: update to 0.2.3 r-ricci
                   ` (3 preceding siblings ...)
  2022-08-13 17:15 ` [PR PATCH] [Updated] " r-ricci
@ 2022-08-13 17:29 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-13 17:29 UTC (permalink / raw)
  To: ml

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

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

pipe-viewer: update to 0.2.3.
https://github.com/void-linux/void-packages/pull/38651

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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
-->


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

end of thread, other threads:[~2022-08-13 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 13:31 [PR PATCH] pipe-viewer: update to 0.2.3 r-ricci
2022-08-13 16:53 ` classabbyamp
2022-08-13 17:08 ` [PR PATCH] [Updated] " r-ricci
2022-08-13 17:09 ` [PR REVIEW] " classabbyamp
2022-08-13 17:15 ` [PR PATCH] [Updated] " r-ricci
2022-08-13 17:29 ` [PR PATCH] [Merged]: " classabbyamp

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