Github messages for voidlinux
 help / color / mirror / Atom feed
From: 4ricci <4ricci@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pipe viewer: update to 0.1.3
Date: Fri, 03 Sep 2021 14:24:09 +0200	[thread overview]
Message-ID: <20210903122409.q29ZzV8Mrd2KWzDSbjk2Z9WSNHnutitnJy3LmwyON2I@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32467@inbox.vuxu.org>

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

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

https://github.com/4ricci/void-packages pipe-viewer-0.1.3
https://github.com/void-linux/void-packages/pull/32467

pipe viewer: update to 0.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32467.patch is attached

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

From 0c302396ae212d5036268e7840ac503d1453cfd8 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 4 Aug 2021 18:42:14 +0200
Subject: [PATCH 1/2] pipe-viewer: update to 0.1.4.

---
 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 dd9c3f069ed4..6f37345eebbe 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.2
+version=0.1.4
 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=73068ed641a3b989d48c323ef6a8691e63cb2d408b98703b0862822c93d30764
+checksum=b55d8098d671c0aa3c6441e3305693d3223f0c699b16d1b977a3705ca457e7b9
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

From 05786fa77b96c0e0f08b5382c0dc746ed06c8a8e Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Fri, 3 Sep 2021 14:22:38 +0200
Subject: [PATCH 2/2] straw-viewer: replace with pipe-viewer

---
 srcpkgs/gtk-straw-viewer      |  2 +-
 srcpkgs/pipe-viewer/template  | 12 ++++++++++++
 srcpkgs/straw-viewer          |  1 +
 srcpkgs/straw-viewer/template | 26 --------------------------
 4 files changed, 14 insertions(+), 27 deletions(-)
 create mode 120000 srcpkgs/straw-viewer
 delete mode 100644 srcpkgs/straw-viewer/template

diff --git a/srcpkgs/gtk-straw-viewer b/srcpkgs/gtk-straw-viewer
index 790444aff1b1..672a26eb4bcb 120000
--- a/srcpkgs/gtk-straw-viewer
+++ b/srcpkgs/gtk-straw-viewer
@@ -1 +1 @@
-straw-viewer
\ No newline at end of file
+pipe-viewer
\ No newline at end of file
diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index 6f37345eebbe..6bcd8f89a58f 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -25,3 +25,15 @@ pipe-viewer-gtk_package() {
 		vmove usr/share/perl5/vendor_perl/auto/share/dist/WWW-PipeViewer/icons
 	}
 }
+
+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)"
+}
+
+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)"
+}
diff --git a/srcpkgs/straw-viewer b/srcpkgs/straw-viewer
new file mode 120000
index 000000000000..672a26eb4bcb
--- /dev/null
+++ b/srcpkgs/straw-viewer
@@ -0,0 +1 @@
+pipe-viewer
\ No newline at end of file
diff --git a/srcpkgs/straw-viewer/template b/srcpkgs/straw-viewer/template
deleted file mode 100644
index b3a9137af087..000000000000
--- a/srcpkgs/straw-viewer/template
+++ /dev/null
@@ -1,26 +0,0 @@
-# Template file for 'straw-viewer'
-pkgname=straw-viewer
-version=0.1.3
-revision=1
-build_style=perl-ModuleBuild
-configure_args="--gtk"
-hostmakedepends="perl-Module-Build"
-makedepends="perl"
-depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https perl-Term-ReadLine-Gnu"
-short_desc="Search and stream from YouTube using the API of invidio.us"
-maintainer="Roberto Ricci <ricci@disroot.org>"
-license="Artistic-2.0"
-homepage="https://github.com/trizen/straw-viewer"
-changelog="https://github.com/trizen/straw-viewer/releases"
-distfiles="https://github.com/trizen/straw-viewer/archive/${version}.tar.gz"
-checksum=e6afc6a87578a55b17666a79b813657daac93f78aaf810d1aa03fcb4a7354bf4
-
-gtk-straw-viewer_package() {
-	depends="${sourcepkg}-${version}_${revision} perl-Gtk3 perl-File-ShareDir"
-	short_desc="Gtk interface to search and stream YouTube using the API of invidio.us"
-	pkg_install() {
-		vmove usr/bin/gtk-straw-viewer
-		vmove "usr/share/perl5/vendor_perl/auto/share/dist/WWW-StrawViewer/gtk-*"
-		vmove usr/share/perl5/vendor_perl/auto/share/dist/WWW-StrawViewer/icons
-	}
-}

  parent reply	other threads:[~2021-09-03 12:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12  7:56 [PR PATCH] pipe viewer 0.1.3 4ricci
2021-08-17 15:13 ` [PR PATCH] [Updated] pipe viewer: update to 0.1.3 4ricci
2021-09-02 20:01 ` Chocimier
2021-09-03 12:24 ` 4ricci [this message]
2021-09-04 19:59 ` [PR PATCH] [Merged]: " Chocimier
2021-09-04 20:00 ` Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210903122409.q29ZzV8Mrd2KWzDSbjk2Z9WSNHnutitnJy3LmwyON2I@z \
    --to=4ricci@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).