Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] pipe-viewer: update to 0.1.6, remove straw-viewer.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34062@inbox.vuxu.org>
@ 2021-11-14  0:06 ` dm1tz
  2021-11-19 17:12 ` pipe-viewer: update to 0.1.6 dm1tz
  2021-11-19 17:12 ` [PR PATCH] [Closed]: " dm1tz
  2 siblings, 0 replies; 3+ messages in thread
From: dm1tz @ 2021-11-14  0:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dm1tz/void-packages pipe-viewer
https://github.com/void-linux/void-packages/pull/34062

pipe-viewer: update to 0.1.6, remove straw-viewer.
straw-viewer has been deprecated, see trizen/straw-viewer@dc2dfe8.

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

<!-- 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, (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/34062.patch is attached

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

From 349c3440e75555b08d7a653b7d2fcccaf1a92f45 Mon Sep 17 00:00:00 2001
From: Dmitry Zakharchenko <dmitz@disroot.org>
Date: Sun, 14 Nov 2021 01:58:20 +0200
Subject: [PATCH] pipe-viewer: update to 0.1.6.

---
 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 3b8fe02ea609..6a8da9827646 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.1.5
+version=0.1.6
 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=2b2aaabeba4335e661c9dba0abad3ee7d30a5028446f252100db6e5d3bea90d5
+checksum=969ebfacf1455aaf0a674828d6e89aca1607f9d36013d826e8e6d046aad19359
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

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

* Re: pipe-viewer: update to 0.1.6.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34062@inbox.vuxu.org>
  2021-11-14  0:06 ` [PR PATCH] [Updated] pipe-viewer: update to 0.1.6, remove straw-viewer dm1tz
@ 2021-11-19 17:12 ` dm1tz
  2021-11-19 17:12 ` [PR PATCH] [Closed]: " dm1tz
  2 siblings, 0 replies; 3+ messages in thread
From: dm1tz @ 2021-11-19 17:12 UTC (permalink / raw)
  To: ml

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

New comment by dm1tz on void-packages repository

https://github.com/void-linux/void-packages/pull/34062#issuecomment-974253823

Comment:
Closing because of https://github.com/void-linux/void-packages/pull/34150.

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

* Re: [PR PATCH] [Closed]: pipe-viewer: update to 0.1.6.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34062@inbox.vuxu.org>
  2021-11-14  0:06 ` [PR PATCH] [Updated] pipe-viewer: update to 0.1.6, remove straw-viewer dm1tz
  2021-11-19 17:12 ` pipe-viewer: update to 0.1.6 dm1tz
@ 2021-11-19 17:12 ` dm1tz
  2 siblings, 0 replies; 3+ messages in thread
From: dm1tz @ 2021-11-19 17:12 UTC (permalink / raw)
  To: ml

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

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

pipe-viewer: update to 0.1.6.
https://github.com/void-linux/void-packages/pull/34062

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**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-11-19 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34062@inbox.vuxu.org>
2021-11-14  0:06 ` [PR PATCH] [Updated] pipe-viewer: update to 0.1.6, remove straw-viewer dm1tz
2021-11-19 17:12 ` pipe-viewer: update to 0.1.6 dm1tz
2021-11-19 17:12 ` [PR PATCH] [Closed]: " dm1tz

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