Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add tspreed
@ 2020-12-12 19:13 kawaiiamber
  2020-12-12 19:51 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (108 more replies)
  0 siblings, 109 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
@ 2020-12-12 19:51 ` kawaiiamber
  2020-12-12 19:54 ` kawaiiamber
                   ` (107 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From 92768ddddb0e480d8dbe1fc33decb77a309261ee Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:51:14 -0700
Subject: [PATCH 2/2] Updated

---
 srcpkgs/tspreed/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..c32c8d89d9c 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,7 +2,6 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
 short_desc="terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
  2020-12-12 19:51 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 19:54 ` kawaiiamber
  2020-12-12 20:01 ` kawaiiamber
                   ` (106 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 19:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/3] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From 92768ddddb0e480d8dbe1fc33decb77a309261ee Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:51:14 -0700
Subject: [PATCH 2/3] Updated

---
 srcpkgs/tspreed/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..c32c8d89d9c 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,7 +2,6 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
 short_desc="terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"

From 366c9b3d7c2dc8ee49a31421ddc32c85a4e1208a Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:53:55 -0700
Subject: [PATCH 3/3] casing

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index c32c8d89d9c..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,7 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
  2020-12-12 19:51 ` [PR PATCH] [Updated] " kawaiiamber
  2020-12-12 19:54 ` kawaiiamber
@ 2020-12-12 20:01 ` kawaiiamber
  2020-12-12 20:07 ` kawaiiamber
                   ` (105 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/4] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From 92768ddddb0e480d8dbe1fc33decb77a309261ee Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:51:14 -0700
Subject: [PATCH 2/4] Updated

---
 srcpkgs/tspreed/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..c32c8d89d9c 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,7 +2,6 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
 short_desc="terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"

From 366c9b3d7c2dc8ee49a31421ddc32c85a4e1208a Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:53:55 -0700
Subject: [PATCH 3/4] casing

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index c32c8d89d9c..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,7 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"

From b2a70ca85c4b6b521510b2f856936590f4abf28f Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:01:31 -0700
Subject: [PATCH 4/4] license specify

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index f0022227b4d..5de520f5fb4 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -4,7 +4,7 @@ version=1.2.1
 revision=1
 short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0"
 homepage="https://github.com/n-ivkovic/tspreed"
 distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
 checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (2 preceding siblings ...)
  2020-12-12 20:01 ` kawaiiamber
@ 2020-12-12 20:07 ` kawaiiamber
  2020-12-12 20:11 ` kawaiiamber
                   ` (104 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/5] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From 92768ddddb0e480d8dbe1fc33decb77a309261ee Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:51:14 -0700
Subject: [PATCH 2/5] Updated

---
 srcpkgs/tspreed/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..c32c8d89d9c 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,7 +2,6 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
 short_desc="terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"

From 366c9b3d7c2dc8ee49a31421ddc32c85a4e1208a Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:53:55 -0700
Subject: [PATCH 3/5] casing

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index c32c8d89d9c..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,7 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"

From b2a70ca85c4b6b521510b2f856936590f4abf28f Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:01:31 -0700
Subject: [PATCH 4/5] license specify

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index f0022227b4d..5de520f5fb4 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -4,7 +4,7 @@ version=1.2.1
 revision=1
 short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0"
 homepage="https://github.com/n-ivkovic/tspreed"
 distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
 checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"

From 484047dc7b94ad1337cb5890437200410892e375 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:06:45 -0700
Subject: [PATCH 5/5] SPDX license GPL-3.0-or-later, hopefully it passes check
 this time

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 5de520f5fb4..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -4,7 +4,7 @@ version=1.2.1
 revision=1
 short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
-license="GPL-3.0"
+license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
 distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
 checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (3 preceding siblings ...)
  2020-12-12 20:07 ` kawaiiamber
@ 2020-12-12 20:11 ` kawaiiamber
  2020-12-12 20:13 ` ericonr
                   ` (103 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:11 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743813202

Comment:
I'm not sure why the Lint templates check is failing. It is released under GPL license as seen [here](https://github.com/n-ivkovic/tspreed/blob/master/LICENSE), and "GPL-3.0-or-later" should be the right license as seen [here](https://spdx.org/licenses/GPL-3.0-or-later.html).

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (4 preceding siblings ...)
  2020-12-12 20:11 ` kawaiiamber
@ 2020-12-12 20:13 ` ericonr
  2020-12-12 20:24 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (102 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ericonr @ 2020-12-12 20:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743815030

Comment:
It is complaining that the license is being installed with `vlicense`, not about the value.

Also, please squash your commits and use the appropriate commit message `New package: tspreed-${version}`

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (5 preceding siblings ...)
  2020-12-12 20:13 ` ericonr
@ 2020-12-12 20:24 ` kawaiiamber
  2020-12-12 20:25 ` kawaiiamber
                   ` (101 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From 37805588ed191f35fc2d9e02f51f371dd15b0e36 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:23:40 -0700
Subject: [PATCH 2/2] New package: tspreed-

---
 srcpkgs/amfora/template      |  8 +++++++-
 srcpkgs/polybar/template     |  7 +++----
 srcpkgs/tspreed/template     |  3 +--
 srcpkgs/vapoursynth/template | 12 ++++++------
 4 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template
index f44c714be21..71563985278 100644
--- a/srcpkgs/amfora/template
+++ b/srcpkgs/amfora/template
@@ -1,12 +1,18 @@
 # Template file for 'amfora'
 pkgname=amfora
 version=1.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/makeworld-the-better-one/${pkgname}"
 short_desc="Fancy terminal browser for the Gemini protocol"
 maintainer="Stacy Harper <contact@stacyharper.net>"
 license="GPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/amfora"
+changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
 distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
 checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9
+
+post_install() {
+	vinstall amfora.desktop 644 usr/share/applications/
+	vsconf default-config.toml
+}
diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 77ef6866329..0854ced0eb0 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,8 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.0
+version=3.5.1
 revision=1
-wrksrc="$pkgname"
 build_style=cmake
 configure_args="
  -DENABLE_ALSA=$(vopt_if alsa ON OFF)
@@ -25,8 +24,8 @@ short_desc="Fast and easy-to-use status bar"
 maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
-distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
-checksum=e8c1798c195854852fc7c99703287294123381101b371f171d4aa540aeb17afd
+distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
+checksum=d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"
diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,8 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index a19190ab8e2..da9181e67ce 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,18 +1,18 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R50
-revision=3
+version=R52
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake pkg-config libtool nasm python3-Cython"
-makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
+hostmakedepends="automake libtool nasm pkg-config python3-Cython"
+makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
  libxml2-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
-distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
-checksum=b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97
+distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
+checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
 
 pre_configure() {
 	./autogen.sh

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (6 preceding siblings ...)
  2020-12-12 20:24 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 20:25 ` kawaiiamber
  2020-12-12 20:29 ` kawaiiamber
                   ` (100 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From b127dd90ebac98e6a68bf6eef2895451d1f789c6 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:25:39 -0700
Subject: [PATCH 2/2] New package: tspreed-1.2.1

---
 srcpkgs/amfora/template      |  8 +++++++-
 srcpkgs/polybar/template     |  7 +++----
 srcpkgs/tspreed/template     |  3 +--
 srcpkgs/vapoursynth/template | 12 ++++++------
 4 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template
index f44c714be21..71563985278 100644
--- a/srcpkgs/amfora/template
+++ b/srcpkgs/amfora/template
@@ -1,12 +1,18 @@
 # Template file for 'amfora'
 pkgname=amfora
 version=1.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/makeworld-the-better-one/${pkgname}"
 short_desc="Fancy terminal browser for the Gemini protocol"
 maintainer="Stacy Harper <contact@stacyharper.net>"
 license="GPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/amfora"
+changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
 distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
 checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9
+
+post_install() {
+	vinstall amfora.desktop 644 usr/share/applications/
+	vsconf default-config.toml
+}
diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 77ef6866329..0854ced0eb0 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,8 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.0
+version=3.5.1
 revision=1
-wrksrc="$pkgname"
 build_style=cmake
 configure_args="
  -DENABLE_ALSA=$(vopt_if alsa ON OFF)
@@ -25,8 +24,8 @@ short_desc="Fast and easy-to-use status bar"
 maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
-distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
-checksum=e8c1798c195854852fc7c99703287294123381101b371f171d4aa540aeb17afd
+distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
+checksum=d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"
diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,8 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index a19190ab8e2..da9181e67ce 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,18 +1,18 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R50
-revision=3
+version=R52
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake pkg-config libtool nasm python3-Cython"
-makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
+hostmakedepends="automake libtool nasm pkg-config python3-Cython"
+makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
  libxml2-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
-distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
-checksum=b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97
+distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
+checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
 
 pre_configure() {
 	./autogen.sh

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (7 preceding siblings ...)
  2020-12-12 20:25 ` kawaiiamber
@ 2020-12-12 20:29 ` kawaiiamber
  2020-12-12 20:34 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (99 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:29 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743831591

Comment:
Umm, I tried squashing the commits and now there's more files changed for some reason. I just want to change the tspreed file (I'm not a master of git...)

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (8 preceding siblings ...)
  2020-12-12 20:29 ` kawaiiamber
@ 2020-12-12 20:34 ` kawaiiamber
  2020-12-12 20:36 ` ndowens
                   ` (98 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From b127dd90ebac98e6a68bf6eef2895451d1f789c6 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:25:39 -0700
Subject: [PATCH 2/2] New package: tspreed-1.2.1

---
 srcpkgs/amfora/template      |  8 +++++++-
 srcpkgs/polybar/template     |  7 +++----
 srcpkgs/tspreed/template     |  3 +--
 srcpkgs/vapoursynth/template | 12 ++++++------
 4 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template
index f44c714be21..71563985278 100644
--- a/srcpkgs/amfora/template
+++ b/srcpkgs/amfora/template
@@ -1,12 +1,18 @@
 # Template file for 'amfora'
 pkgname=amfora
 version=1.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/makeworld-the-better-one/${pkgname}"
 short_desc="Fancy terminal browser for the Gemini protocol"
 maintainer="Stacy Harper <contact@stacyharper.net>"
 license="GPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/amfora"
+changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
 distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
 checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9
+
+post_install() {
+	vinstall amfora.desktop 644 usr/share/applications/
+	vsconf default-config.toml
+}
diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 77ef6866329..0854ced0eb0 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,8 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.0
+version=3.5.1
 revision=1
-wrksrc="$pkgname"
 build_style=cmake
 configure_args="
  -DENABLE_ALSA=$(vopt_if alsa ON OFF)
@@ -25,8 +24,8 @@ short_desc="Fast and easy-to-use status bar"
 maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
-distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
-checksum=e8c1798c195854852fc7c99703287294123381101b371f171d4aa540aeb17afd
+distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
+checksum=d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"
diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,8 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index a19190ab8e2..da9181e67ce 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,18 +1,18 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R50
-revision=3
+version=R52
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake pkg-config libtool nasm python3-Cython"
-makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
+hostmakedepends="automake libtool nasm pkg-config python3-Cython"
+makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
  libxml2-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
-distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
-checksum=b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97
+distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
+checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
 
 pre_configure() {
 	./autogen.sh

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (9 preceding siblings ...)
  2020-12-12 20:34 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 20:36 ` ndowens
  2020-12-12 20:37 ` kawaiiamber
                   ` (97 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 20:36 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743838818

Comment:
> Umm, I tried squashing the commits and now there's more files changed for some reason. I just want to change the tspreed file (I'm not a master of git...)

Switch to master and do git pull upstream(assuming you have https://github.com/void-linux/void-packages as upstream) master --rebase ; git push origin master

In this branch git pull upstream master --rebase ; though I don't know if it will fix if you squashed any others that doesn't belong with this commit.

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (10 preceding siblings ...)
  2020-12-12 20:36 ` ndowens
@ 2020-12-12 20:37 ` kawaiiamber
  2020-12-12 20:42 ` ndowens
                   ` (96 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:37 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743840095

Comment:
Okay, looks like its back to just adding the tspreed template. I still am not sure how to fix Lint check failure.

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (11 preceding siblings ...)
  2020-12-12 20:37 ` kawaiiamber
@ 2020-12-12 20:42 ` ndowens
  2020-12-12 20:43 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (95 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 20:42 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743845364

Comment:
Remove vlicense line. Common licenses don't need it, licenses such as MIT, BSD* for example does need it

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (12 preceding siblings ...)
  2020-12-12 20:42 ` ndowens
@ 2020-12-12 20:43 ` kawaiiamber
  2020-12-12 20:43 ` kawaiiamber
                   ` (94 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/3] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From b127dd90ebac98e6a68bf6eef2895451d1f789c6 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:25:39 -0700
Subject: [PATCH 2/3] New package: tspreed-1.2.1

---
 srcpkgs/amfora/template      |  8 +++++++-
 srcpkgs/polybar/template     |  7 +++----
 srcpkgs/tspreed/template     |  3 +--
 srcpkgs/vapoursynth/template | 12 ++++++------
 4 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template
index f44c714be21..71563985278 100644
--- a/srcpkgs/amfora/template
+++ b/srcpkgs/amfora/template
@@ -1,12 +1,18 @@
 # Template file for 'amfora'
 pkgname=amfora
 version=1.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/makeworld-the-better-one/${pkgname}"
 short_desc="Fancy terminal browser for the Gemini protocol"
 maintainer="Stacy Harper <contact@stacyharper.net>"
 license="GPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/amfora"
+changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
 distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
 checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9
+
+post_install() {
+	vinstall amfora.desktop 644 usr/share/applications/
+	vsconf default-config.toml
+}
diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 77ef6866329..0854ced0eb0 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,8 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.0
+version=3.5.1
 revision=1
-wrksrc="$pkgname"
 build_style=cmake
 configure_args="
  -DENABLE_ALSA=$(vopt_if alsa ON OFF)
@@ -25,8 +24,8 @@ short_desc="Fast and easy-to-use status bar"
 maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
-distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
-checksum=e8c1798c195854852fc7c99703287294123381101b371f171d4aa540aeb17afd
+distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
+checksum=d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"
diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,8 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index a19190ab8e2..da9181e67ce 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,18 +1,18 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R50
-revision=3
+version=R52
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake pkg-config libtool nasm python3-Cython"
-makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
+hostmakedepends="automake libtool nasm pkg-config python3-Cython"
+makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
  libxml2-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
-distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
-checksum=b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97
+distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
+checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
 
 pre_configure() {
 	./autogen.sh

From f802014c3e3e7338a34fad595830884753e5cd7a Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:43:02 -0700
Subject: [PATCH 3/3] Removed vlicense line

---
 srcpkgs/tspreed/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index f0022227b4d..e9ffa62b97b 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -10,6 +10,5 @@ distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
 checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
 
 do_install() {
-	vlicense LICENSE
 	vbin tspreed
 }

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (13 preceding siblings ...)
  2020-12-12 20:43 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 20:43 ` kawaiiamber
  2020-12-12 20:46 ` ndowens
                   ` (93 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:43 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743846838

Comment:
Removed vlicense line

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (14 preceding siblings ...)
  2020-12-12 20:43 ` kawaiiamber
@ 2020-12-12 20:46 ` ndowens
  2020-12-12 20:48 ` ndowens
                   ` (92 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 20:46 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743849950

Comment:
To squash your commits, do: git rebase -i HEAD~4 and the commits related to this package, first commit change p to r (reword), other 3 change p to f (fixup). When editor comes up change commit message to: New package: tspreed-1.2.1 , save and then git rebase --continue

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (15 preceding siblings ...)
  2020-12-12 20:46 ` ndowens
@ 2020-12-12 20:48 ` ndowens
  2020-12-12 20:51 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (91 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 20:48 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743851831

Comment:
Error is that you need to change the very first line to: # Template file for 'tspreed' instead of # Template file for 'teespreed'

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (16 preceding siblings ...)
  2020-12-12 20:48 ` ndowens
@ 2020-12-12 20:51 ` kawaiiamber
  2020-12-12 20:52 ` ndowens
                   ` (90 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/4] Add tspreed

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..3a75220864a
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-configure
+short_desc="terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vlicense LICENSE
+	vbin tspreed
+}

From b127dd90ebac98e6a68bf6eef2895451d1f789c6 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:25:39 -0700
Subject: [PATCH 2/4] New package: tspreed-1.2.1

---
 srcpkgs/amfora/template      |  8 +++++++-
 srcpkgs/polybar/template     |  7 +++----
 srcpkgs/tspreed/template     |  3 +--
 srcpkgs/vapoursynth/template | 12 ++++++------
 4 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template
index f44c714be21..71563985278 100644
--- a/srcpkgs/amfora/template
+++ b/srcpkgs/amfora/template
@@ -1,12 +1,18 @@
 # Template file for 'amfora'
 pkgname=amfora
 version=1.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/makeworld-the-better-one/${pkgname}"
 short_desc="Fancy terminal browser for the Gemini protocol"
 maintainer="Stacy Harper <contact@stacyharper.net>"
 license="GPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/amfora"
+changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
 distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
 checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9
+
+post_install() {
+	vinstall amfora.desktop 644 usr/share/applications/
+	vsconf default-config.toml
+}
diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 77ef6866329..0854ced0eb0 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,8 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.0
+version=3.5.1
 revision=1
-wrksrc="$pkgname"
 build_style=cmake
 configure_args="
  -DENABLE_ALSA=$(vopt_if alsa ON OFF)
@@ -25,8 +24,8 @@ short_desc="Fast and easy-to-use status bar"
 maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
-distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
-checksum=e8c1798c195854852fc7c99703287294123381101b371f171d4aa540aeb17afd
+distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
+checksum=d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"
diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 3a75220864a..f0022227b4d 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,8 +2,7 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
-build_style=gnu-configure
-short_desc="terminal RSVP speed reader with Spritz-like functionality"
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index a19190ab8e2..da9181e67ce 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,18 +1,18 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R50
-revision=3
+version=R52
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake pkg-config libtool nasm python3-Cython"
-makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
+hostmakedepends="automake libtool nasm pkg-config python3-Cython"
+makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
  libxml2-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
-distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
-checksum=b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97
+distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
+checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
 
 pre_configure() {
 	./autogen.sh

From f802014c3e3e7338a34fad595830884753e5cd7a Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:43:02 -0700
Subject: [PATCH 3/4] Removed vlicense line

---
 srcpkgs/tspreed/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index f0022227b4d..e9ffa62b97b 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -10,6 +10,5 @@ distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
 checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
 
 do_install() {
-	vlicense LICENSE
 	vbin tspreed
 }

From 8af8a9045eaab17e1d9a93ba763ddd17e0aba8bb Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 13:50:55 -0700
Subject: [PATCH 4/4] Lint check fix

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index e9ffa62b97b..d2132fb5023 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -1,4 +1,4 @@
-# Template file for 'teespreed'
+# Template file for 'tspreed'
 pkgname=tspreed
 version=1.2.1
 revision=1

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (17 preceding siblings ...)
  2020-12-12 20:51 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 20:52 ` ndowens
  2020-12-12 20:53 ` kawaiiamber
                   ` (89 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 20:52 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743849950

Comment:
To squash your commits, do: git rebase -i HEAD~5 and the commits related to this package, first commit change p to r (reword), other 3 change p to f (fixup). When editor comes up change commit message to: New package: tspreed-1.2.1 , save and then git rebase --continue

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (18 preceding siblings ...)
  2020-12-12 20:52 ` ndowens
@ 2020-12-12 20:53 ` kawaiiamber
  2020-12-12 20:54 ` ndowens
                   ` (88 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 20:53 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743858007

Comment:
I'm a little new to git myself, the squash instructions fail for me. I'll keep trying stuff if squashing commits is requirement.

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (19 preceding siblings ...)
  2020-12-12 20:53 ` kawaiiamber
@ 2020-12-12 20:54 ` ndowens
  2020-12-12 21:00 ` kawaiiamber
                   ` (87 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 20:54 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743859097

Comment:
> I'm a little new to git myself, the squash instructions fail for me. I'll keep trying stuff if squashing commits is requirement.

It kinda is because no need to many commit msgs when it only relates to one pkg.

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (20 preceding siblings ...)
  2020-12-12 20:54 ` ndowens
@ 2020-12-12 21:00 ` kawaiiamber
  2020-12-12 21:02 ` ericonr
                   ` (86 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:00 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743864615

Comment:
I did git rebase -i HEAD~5 and it pulls up what looks like vim with this
```
  1 pick f42d507647 qemu: fix patch
  2 pick dba1c48a43 Add tspreed
  3 pick b127dd90eb New package: tspreed-1.2.1
  4 pick d7e25a2f92 polybar: update to 3.5.1.
  5 pick e945ff7070 amfora: install .desktop, sample config
  6 pick ee18ba1f2f vapoursynth: update to R52
  7 pick f802014c3e Removed vlicense line
  8
  9 # Rebase 079bba41c1..f802014c3e onto 079bba41c1 (7 commands)
 10 #
 11 # Commands:
 12 # p, pick <commit> = use commit
 13 # r, reword <commit> = use commit, but edit the commit message
 14 # e, edit <commit> = use commit, but stop for amending
 15 # s, squash <commit> = use commit, but meld into previous commit
 16 # f, fixup <commit> = like "squash", but discard this commit's log message
 17 # x, exec <command> = run command (the rest of the line) using shell
 18 # b, break = stop here (continue rebase later with 'git rebase --continue')
 19 # d, drop <commit> = remove commit
 20 # l, label <label> = label current HEAD with a name
 21 # t, reset <label> = reset HEAD to a label
 22 # m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]
 23 # .       create a merge commit using the original merge commit's
 24 # .       message (or the oneline, if no original merge commit was
 25 # .       specified). Use -c <commit> to reword the commit message.
 26 #
 27 # These lines can be re-ordered; they are executed from top to bottom.
 28 #
 29 # If you remove a line here THAT COMMIT WILL BE LOST.
 30 #
 31 # However, if you remove everything, the rebase will be aborted.
 32 #
```

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (21 preceding siblings ...)
  2020-12-12 21:00 ` kawaiiamber
@ 2020-12-12 21:02 ` ericonr
  2020-12-12 21:02 ` [PR PATCH] [Closed]: " ericonr
                   ` (85 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ericonr @ 2020-12-12 21:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743867267

Comment:
You want to make it look like:

```
  1 pick f42d507647 qemu: fix patch
   4 pick d7e25a2f92 polybar: update to 3.5.1.
  5 pick e945ff7070 amfora: install .desktop, sample config
  6 pick ee18ba1f2f vapoursynth: update to R52
2 pick dba1c48a43 Add tspreed
  3 squash b127dd90eb New package: tspreed-1.2.1
  7 fixup f802014c3e Removed vlicense line
```

Then edit the final commit message

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

* Re: [PR PATCH] [Closed]: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (22 preceding siblings ...)
  2020-12-12 21:02 ` ericonr
@ 2020-12-12 21:02 ` ericonr
  2020-12-12 21:03 ` ericonr
                   ` (84 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ericonr @ 2020-12-12 21:02 UTC (permalink / raw)
  To: ml

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

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

Add tspreed
https://github.com/void-linux/void-packages/pull/27113

Description:
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (23 preceding siblings ...)
  2020-12-12 21:02 ` [PR PATCH] [Closed]: " ericonr
@ 2020-12-12 21:03 ` ericonr
  2020-12-12 21:08 ` kawaiiamber
                   ` (83 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ericonr @ 2020-12-12 21:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743868173

Comment:
Wow! Really sorry, I must have misclicked

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (24 preceding siblings ...)
  2020-12-12 21:03 ` ericonr
@ 2020-12-12 21:08 ` kawaiiamber
  2020-12-12 21:10 ` kawaiiamber
                   ` (82 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:08 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743874230

Comment:
```
[amber@otaku ~/projx/repos/void-packages]$ git push origin tspreed
Username for 'https://github.com': kawaiiamber
Password for 'https://kawaiiamber@github.com':
To https://github.com/kawaiiamber/void-packages.git
 ! [rejected]              tspreed -> tspreed (non-fast-forward)
error: failed to push some refs to 'https://github.com/kawaiiamber/void-packages.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
```

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (25 preceding siblings ...)
  2020-12-12 21:08 ` kawaiiamber
@ 2020-12-12 21:10 ` kawaiiamber
  2020-12-12 21:11 ` ndowens
                   ` (81 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:10 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743874230

Comment:
```
[amber@otaku ~/projx/repos/void-packages]$ git push origin tspreed
Username for 'https://github.com': kawaiiamber
Password for 'https://kawaiiamber@github.com':
To https://github.com/kawaiiamber/void-packages.git
 ! [rejected]              tspreed -> tspreed (non-fast-forward)
error: failed to push some refs to 'https://github.com/kawaiiamber/void-packages.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
```
This was after I did git rebase -i HEAD~5 and made it look like suggested with squash and fixup. Then, git rebase --continue, then the above...

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (26 preceding siblings ...)
  2020-12-12 21:10 ` kawaiiamber
@ 2020-12-12 21:11 ` ndowens
  2020-12-12 21:12 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (80 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 21:11 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743877112

Comment:
You have to force push,: git push origin tspreed -f

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (27 preceding siblings ...)
  2020-12-12 21:11 ` ndowens
@ 2020-12-12 21:12 ` kawaiiamber
  2020-12-12 21:13 ` kawaiiamber
                   ` (79 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 752c4d33781e932aa8ed3eec9e3fa4bf161eba7d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] Add tspreed

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..e9ffa62b97b
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,14 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vbin tspreed
+}

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (28 preceding siblings ...)
  2020-12-12 21:12 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 21:13 ` kawaiiamber
  2020-12-12 21:13 ` ndowens
                   ` (78 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:13 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743879239

Comment:
Force pushed squashed commits.

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (29 preceding siblings ...)
  2020-12-12 21:13 ` kawaiiamber
@ 2020-12-12 21:13 ` ndowens
  2020-12-12 21:14 ` ndowens
                   ` (77 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 21:13 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743879772

Comment:
You didnt edit the first one to change commit message and now something happened to break lint again

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (30 preceding siblings ...)
  2020-12-12 21:13 ` ndowens
@ 2020-12-12 21:14 ` ndowens
  2020-12-12 21:15 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (76 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 21:14 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743879772

Comment:
You didnt edit the first one to change commit message and now something happened to break lint again

Edit: Seems change of #template line got reverted

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (31 preceding siblings ...)
  2020-12-12 21:14 ` ndowens
@ 2020-12-12 21:15 ` kawaiiamber
  2020-12-12 21:16 ` kawaiiamber
                   ` (75 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 752c4d33781e932aa8ed3eec9e3fa4bf161eba7d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] Add tspreed

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..e9ffa62b97b
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,14 @@
+# Template file for 'teespreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vbin tspreed
+}

From 492ee6950f097d46303cb6ba47b557f627c2c688 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 14:14:49 -0700
Subject: [PATCH 2/2] New package: tspreed-1.2.1

---
 srcpkgs/tspreed/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index e9ffa62b97b..d2132fb5023 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -1,4 +1,4 @@
-# Template file for 'teespreed'
+# Template file for 'tspreed'
 pkgname=tspreed
 version=1.2.1
 revision=1

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (32 preceding siblings ...)
  2020-12-12 21:15 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 21:16 ` kawaiiamber
  2020-12-12 21:16 ` kawaiiamber
                   ` (74 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 1cfc9e31136a63edecd7f43be468d4cb5d11a0ea Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..d2132fb5023
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,14 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vbin tspreed
+}

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (33 preceding siblings ...)
  2020-12-12 21:16 ` kawaiiamber
@ 2020-12-12 21:16 ` kawaiiamber
  2020-12-12 21:16 ` ndowens
                   ` (73 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:16 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743883230

Comment:
I think everything is fixed now. Thanks for the help.

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (34 preceding siblings ...)
  2020-12-12 21:16 ` kawaiiamber
@ 2020-12-12 21:16 ` ndowens
  2020-12-12 21:18 ` kawaiiamber
                   ` (72 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 21:16 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743883292

Comment:
Almost but no. You added to commit message, not changed change p to r in git rebase -i HEAD~1

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (35 preceding siblings ...)
  2020-12-12 21:16 ` ndowens
@ 2020-12-12 21:18 ` kawaiiamber
  2020-12-12 21:19 ` ndowens
                   ` (71 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:18 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743885022

Comment:
Oh. How would I fix it? I take it I first to git rebase -i HEAD~1, then what exactly does the file need to look like, then the next prompt?

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (36 preceding siblings ...)
  2020-12-12 21:18 ` kawaiiamber
@ 2020-12-12 21:19 ` ndowens
  2020-12-12 21:22 ` kawaiiamber
                   ` (70 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 21:19 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743886161

Comment:
Since you added, Remove the first two lines and write: New package: tspreed-1.2.1

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (37 preceding siblings ...)
  2020-12-12 21:19 ` ndowens
@ 2020-12-12 21:22 ` kawaiiamber
  2020-12-12 21:26 ` ndowens
                   ` (69 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:22 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743889198

Comment:
Upon running git rebase -i HEAD~1, is this what it should look like?
```
  1 pick 1cfc9e3113 New package: tspreed-1.2.1
  2
  3 # Rebase ee18ba1f2f..1cfc9e3113 onto ee18ba1f2f (1 command)
  4 #
  5 # Commands:
  6 # p, pick <commit> = use commit
  7 # r, reword <commit> = use commit, but edit the commit message
  8 # e, edit <commit> = use commit, but stop for amending
  9 # s, squash <commit> = use commit, but meld into previous commit
 10 # f, fixup <commit> = like "squash", but discard this commit's log message
 11 # x, exec <command> = run command (the rest of the line) using shell
 12 # b, break = stop here (continue rebase later with 'git rebase --continue')
 13 # d, drop <commit> = remove commit
 14 # l, label <label> = label current HEAD with a name
 15 # t, reset <label> = reset HEAD to a label
 16 # m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]
 17 # .       create a merge commit using the original merge commit's
 18 # .       message (or the oneline, if no original merge commit was
 19 # .       specified). Use -c <commit> to reword the commit message.
 20 #
 21 # These lines can be re-ordered; they are executed from top to bottom.
 22 #
 23 # If you remove a line here THAT COMMIT WILL BE LOST.
 24 #
 25 # However, if you remove everything, the rebase will be aborted.
 26 #
```

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (38 preceding siblings ...)
  2020-12-12 21:22 ` kawaiiamber
@ 2020-12-12 21:26 ` ndowens
  2020-12-12 21:27 ` kawaiiamber
                   ` (68 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 21:26 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743893064

Comment:
Yup 

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (39 preceding siblings ...)
  2020-12-12 21:26 ` ndowens
@ 2020-12-12 21:27 ` kawaiiamber
  2020-12-12 21:30 ` ndowens
                   ` (67 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:27 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743894545

Comment:
After :wq, I get
`Successfully rebased and updated refs/heads/tspreed.`

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (40 preceding siblings ...)
  2020-12-12 21:27 ` kawaiiamber
@ 2020-12-12 21:30 ` ndowens
  2020-12-12 21:31 ` kawaiiamber
                   ` (66 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ndowens @ 2020-12-12 21:30 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743897002

Comment:
Looks like it is fine now, maybe it was something on my end

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (41 preceding siblings ...)
  2020-12-12 21:30 ` ndowens
@ 2020-12-12 21:31 ` kawaiiamber
  2020-12-12 22:16 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (65 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 21:31 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743898855

Comment:
I push all final changes just to be safe.
```
[amber@otaku ~/projx/repos/void-packages]$ git push origin tspreed
Username for 'https://github.com': kawaiiamber
Password for 'https://kawaiiamber@github.com':
Everything up-to-date
[amber@otaku ~/projx/repos/void-packages]$
```
On my end, there seems to be one commit with "New package: tspreed-1.2.1"

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (42 preceding siblings ...)
  2020-12-12 21:31 ` kawaiiamber
@ 2020-12-12 22:16 ` kawaiiamber
  2020-12-12 22:17 ` kawaiiamber
                   ` (64 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 22:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 1cfc9e31136a63edecd7f43be468d4cb5d11a0ea Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..d2132fb5023
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,14 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vbin tspreed
+}

From 47c25bc90e8df04d44dff535a6f263db3a4dcf4d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 15:16:35 -0700
Subject: [PATCH 2/2] New package: tspreed-1.2.1

---
 srcpkgs/tspreed/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index d2132fb5023..aeb1cdba48e 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -11,4 +11,5 @@ checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
 
 do_install() {
 	vbin tspreed
+	vman tspreed.1
 }

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

* Re: [PR PATCH] [Updated] Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (43 preceding siblings ...)
  2020-12-12 22:16 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-12 22:17 ` kawaiiamber
  2020-12-12 22:20 ` kawaiiamber
                   ` (63 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 22:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

Add tspreed
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From f95419529c0aff19110ff5579372dde2039c247d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..aeb1cdba48e
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,15 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vbin tspreed
+	vman tspreed.1
+}

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

* Re: Add tspreed
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (44 preceding siblings ...)
  2020-12-12 22:17 ` kawaiiamber
@ 2020-12-12 22:20 ` kawaiiamber
  2020-12-13 22:10 ` [PR PATCH] [Updated] New package: tspreed-1.2.1 kawaiiamber
                   ` (62 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-12 22:20 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-743913232

Comment:
Added vman tspreed.1 for the man page.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (45 preceding siblings ...)
  2020-12-12 22:20 ` kawaiiamber
@ 2020-12-13 22:10 ` kawaiiamber
  2020-12-13 22:11 ` kawaiiamber
                   ` (61 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-13 22:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From f95419529c0aff19110ff5579372dde2039c247d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/3] New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..aeb1cdba48e
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,15 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+
+do_install() {
+	vbin tspreed
+	vman tspreed.1
+}

From c10eb4a185eeb866575a3e6b0d539e02ecfbcdad Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sun, 13 Dec 2020 15:09:42 -0700
Subject: [PATCH 2/3] removed quotes

---
 srcpkgs/ffcast/template  | 23 +++++++++++++++++++++++
 srcpkgs/tspreed/template |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/ffcast/template

diff --git a/srcpkgs/ffcast/template b/srcpkgs/ffcast/template
new file mode 100644
index 00000000000..259d0e76fee
--- /dev/null
+++ b/srcpkgs/ffcast/template
@@ -0,0 +1,23 @@
+# Template file for 'ffcast'
+pkgname=ffcast
+version=2.5.0
+revision=1
+depends="bash ffmpeg ImageMagick xdpyinfo xprop xwininfo"
+makedepends="autoconf automake"
+short_desc="Run command on rectangular screen regions"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lolilolicon/FFcast"
+distfiles="https://github.com/lolilolicon/FFcast/archive/${version}tar.gz"
+checksum=09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30
+
+do_build() {
+	bootstrap
+	configure --prefix /usr --libexecdir /usr/lib
+	make
+}
+
+do_install() {
+	make install
+	vinstall README.asciidoc 664 usr/share/doc/$pkgname
+}
diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index aeb1cdba48e..2134b3bf236 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -7,7 +7,7 @@ maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
 distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
-checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8"
+checksum=a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8
 
 do_install() {
 	vbin tspreed

From 7b2b4acb7cc49b1f0a999610a39139a72177574b Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sun, 13 Dec 2020 15:10:12 -0700
Subject: [PATCH 3/3] removed quotes

---
 srcpkgs/ffcast/template | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 srcpkgs/ffcast/template

diff --git a/srcpkgs/ffcast/template b/srcpkgs/ffcast/template
deleted file mode 100644
index 259d0e76fee..00000000000
--- a/srcpkgs/ffcast/template
+++ /dev/null
@@ -1,23 +0,0 @@
-# Template file for 'ffcast'
-pkgname=ffcast
-version=2.5.0
-revision=1
-depends="bash ffmpeg ImageMagick xdpyinfo xprop xwininfo"
-makedepends="autoconf automake"
-short_desc="Run command on rectangular screen regions"
-maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/lolilolicon/FFcast"
-distfiles="https://github.com/lolilolicon/FFcast/archive/${version}tar.gz"
-checksum=09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30
-
-do_build() {
-	bootstrap
-	configure --prefix /usr --libexecdir /usr/lib
-	make
-}
-
-do_install() {
-	make install
-	vinstall README.asciidoc 664 usr/share/doc/$pkgname
-}

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (46 preceding siblings ...)
  2020-12-13 22:10 ` [PR PATCH] [Updated] New package: tspreed-1.2.1 kawaiiamber
@ 2020-12-13 22:11 ` kawaiiamber
  2020-12-14  8:07 ` paper42
                   ` (60 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-13 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 72c109624e08b737ed8f9f7b5df4922b16ebad3d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.1

New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..2134b3bf236
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,15 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8
+
+do_install() {
+	vbin tspreed
+	vman tspreed.1
+}

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (47 preceding siblings ...)
  2020-12-13 22:11 ` kawaiiamber
@ 2020-12-14  8:07 ` paper42
  2020-12-14 18:22 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (59 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: paper42 @ 2020-12-14  8:07 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-744257960

Comment:
Hi, the project has a Makefile, could you delete the do_install function and add build_style=gnu-makefile? Always prefer build_style if possible.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (48 preceding siblings ...)
  2020-12-14  8:07 ` paper42
@ 2020-12-14 18:22 ` kawaiiamber
  2020-12-14 18:22 ` kawaiiamber
                   ` (58 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-14 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 72c109624e08b737ed8f9f7b5df4922b16ebad3d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH 1/2] New package: tspreed-1.2.1

New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..2134b3bf236
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,15 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8
+
+do_install() {
+	vbin tspreed
+	vman tspreed.1
+}

From 810e40dac3f7eea02b94576a6eb21eb96d0dce97 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 14 Dec 2020 11:21:40 -0700
Subject: [PATCH 2/2] New package: tspreed-1.2.1

---
 srcpkgs/tspreed/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
index 2134b3bf236..ad66b9091ec 100644
--- a/srcpkgs/tspreed/template
+++ b/srcpkgs/tspreed/template
@@ -2,14 +2,10 @@
 pkgname=tspreed
 version=1.2.1
 revision=1
+build_style=gnu-makefile
 short_desc="Terminal RSVP speed reader with Spritz-like functionality"
 maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/n-ivkovic/tspreed"
 distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
 checksum=a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8
-
-do_install() {
-	vbin tspreed
-	vman tspreed.1
-}

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (49 preceding siblings ...)
  2020-12-14 18:22 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-14 18:22 ` kawaiiamber
  2020-12-14 18:23 ` kawaiiamber
                   ` (57 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-14 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 55708f232bcdd67915ab65f1eb5d307a592e9661 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..ad66b9091ec
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,11 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (50 preceding siblings ...)
  2020-12-14 18:22 ` kawaiiamber
@ 2020-12-14 18:23 ` kawaiiamber
  2020-12-14 18:26 ` kawaiiamber
                   ` (56 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-14 18:23 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-744623616

Comment:
Removed `do_install()` and added `build_style=gnu-make`, sorry for the delay.

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (51 preceding siblings ...)
  2020-12-14 18:23 ` kawaiiamber
@ 2020-12-14 18:26 ` kawaiiamber
  2020-12-14 21:46 ` paper42
                   ` (55 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-14 18:26 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-744625475

Comment:
The checks are now failing with the following:
```
chown: changing ownership of '/usr/local/share/man/man1/tspreed.1': Invalid argument
make: *** [Makefile:32: install] Error 1
=> ERROR: tspreed-1.2.1_1: do_install: '${make_cmd} STRIP=true PREFIX=/usr DESTDIR=${DESTDIR}
${make_install_args} ${make_install_target}' exited with 2
=> ERROR:   in do_install() at common/build-style/gnu-makefile.sh:40
```
It looks like it's failing to do something with ownership of the man page?

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (52 preceding siblings ...)
  2020-12-14 18:26 ` kawaiiamber
@ 2020-12-14 21:46 ` paper42
  2020-12-14 22:26 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (54 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: paper42 @ 2020-12-14 21:46 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-744730905

Comment:
looking at the makefile, this seems to be the first issue I see...
```
chown 644 $(MANDIR)$(EXEC).$(MANSEC)
```
chown's first parameter is the username of the owner of the file, so it seems like the command should be `chmod`. The Makefile is exceptionally bad in this package, so I take my recommendation back. You can try to fix the makefile upstream or use the do_install function without build_style like you were using previously. I am sorry I recommended something wrong to you, but it seems to be the project's fault. Makefiles should never touch ~/.config nor should they try to change the owner of files.


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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (53 preceding siblings ...)
  2020-12-14 21:46 ` paper42
@ 2020-12-14 22:26 ` kawaiiamber
  2020-12-14 22:27 ` kawaiiamber
                   ` (53 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-14 22:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 83bdbc9dc19d33b9b194f2faa907c775c0700670 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.1

New package: tspreed-1.2.1
---
 srcpkgs/tspreed/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..2134b3bf236
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,15 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.1
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8
+
+do_install() {
+	vbin tspreed
+	vman tspreed.1
+}

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (54 preceding siblings ...)
  2020-12-14 22:26 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-14 22:27 ` kawaiiamber
  2020-12-14 23:07 ` kawaiiamber
                   ` (52 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-14 22:27 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-744750071

Comment:
No problem, understood. I updated to use `vbin` and `vman` as upstream's Makefile seems to have problems.

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (55 preceding siblings ...)
  2020-12-14 22:27 ` kawaiiamber
@ 2020-12-14 23:07 ` kawaiiamber
  2020-12-16 14:16 ` n-ivkovic
                   ` (51 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-14 23:07 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-744769280

Comment:
I made PR for change of `chown` to `chmod` [here](https://github.com/n-ivkovic/tspreed/pull/6). Until upstream fixes Makefile, I hope using `vbin` and `vman` is acceptable.

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (56 preceding siblings ...)
  2020-12-14 23:07 ` kawaiiamber
@ 2020-12-16 14:16 ` n-ivkovic
  2020-12-16 19:08 ` kawaiiamber
                   ` (50 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: n-ivkovic @ 2020-12-16 14:16 UTC (permalink / raw)
  To: ml

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

New comment by n-ivkovic on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746356485

Comment:
Hi, I'm the developer of tspreed. I would first like to say I am very grateful for you creating a Void Linux package for tspreed.

Soon tspreed 1.2.2 will be released, assuming no additional fixes will need to be made. As of this release the new file ./default.rc will be copied to /etc/tspreed/tspreed.rc when tspreed is installed. This functionality is included in the makefile in the develop branch of tspreed, ready to be merged into master for the release.

I wish to request a change be made to the package template once 1.2.2 is released in order to perform the copying of the config file. I believe adding the following to `do_install()` will work as intended:
```
vconf default.rc tspreed/tspreed.rc
```
Please feel free to implement the intended functionality however you wish, you will be the maintainer after all.

If you wish to implement these changes and have this PR be merged only once 1.2.2 is released, please be prepared to wait possibly over a week before the release happens. I will be busy with commitments over the next few days so I may not be able to release the update in that time, however I can guarantee the update will be released within the next 1.5 weeks.

If you do not wish to wait for the release feel free to continue with the merge as you would have before and implement the change at a later date.

If you agree to implement this change, whether it be part of this PR or later on, I'm happy to list this package as the preferred installation method for Void Linux users under the installation section of the README.

Please feel free to ask for any clarification or provide any critique/feedback.

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (57 preceding siblings ...)
  2020-12-16 14:16 ` n-ivkovic
@ 2020-12-16 19:08 ` kawaiiamber
  2020-12-16 19:16 ` kawaiiamber
                   ` (49 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-16 19:08 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652

Comment:
Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (58 preceding siblings ...)
  2020-12-16 19:08 ` kawaiiamber
@ 2020-12-16 19:16 ` kawaiiamber
  2020-12-16 19:17 ` kawaiiamber
                   ` (48 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-16 19:16 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652

Comment:
Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~
I'm thinking that if the relase comes after (if) this package gets merged, one way to implement it might be.
````
vmkdir ${DESTDIR}/etc/tspreed
vcopy ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed
````

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (59 preceding siblings ...)
  2020-12-16 19:16 ` kawaiiamber
@ 2020-12-16 19:17 ` kawaiiamber
  2020-12-16 19:20 ` kawaiiamber
                   ` (47 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-16 19:17 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652

Comment:
Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~
I'm thinking that if the relase comes after (if) this package gets merged, one way to implement it might be:
````
vmkdir ${DESTDIR}/etc/tspreed
vcopy ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed
````

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (60 preceding siblings ...)
  2020-12-16 19:17 ` kawaiiamber
@ 2020-12-16 19:20 ` kawaiiamber
  2020-12-16 19:23 ` kawaiiamber
                   ` (46 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-16 19:20 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652

Comment:
Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~
I'm thinking that if the relase comes after (if) this package gets merged, one way to implement it might be:
````
vmkdir ${DESTDIR}/etc/tspreed
vcopy ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed
````
Here's what `vconf()` says:
````
vconf() vconf <file> [<name>]

Installs file into etc in the pkg $DESTDIR. The optional 2nd argument can be used to change the file name.
````
I could be wrong, but I think that would copy `default.rc` to `/etc/default.rc` instead of `/etc/tspreed/default.rc` as desired. I'd love to hear others' thoughts ~

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (61 preceding siblings ...)
  2020-12-16 19:20 ` kawaiiamber
@ 2020-12-16 19:23 ` kawaiiamber
  2020-12-16 19:24 ` kawaiiamber
                   ` (45 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-16 19:23 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652

Comment:
Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~
I'm thinking that if the relase comes after (if) this package gets merged, one way to implement it might be:
````
vmkdir ${DESTDIR}/etc/tspreed
vcopy ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed
````
Here's what `vconf()` says:
````
vconf() vconf <file> [<name>]

Installs file into etc in the pkg $DESTDIR. The optional 2nd argument can be used to change the file name.
````
I could be wrong, but I think that would copy `default.rc` to `/etc/default.rc` instead of `/etc/tspreed/default.rc` as desired. Though, your suggestion of `vconf default.rc tspreed/tspreed.rc` looks promosing. I'd love to hear others' thoughts ~

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (62 preceding siblings ...)
  2020-12-16 19:23 ` kawaiiamber
@ 2020-12-16 19:24 ` kawaiiamber
  2020-12-18  0:28 ` kawaiiamber
                   ` (44 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-16 19:24 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652

Comment:
Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~
I'm thinking that if the relase comes after (if) this package gets merged, one way to implement it might be:
````
vmkdir ${DESTDIR}/etc/tspreed
vcopy ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed
````
Here's what `vconf()` says:
````
vconf() vconf <file> [<name>]

Installs file into etc in the pkg $DESTDIR. The optional 2nd argument can be used to change the file name.
````
I could be wrong, but I think that would copy `default.rc` to `/etc/default.rc` instead of `/etc/tspreed/default.rc` as desired. Though, your suggestion of `vconf default.rc tspreed/tspreed.rc` looks promising. I'd love to hear others' thoughts ~

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (63 preceding siblings ...)
  2020-12-16 19:24 ` kawaiiamber
@ 2020-12-18  0:28 ` kawaiiamber
  2020-12-18 14:38 ` n-ivkovic
                   ` (43 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18  0:28 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652

Comment:
Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (64 preceding siblings ...)
  2020-12-18  0:28 ` kawaiiamber
@ 2020-12-18 14:38 ` n-ivkovic
  2020-12-18 17:07 ` kawaiiamber
                   ` (42 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: n-ivkovic @ 2020-12-18 14:38 UTC (permalink / raw)
  To: ml

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

New comment by n-ivkovic on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748118261

Comment:
I should notify that tspreed 1.2.2 has now been released

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

* Re: New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (65 preceding siblings ...)
  2020-12-18 14:38 ` n-ivkovic
@ 2020-12-18 17:07 ` kawaiiamber
  2020-12-18 17:08 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (41 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 17:07 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748209055

Comment:
When trying `build_style=gnu-makefile` on v1.2.2, it reports that
```
=> ERROR: tspreed-1.2.2_1: PKGDESTDIR is empty and build_style != meta
=> ERROR: tspreed-1.2.2_1: cannot continue with installation!
```
It looks like `build_style` isn't successfully configuring the Makfile. I'll use the `do_install` function for now and play around and see if I can't get `build_style` to work.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (66 preceding siblings ...)
  2020-12-18 17:07 ` kawaiiamber
@ 2020-12-18 17:08 ` kawaiiamber
  2020-12-18 17:26 ` New package: tspreed-1.2.2 FollieHiyuki
                   ` (40 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 9bc5aa275cd0cfba75799717c5d24f5b1726e8c3 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

New package: tspreed-1.2.2
---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..acf2980a297
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=59ce8fe561a8745ec57d77dc701cdd81929ba743c5d0a63ed96176abf06c1c2b
+
+do_install() {
+	vbin ${wrksrc}/tspreed
+	vman ${wrksrc}/tspreed.1
+	vconf ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed.rc
+}

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (67 preceding siblings ...)
  2020-12-18 17:08 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-18 17:26 ` FollieHiyuki
  2020-12-18 17:29 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (39 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: FollieHiyuki @ 2020-12-18 17:26 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748217833

Comment:
You just need to delete the redundant directories inside `masterdir/destdir` and the build will proceed fine

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (68 preceding siblings ...)
  2020-12-18 17:26 ` New package: tspreed-1.2.2 FollieHiyuki
@ 2020-12-18 17:29 ` kawaiiamber
  2020-12-18 17:30 ` kawaiiamber
                   ` (38 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 3e1a4b6e484a8f6b2bcfaefa7be1bc1e5a2e1ddd Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

New package: tspreed-1.2.2
---
 srcpkgs/tspreed/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..9a8fbfb83c3
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,11 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=59ce8fe561a8745ec57d77dc701cdd81929ba743c5d0a63ed96176abf06c1c2b

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (69 preceding siblings ...)
  2020-12-18 17:29 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-18 17:30 ` kawaiiamber
  2020-12-18 17:32 ` kawaiiamber
                   ` (37 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 17:30 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748219813

Comment:
Okay, removed `do_install()` and added `build_style=gnu-makefile`

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (70 preceding siblings ...)
  2020-12-18 17:30 ` kawaiiamber
@ 2020-12-18 17:32 ` kawaiiamber
  2020-12-18 17:36 ` kawaiiamber
                   ` (36 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 17:32 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748219813

Comment:
This happens even after `./xbps-src clean`. I'll try remove `do_install()` and add `build_style=gnu-makefile` anyway

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (71 preceding siblings ...)
  2020-12-18 17:32 ` kawaiiamber
@ 2020-12-18 17:36 ` kawaiiamber
  2020-12-18 17:37 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (35 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 17:36 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748222687

Comment:
Checks still seem to fail with same error on both my end on the github checks even after `./xbps-src clean` and removing everything from `masterdir/destdir`, reverting to `do_install()`.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (72 preceding siblings ...)
  2020-12-18 17:36 ` kawaiiamber
@ 2020-12-18 17:37 ` kawaiiamber
  2020-12-18 20:52 ` n-ivkovic
                   ` (34 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 17:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 377b4506bae6badb725f76edaac855a80edb70b2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

New package: tspreed-1.2.2
---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..acf2980a297
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=59ce8fe561a8745ec57d77dc701cdd81929ba743c5d0a63ed96176abf06c1c2b
+
+do_install() {
+	vbin ${wrksrc}/tspreed
+	vman ${wrksrc}/tspreed.1
+	vconf ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed.rc
+}

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (73 preceding siblings ...)
  2020-12-18 17:37 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-18 20:52 ` n-ivkovic
  2020-12-18 21:15 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (33 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: n-ivkovic @ 2020-12-18 20:52 UTC (permalink / raw)
  To: ml

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

New comment by n-ivkovic on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748313059

Comment:
Hi @kawaiiamber, please note that default.rc will need to be installed as **/etc/tspreed/tspreed.rc**. The current use of `vconf` will not install default.rc to that destination.

According to the [docos](https://github.com/void-linux/void-packages/blob/master/Manual.md#global-functions), `vconf` will always copy the 1st argument into /etc/ (like how `vbin` copies the 1st argument into /usr/bin/), thus it appears currently default.rc will be installed as /etc/etc/tspreed.rc. I believe changing the use of `vconf` to the following will install default.rc in the correct destination:
```
vconf ${wrksrc}/default.rc tspreed/tspreed.rc
```
Please note that I am not a Void Linux user and do not have any xbps-based machine to test, so take my code changes with a grain of salt!

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (74 preceding siblings ...)
  2020-12-18 20:52 ` n-ivkovic
@ 2020-12-18 21:15 ` kawaiiamber
  2020-12-18 21:15 ` kawaiiamber
                   ` (32 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 21:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 7a2f6cb5d45044a97b8990816ecf92a46a2f92ea Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

New package: tspreed-1.2.2
---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..b1de7bcf534
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=59ce8fe561a8745ec57d77dc701cdd81929ba743c5d0a63ed96176abf06c1c2b
+
+do_install() {
+	vbin ${wrksrc}/tspreed
+	vman ${wrksrc}/tspreed.1
+	vconf ${wrksrc}/default.rc tspreed/tspreed.rc
+}

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (75 preceding siblings ...)
  2020-12-18 21:15 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-18 21:15 ` kawaiiamber
  2020-12-20 13:56 ` paper42
                   ` (31 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-18 21:15 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748323125

Comment:
Ah, I see. Thanks for pointing it out. Updated to use `vconf ${wrksrc}/default.rc tspreed/tspreed.rc`

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (76 preceding siblings ...)
  2020-12-18 21:15 ` kawaiiamber
@ 2020-12-20 13:56 ` paper42
  2020-12-20 14:19 ` kawaiiamber
                   ` (30 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: paper42 @ 2020-12-20 13:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748611045

Comment:
> When trying `build_style=gnu-makefile` on v1.2.2, it reports that
> 
> ```
> => ERROR: tspreed-1.2.2_1: PKGDESTDIR is empty and build_style != meta
> => ERROR: tspreed-1.2.2_1: cannot continue with installation!
> ```
> 
> It looks like `build_style` isn't successfully configuring the Makfile. I'll use the `do_install` function for now and play around and see if I can't get `build_style` to work.

The Makefile didn't respect `$DESTDIR`, so the package got installed to `/` instead of `/destdir`. I submitted a PR which should fix it: https://github.com/n-ivkovic/tspreed/pull/8


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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (77 preceding siblings ...)
  2020-12-20 13:56 ` paper42
@ 2020-12-20 14:19 ` kawaiiamber
  2020-12-20 14:27 ` kawaiiamber
                   ` (29 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-20 14:19 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748613881

Comment:
@paper42, wow! Thanks for the PR on upstream! I didn't know myself about those best practices about stuff like `$DESTDIR` for packages on distributions.

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (78 preceding siblings ...)
  2020-12-20 14:19 ` kawaiiamber
@ 2020-12-20 14:27 ` kawaiiamber
  2020-12-22 11:23 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (28 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-20 14:27 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-748613881

Comment:
@paper42, wow! Thanks for the PR on upstream! I didn't know myself about those best practices about stuff like `$DESTDIR` for packages on distributions. If your PR gets merged to upstream master, I'll see if strictly using `build_style=gnu-makefile` will work.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (79 preceding siblings ...)
  2020-12-20 14:27 ` kawaiiamber
@ 2020-12-22 11:23 ` kawaiiamber
  2020-12-22 11:24 ` kawaiiamber
                   ` (27 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-22 11:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From e35f201e63a8124d6f112043be7d15ef2c90f882 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

New package: tspreed-1.2.2
---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..e0098dda9d3
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=59ce8fe561a8745ec57d77dc701cdd81929ba743c5d0a63ed96176abf06c1c2b
+
+do_install() {
+	vbin tspreed
+	vman tspreed.1
+	vconf default.rc tspreed/tspreed.rc
+}

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (80 preceding siblings ...)
  2020-12-22 11:23 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-22 11:24 ` kawaiiamber
  2020-12-22 22:26 ` n-ivkovic
                   ` (26 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-22 11:24 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-749492737

Comment:
Removed redundant `${wrkwrc}` expansion. Keeping an eye out if the updated `Makefile` gets merged to upstream master branch.

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (81 preceding siblings ...)
  2020-12-22 11:24 ` kawaiiamber
@ 2020-12-22 22:26 ` n-ivkovic
  2020-12-22 22:40 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (25 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: n-ivkovic @ 2020-12-22 22:26 UTC (permalink / raw)
  To: ml

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

New comment by n-ivkovic on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-749808183

Comment:
The changes merged in https://github.com/n-ivkovic/tspreed/pull/8 have now been merged into master and the v1.2.2 tag + release have been moved to include these Makefile changes.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (82 preceding siblings ...)
  2020-12-22 22:26 ` n-ivkovic
@ 2020-12-22 22:40 ` kawaiiamber
  2020-12-22 22:41 ` paper42
                   ` (24 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-22 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 428263772fe891bc8e34f54ab58cd989f3d9b1af Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

New package: tspreed-1.2.2
---
 srcpkgs/tspreed/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..fd65148ab60
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,11 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (83 preceding siblings ...)
  2020-12-22 22:40 ` [PR PATCH] [Updated] " kawaiiamber
@ 2020-12-22 22:41 ` paper42
  2020-12-22 22:43 ` kawaiiamber
                   ` (23 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: paper42 @ 2020-12-22 22:41 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-749814688

Comment:
> ... and the v1.2.2 tag + release have been moved to include these Makefile changes.

Thanks, however moving a tag is generally not a good thing to do. Why? For example this PR is broken now. If you wanted to build it, it would fail, because the checksum changed. Also, you broke the AUR package where it's a bigger a problem, because users build the software manually there, so a checksum mismatch will (I think) jump at them them every time they try to install tspreed. If you want to add something new, just make a new release.


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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (84 preceding siblings ...)
  2020-12-22 22:41 ` paper42
@ 2020-12-22 22:43 ` kawaiiamber
  2020-12-22 22:44 ` paper42
                   ` (22 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2020-12-22 22:43 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-749815522

Comment:
Removed `do_install()` and added `build_style=gnu-makefile`, as well as updated the checksum.

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (85 preceding siblings ...)
  2020-12-22 22:43 ` kawaiiamber
@ 2020-12-22 22:44 ` paper42
  2020-12-25 15:22 ` n-ivkovic
                   ` (21 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: paper42 @ 2020-12-22 22:44 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-749814688

Comment:
> ... and the v1.2.2 tag + release have been moved to include these Makefile changes.

@n-ivkovic Thanks, however moving a tag is generally not a good thing to do. Why? For example this PR was broken until @kawaiiamber fixed it. If you wanted to build it, it would fail, because the checksum changed. Also, you broke the AUR package where it's a bigger a problem, because users build the software manually there, so a checksum mismatch will (I think) jump at them them every time they try to install tspreed. If you want to add something new, just make a new release.


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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (86 preceding siblings ...)
  2020-12-22 22:44 ` paper42
@ 2020-12-25 15:22 ` n-ivkovic
  2021-01-08 19:28 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (20 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: n-ivkovic @ 2020-12-25 15:22 UTC (permalink / raw)
  To: ml

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

New comment by n-ivkovic on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-751262558

Comment:
> ...moving a tag is generally not a good thing to do. Why? For example this PR was broken until kawaiiamber fixed it. If you wanted to build it, it would fail, because the checksum changed. Also, you broke the AUR package where it's a bigger a problem, because users build the software manually there, so a checksum mismatch will (I think) jump at them them every time they try to install tspreed

Apologies for this not-so-great approach. I was too focused on finding a quick and easy solution to including the updated Makefile without incrementing the version number (since there was no change to the actual script) and/or without breaking semantic versioning and did not think too far ahead about the consequences. I'll be sure to avoid moving tags unless absolutely necessary in future.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (87 preceding siblings ...)
  2020-12-25 15:22 ` n-ivkovic
@ 2021-01-08 19:28 ` kawaiiamber
  2021-01-08 19:30 ` kawaiiamber
                   ` (19 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-08 19:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 08c70f63d72d88683c8aaccd7b1da320078925da Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

---
 srcpkgs/tspreed/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..870af688ef0
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,12 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+conf_files="/etc/${pkgname}/${pkgname}.rc"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (88 preceding siblings ...)
  2021-01-08 19:28 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-08 19:30 ` kawaiiamber
  2021-01-08 19:32 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (18 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-08 19:30 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-756951989

Comment:
I was just reading through the void-packages manual and thought adding `conf_files` to the template would be appropriate given how `tspreed` now handles configuration.

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (89 preceding siblings ...)
  2021-01-08 19:30 ` kawaiiamber
@ 2021-01-08 19:32 ` kawaiiamber
  2021-01-08 19:32 ` kawaiiamber
                   ` (17 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-08 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 1f8ddf8f4a5876c386f489c1d293283f59330d0e Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

---
 srcpkgs/tspreed/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..54e1304541c
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,12 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=2
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+conf_files="/etc/${pkgname}/${pkgname}.rc"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (90 preceding siblings ...)
  2021-01-08 19:32 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-08 19:32 ` kawaiiamber
  2021-01-09 18:57 ` kawaiiamber
                   ` (16 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-08 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From fdff35c0551eac376f025591b092ea7f4839e335 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

---
 srcpkgs/tspreed/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..870af688ef0
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,12 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+conf_files="/etc/${pkgname}/${pkgname}.rc"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (91 preceding siblings ...)
  2021-01-08 19:32 ` kawaiiamber
@ 2021-01-09 18:57 ` kawaiiamber
  2021-01-10 18:13 ` kawaiiamber
                   ` (15 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-09 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From da5cde419d33c88e5460aa92c2da561f56ad67a3 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

---
 srcpkgs/tspreed/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..b8dab8a6942
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,12 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+conf_files="/etc/${pkgname}/${pkgname}.rc"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (92 preceding siblings ...)
  2021-01-09 18:57 ` kawaiiamber
@ 2021-01-10 18:13 ` kawaiiamber
  2021-01-10 18:15 ` kawaiiamber
                   ` (14 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-10 18:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From e0b325a0c62d456a4f840b58274b5d3db58f6f72 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

---
 srcpkgs/tspreed/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..15c8d557f8c
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,12 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+conf_files="/etc/${pkgname}/${pkgname}.rc"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/${pkgname}"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (93 preceding siblings ...)
  2021-01-10 18:13 ` kawaiiamber
@ 2021-01-10 18:15 ` kawaiiamber
  2021-01-13 10:15 ` kawaiiamber
                   ` (13 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-10 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From d2e34a71e61dc8c7458d21f016e3585a454882f5 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

---
 srcpkgs/tspreed/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..b8dab8a6942
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,12 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+conf_files="/etc/${pkgname}/${pkgname}.rc"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: [PR PATCH] [Updated] New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (94 preceding siblings ...)
  2021-01-10 18:15 ` kawaiiamber
@ 2021-01-13 10:15 ` kawaiiamber
  2021-01-13 10:16 ` kawaiiamber
                   ` (12 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-13 10:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-1.2.2
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From d0551aecbe42e3f8962435399d38d7efa5de6cdc Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-1.2.2

---
 srcpkgs/tspreed/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 00000000000..777cd1424f5
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,11 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=19361399a870c017d6100e5945e82e64eb20928607f785dcff00e57e5efb3150

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (95 preceding siblings ...)
  2021-01-13 10:15 ` kawaiiamber
@ 2021-01-13 10:16 ` kawaiiamber
  2021-01-14 22:08 ` kawaiiamber
                   ` (11 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-13 10:16 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-756951989

Comment:
I was just reading through the void-packages manual and thought adding `conf_files` to the template would be appropriate given how `tspreed` now handles configuration.

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (96 preceding siblings ...)
  2021-01-13 10:16 ` kawaiiamber
@ 2021-01-14 22:08 ` kawaiiamber
  2021-03-25 13:04 ` n-ivkovic
                   ` (10 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-01-14 22:08 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-760506884

Comment:
I've extensively tested the tspreed template with `xbps-src` and `xbps-install` to install locally. It works great with no bugs.

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (97 preceding siblings ...)
  2021-01-14 22:08 ` kawaiiamber
@ 2021-03-25 13:04 ` n-ivkovic
  2021-03-25 13:10 ` n-ivkovic
                   ` (9 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: n-ivkovic @ 2021-03-25 13:04 UTC (permalink / raw)
  To: ml

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

New comment by n-ivkovic on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-806705877

Comment:
Hi @kawaiiamber, tspreed has now been updated to v2.0.0. If you wish to update this PR it should be a simple version+revision and checksum update.

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

* Re: New package: tspreed-1.2.2
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (98 preceding siblings ...)
  2021-03-25 13:04 ` n-ivkovic
@ 2021-03-25 13:10 ` n-ivkovic
  2021-03-30 12:34 ` [PR PATCH] [Updated] New package: tspreed-2.0.0 kawaiiamber
                   ` (8 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: n-ivkovic @ 2021-03-25 13:10 UTC (permalink / raw)
  To: ml

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

New comment by n-ivkovic on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-806705877

Comment:
Hi @kawaiiamber, tspreed has now been updated to v2.0.0. If you wish to update this PR it should be a simple version+revision and checksum update. Thank you!

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

* Re: [PR PATCH] [Updated] New package: tspreed-2.0.0
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (99 preceding siblings ...)
  2021-03-25 13:10 ` n-ivkovic
@ 2021-03-30 12:34 ` kawaiiamber
  2021-04-03 20:47 ` [PR PATCH] [Updated] New package: tspreed-2.0.1 kawaiiamber
                   ` (7 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-03-30 12:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-2.0.0
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 080bca77f86a4df11cb261a107002f791dcd55e3 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-2.0.0

---
 srcpkgs/tspreed/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 000000000000..f0a0ef3eea56
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,11 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=2.0.1
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=353de4d4e1c3e5b8d7dd2cea6bc6aef8f7687ab49a36a3a540e0bf7d3775f9fc

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

* Re: [PR PATCH] [Updated] New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (100 preceding siblings ...)
  2021-03-30 12:34 ` [PR PATCH] [Updated] New package: tspreed-2.0.0 kawaiiamber
@ 2021-04-03 20:47 ` kawaiiamber
  2021-04-03 20:49 ` kawaiiamber
                   ` (6 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-04-03 20:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-2.0.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From af3f2df753f1b96ec536a109cbb8f9ee1af1c92d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-2.0.1

---
 srcpkgs/tspreed/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 000000000000..a13574c4c609
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,17 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=2.0.1
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=353de4d4e1c3e5b8d7dd2cea6bc6aef8f7687ab49a36a3a540e0bf7d3775f9fc
+
+# tspreed doesn't need to build
+do_build()
+{
+	:
+}

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

* Re: [PR PATCH] [Updated] New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (101 preceding siblings ...)
  2021-04-03 20:47 ` [PR PATCH] [Updated] New package: tspreed-2.0.1 kawaiiamber
@ 2021-04-03 20:49 ` kawaiiamber
  2021-04-03 20:52 ` kawaiiamber
                   ` (5 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-04-03 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages tspreed
https://github.com/void-linux/void-packages/pull/27113

New package: tspreed-2.0.1
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

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

From 9e5991aae58821d4fddb0c7bd231e6780e201801 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 12 Dec 2020 12:10:54 -0700
Subject: [PATCH] New package: tspreed-2.0.1

---
 srcpkgs/tspreed/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tspreed/template

diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template
new file mode 100644
index 000000000000..7a79aa011cae
--- /dev/null
+++ b/srcpkgs/tspreed/template
@@ -0,0 +1,16 @@
+# Template file for 'tspreed'
+pkgname=tspreed
+version=2.0.1
+revision=1
+build_style=gnu-makefile
+short_desc="Terminal RSVP speed reader with Spritz-like functionality"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/n-ivkovic/tspreed"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=353de4d4e1c3e5b8d7dd2cea6bc6aef8f7687ab49a36a3a540e0bf7d3775f9fc
+
+# tspreed doesn't need to build
+do_build() {
+	:
+}

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

* Re: New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (102 preceding siblings ...)
  2021-04-03 20:49 ` kawaiiamber
@ 2021-04-03 20:52 ` kawaiiamber
  2021-04-03 20:56 ` kawaiiamber
                   ` (4 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-04-03 20:52 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-812923711

Comment:
Since tspreed is a shell script, it does not build. So I just had the `do_build` phase return true to skip it. Otherwise, the "default" rule for the upstream makefile warns to specify install or uninstall.

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

* Re: New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (103 preceding siblings ...)
  2021-04-03 20:52 ` kawaiiamber
@ 2021-04-03 20:56 ` kawaiiamber
  2021-04-18 22:08 ` [PR PATCH] [Closed]: " ericonr
                   ` (3 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-04-03 20:56 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-812923711

Comment:
Since tspreed is a shell script, it does not build. So I just had the `do_build` phase return true to skip it. Otherwise, the "help" rule for the upstream makefile displays.

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

* Re: New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (105 preceding siblings ...)
  2021-04-18 22:08 ` [PR PATCH] [Closed]: " ericonr
@ 2021-04-18 22:08 ` ericonr
  2021-04-18 23:41 ` kawaiiamber
  2021-04-18 23:49 ` sgn
  108 siblings, 0 replies; 110+ messages in thread
From: ericonr @ 2021-04-18 22:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-822069937

Comment:
While interesting, this application is just a shell script, which means it doesn't fit within our quality requirements for becoming a package.

Closing for now, sorry.

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

* Re: [PR PATCH] [Closed]: New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (104 preceding siblings ...)
  2021-04-03 20:56 ` kawaiiamber
@ 2021-04-18 22:08 ` ericonr
  2021-04-18 22:08 ` ericonr
                   ` (2 subsequent siblings)
  108 siblings, 0 replies; 110+ messages in thread
From: ericonr @ 2021-04-18 22:08 UTC (permalink / raw)
  To: ml

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

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

New package: tspreed-2.0.1
https://github.com/void-linux/void-packages/pull/27113

Description:
# Additions
Adds the shell script "tspreed." I just read the manual that seemed a little over me, I am probably doing this wrong. This is my first time ever trying contributing to VOID.

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

* Re: New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (106 preceding siblings ...)
  2021-04-18 22:08 ` ericonr
@ 2021-04-18 23:41 ` kawaiiamber
  2021-04-18 23:49 ` sgn
  108 siblings, 0 replies; 110+ messages in thread
From: kawaiiamber @ 2021-04-18 23:41 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-822086733

Comment:
> While interesting, this application is just a shell script, which means it doesn't fit within our quality requirements for becoming a package.
> 
> Closing for now, sorry.

## Quality Requirements

> To be included in the Void repository, software must meet at least one of the following requirements. Exceptions to the list are possible, and might be accepted, but are extremely unlikely. If you believe you have an exception, start a PR and make an argument for why that particular piece of software, while not meeting any of the following requirements, is a good candidate for the Void packages system.

> System: The software should be installed system-wide, not per-user.

> Compiled: The software needs to be compiled before being used, even if it is software that is not needed by the whole system.

> Required: Another package either within the repository or pending inclusion requires the package.

> In particular, new themes are highly unlikely to be accepted. Simple shell scripts are unlikely to be accepted unless they provide considerable value to a broad user base. New fonts may be accepted if they provide value beyond aesthetics (e.g. they contain glyphs for a script missing in already packaged fonts).

tspreed is installed system wide, not just for the user. So one of the quality requirements *is* met. Furthermore:
> If you believe you have an exception, start a PR and make an argument for why that particular piece of software, while not meeting any of the following requirements, is a good candidate for the Void packages system.
> Simple shell scripts are unlikely to be accepted unless they provide considerable value to a broad user base.
I'd make an argument that this shell script "provide[s] considerable value to a broad user base." There are other packages that are just shell scripts.

I would argue this PR should be re-opened on the grounds that:
1. It meets at least one quality requirement as it is installed system-wide
2. The shell script "provide[s] considerable value to a broad user base."

@ericonr 

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

* Re: New package: tspreed-2.0.1
  2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
                   ` (107 preceding siblings ...)
  2021-04-18 23:41 ` kawaiiamber
@ 2021-04-18 23:49 ` sgn
  108 siblings, 0 replies; 110+ messages in thread
From: sgn @ 2021-04-18 23:49 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/27113#issuecomment-822087982

Comment:

> > System: The software should be installed system-wide, not per-user.
> tspreed is installed system wide, not just for the user. So one of the quality requirements _is_ met. Furthermore:

Well anything *could* be installed system-wide, but I don't think this package *should* be installed system wide.

> 2. The shell script "provide[s] considerable value to a broad user base."

I don't think this package has *broad user base*. It seems like only you interested in it. AUR has only 2 votes.



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

end of thread, other threads:[~2021-04-18 23:49 UTC | newest]

Thread overview: 110+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12 19:13 [PR PATCH] Add tspreed kawaiiamber
2020-12-12 19:51 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 19:54 ` kawaiiamber
2020-12-12 20:01 ` kawaiiamber
2020-12-12 20:07 ` kawaiiamber
2020-12-12 20:11 ` kawaiiamber
2020-12-12 20:13 ` ericonr
2020-12-12 20:24 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 20:25 ` kawaiiamber
2020-12-12 20:29 ` kawaiiamber
2020-12-12 20:34 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 20:36 ` ndowens
2020-12-12 20:37 ` kawaiiamber
2020-12-12 20:42 ` ndowens
2020-12-12 20:43 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 20:43 ` kawaiiamber
2020-12-12 20:46 ` ndowens
2020-12-12 20:48 ` ndowens
2020-12-12 20:51 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 20:52 ` ndowens
2020-12-12 20:53 ` kawaiiamber
2020-12-12 20:54 ` ndowens
2020-12-12 21:00 ` kawaiiamber
2020-12-12 21:02 ` ericonr
2020-12-12 21:02 ` [PR PATCH] [Closed]: " ericonr
2020-12-12 21:03 ` ericonr
2020-12-12 21:08 ` kawaiiamber
2020-12-12 21:10 ` kawaiiamber
2020-12-12 21:11 ` ndowens
2020-12-12 21:12 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 21:13 ` kawaiiamber
2020-12-12 21:13 ` ndowens
2020-12-12 21:14 ` ndowens
2020-12-12 21:15 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 21:16 ` kawaiiamber
2020-12-12 21:16 ` kawaiiamber
2020-12-12 21:16 ` ndowens
2020-12-12 21:18 ` kawaiiamber
2020-12-12 21:19 ` ndowens
2020-12-12 21:22 ` kawaiiamber
2020-12-12 21:26 ` ndowens
2020-12-12 21:27 ` kawaiiamber
2020-12-12 21:30 ` ndowens
2020-12-12 21:31 ` kawaiiamber
2020-12-12 22:16 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-12 22:17 ` kawaiiamber
2020-12-12 22:20 ` kawaiiamber
2020-12-13 22:10 ` [PR PATCH] [Updated] New package: tspreed-1.2.1 kawaiiamber
2020-12-13 22:11 ` kawaiiamber
2020-12-14  8:07 ` paper42
2020-12-14 18:22 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 18:22 ` kawaiiamber
2020-12-14 18:23 ` kawaiiamber
2020-12-14 18:26 ` kawaiiamber
2020-12-14 21:46 ` paper42
2020-12-14 22:26 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 22:27 ` kawaiiamber
2020-12-14 23:07 ` kawaiiamber
2020-12-16 14:16 ` n-ivkovic
2020-12-16 19:08 ` kawaiiamber
2020-12-16 19:16 ` kawaiiamber
2020-12-16 19:17 ` kawaiiamber
2020-12-16 19:20 ` kawaiiamber
2020-12-16 19:23 ` kawaiiamber
2020-12-16 19:24 ` kawaiiamber
2020-12-18  0:28 ` kawaiiamber
2020-12-18 14:38 ` n-ivkovic
2020-12-18 17:07 ` kawaiiamber
2020-12-18 17:08 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-18 17:26 ` New package: tspreed-1.2.2 FollieHiyuki
2020-12-18 17:29 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-18 17:30 ` kawaiiamber
2020-12-18 17:32 ` kawaiiamber
2020-12-18 17:36 ` kawaiiamber
2020-12-18 17:37 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-18 20:52 ` n-ivkovic
2020-12-18 21:15 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-18 21:15 ` kawaiiamber
2020-12-20 13:56 ` paper42
2020-12-20 14:19 ` kawaiiamber
2020-12-20 14:27 ` kawaiiamber
2020-12-22 11:23 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-22 11:24 ` kawaiiamber
2020-12-22 22:26 ` n-ivkovic
2020-12-22 22:40 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-22 22:41 ` paper42
2020-12-22 22:43 ` kawaiiamber
2020-12-22 22:44 ` paper42
2020-12-25 15:22 ` n-ivkovic
2021-01-08 19:28 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 19:30 ` kawaiiamber
2021-01-08 19:32 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 19:32 ` kawaiiamber
2021-01-09 18:57 ` kawaiiamber
2021-01-10 18:13 ` kawaiiamber
2021-01-10 18:15 ` kawaiiamber
2021-01-13 10:15 ` kawaiiamber
2021-01-13 10:16 ` kawaiiamber
2021-01-14 22:08 ` kawaiiamber
2021-03-25 13:04 ` n-ivkovic
2021-03-25 13:10 ` n-ivkovic
2021-03-30 12:34 ` [PR PATCH] [Updated] New package: tspreed-2.0.0 kawaiiamber
2021-04-03 20:47 ` [PR PATCH] [Updated] New package: tspreed-2.0.1 kawaiiamber
2021-04-03 20:49 ` kawaiiamber
2021-04-03 20:52 ` kawaiiamber
2021-04-03 20:56 ` kawaiiamber
2021-04-18 22:08 ` [PR PATCH] [Closed]: " ericonr
2021-04-18 22:08 ` ericonr
2021-04-18 23:41 ` kawaiiamber
2021-04-18 23:49 ` sgn

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