Github messages for voidlinux
 help / color / mirror / Atom feed
From: Barbarossa93 <Barbarossa93@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New Package: lyrics-in-terminal-1.4.2
Date: Wed, 02 Feb 2022 02:09:01 +0100	[thread overview]
Message-ID: <20220202010901.zvJjeO0vLJ1raFz2r5RwMelwnW-Q-MvVIJXx8fR0R8E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35348@inbox.vuxu.org>

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

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

https://github.com/Barbarossa93/void-packages lyrics-in-terminal
https://github.com/void-linux/void-packages/pull/35348

New Package: lyrics-in-terminal-1.4.2
<!-- 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**

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lyrics-in-terminal-35348.patch --]
[-- Type: text/x-diff, Size: 4784 bytes --]

From 1edd3c10aecbeabfcc647fb5f153e28a180d20f4 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Tue, 1 Feb 2022 19:00:15 -0500
Subject: [PATCH 1/3] New Package: lyrics-in-terminal-1.4.2

---
 srcpkgs/lyrics-in-terminal/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/lyrics-in-terminal/template

diff --git a/srcpkgs/lyrics-in-terminal/template b/srcpkgs/lyrics-in-terminal/template
new file mode 100644
index 000000000000..9d4fd60f2285
--- /dev/null
+++ b/srcpkgs/lyrics-in-terminal/template
@@ -0,0 +1,14 @@
+# Template file for 'lyrics-in-terminal'
+pkgname=lyrics-in-terminal
+version=1.4.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-dbus"
+short_desc="Ncurses application to view lyrics of the current playing song"
+maintainer="Cullen Ross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/Jugran/lyrics-in-terminal"
+distfiles="${PYPI_SITE}/l/lyrics-in-terminal/lyrics-in-terminal-${version}.tar.gz"
+checksum=f5e809f8d48eb7ce0faa1a3010b361bf135ec17f463077d70868b5e392c1fe2e
+

From 781718a80c7b79d894a54bd47d7d6766bd6ec86f Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Tue, 1 Feb 2022 19:13:04 -0500
Subject: [PATCH 2/3] New Package: lyrics-in-terminal-1.4.2

---
 srcpkgs/lyrics-in-terminal/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/lyrics-in-terminal/template b/srcpkgs/lyrics-in-terminal/template
index 9d4fd60f2285..b4d8ccfa0ec1 100644
--- a/srcpkgs/lyrics-in-terminal/template
+++ b/srcpkgs/lyrics-in-terminal/template
@@ -4,7 +4,8 @@ version=1.4.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-dbus"
+depends="python3-dbus"
+checkdepends="$depends"
 short_desc="Ncurses application to view lyrics of the current playing song"
 maintainer="Cullen Ross <cullenrss@gmail.com>"
 license="MIT"
@@ -12,3 +13,6 @@ homepage="https://github.com/Jugran/lyrics-in-terminal"
 distfiles="${PYPI_SITE}/l/lyrics-in-terminal/lyrics-in-terminal-${version}.tar.gz"
 checksum=f5e809f8d48eb7ce0faa1a3010b361bf135ec17f463077d70868b5e392c1fe2e
 
+post_install() {
+	vlicense LICENSE
+}

From c7b4e70e23a49b3b18dc78c66d4ba3448c01d98e Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Tue, 1 Feb 2022 20:08:52 -0500
Subject: [PATCH 3/3] New Package: lyrics-in-terminal-1.4.2

---
 srcpkgs/lyrics-in-terminal/files/LICENSE | 21 +++++++++++++++++++++
 srcpkgs/lyrics-in-terminal/template      |  4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/lyrics-in-terminal/files/LICENSE

diff --git a/srcpkgs/lyrics-in-terminal/files/LICENSE b/srcpkgs/lyrics-in-terminal/files/LICENSE
new file mode 100644
index 000000000000..46959ccd7c79
--- /dev/null
+++ b/srcpkgs/lyrics-in-terminal/files/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2019 Samarth Jugran
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/srcpkgs/lyrics-in-terminal/template b/srcpkgs/lyrics-in-terminal/template
index b4d8ccfa0ec1..5fbd451fcfb5 100644
--- a/srcpkgs/lyrics-in-terminal/template
+++ b/srcpkgs/lyrics-in-terminal/template
@@ -5,7 +5,7 @@ revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dbus"
-checkdepends="$depends"
+make_check=no # none defined
 short_desc="Ncurses application to view lyrics of the current playing song"
 maintainer="Cullen Ross <cullenrss@gmail.com>"
 license="MIT"
@@ -14,5 +14,5 @@ distfiles="${PYPI_SITE}/l/lyrics-in-terminal/lyrics-in-terminal-${version}.tar.g
 checksum=f5e809f8d48eb7ce0faa1a3010b361bf135ec17f463077d70868b5e392c1fe2e
 
 post_install() {
-	vlicense LICENSE
+	vlicense ${FILESDIR}/LICENSE
 }

  parent reply	other threads:[~2022-02-02  1:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02  0:01 [PR PATCH] " Barbarossa93
2022-02-02  0:13 ` [PR PATCH] [Updated] " Barbarossa93
2022-02-02  1:09 ` Barbarossa93 [this message]
2022-02-02  1:12 ` Barbarossa93
2022-02-02  1:29 ` Barbarossa93
2022-02-02  1:29 ` Barbarossa93
2022-02-03  4:29 ` [PR PATCH] [Closed]: " Barbarossa93

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=20220202010901.zvJjeO0vLJ1raFz2r5RwMelwnW-Q-MvVIJXx8fR0R8E@z \
    --to=barbarossa93@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).