Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: straw-viewer-0.0.3
@ 2020-05-02 22:07 4ricci
  2020-05-19  9:21 ` [PR PATCH] [Updated] " 4ricci
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 4ricci @ 2020-05-02 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages straw-viewer
https://github.com/void-linux/void-packages/pull/21571

New package: straw-viewer-0.0.3
Fork of youtube-viewer, by the same author. Uses the API of invidio.us, so it does not need a YouTube API key.

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

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

From ac9982d3902b211e5adad29a52e561f2dcfb57ad Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 2 May 2020 23:54:58 +0200
Subject: [PATCH] New package: straw-viewer-0.0.3

---
 srcpkgs/gtk-straw-viewer      |  1 +
 srcpkgs/straw-viewer/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/gtk-straw-viewer
 create mode 100644 srcpkgs/straw-viewer/template

diff --git a/srcpkgs/gtk-straw-viewer b/srcpkgs/gtk-straw-viewer
new file mode 120000
index 00000000000..790444aff1b
--- /dev/null
+++ b/srcpkgs/gtk-straw-viewer
@@ -0,0 +1 @@
+straw-viewer
\ No newline at end of file
diff --git a/srcpkgs/straw-viewer/template b/srcpkgs/straw-viewer/template
new file mode 100644
index 00000000000..2d76bb87777
--- /dev/null
+++ b/srcpkgs/straw-viewer/template
@@ -0,0 +1,27 @@
+# Template file for 'straw-viewer'
+pkgname=straw-viewer
+version=0.0.3
+revision=1
+archs=noarch
+build_style=perl-ModuleBuild
+configure_args="--gtk"
+hostmakedepends="perl-Module-Build"
+makedepends="perl"
+depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https"
+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/${pkgname}"
+changelog="${homepage}/releases"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b3abd922fdaf121d85434c8d3d9a38d508ce8bc7ea9481878d060408393562b9
+
+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
+	}
+}

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

end of thread, other threads:[~2020-06-01 10:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 22:07 [PR PATCH] New package: straw-viewer-0.0.3 4ricci
2020-05-19  9:21 ` [PR PATCH] [Updated] " 4ricci
2020-05-31 15:51 ` 4ricci
2020-06-01 10:05 ` [PR PATCH] [Updated] New package: straw-viewer-0.0.4 4ricci

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