Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: ncs-spot-0.2.0.
@ 2020-07-24 20:35 ThatGeekyWeeb
  2020-07-24 20:39 ` [PR PATCH] [Updated] " ThatGeekyWeeb
                   ` (35 more replies)
  0 siblings, 36 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-24 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From 04f23fc192ea435e5bde8a7d056176d885b78a09 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.

---
 srcpkgs/ncspot/files/LICENSE | 25 +++++++++++++++++++++++++
 srcpkgs/ncspot/template      | 14 ++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/ncspot/files/LICENSE
 create mode 100644 srcpkgs/ncspot/template

diff --git a/srcpkgs/ncspot/files/LICENSE b/srcpkgs/ncspot/files/LICENSE
new file mode 100644
index 00000000000..1fc064f60ed
--- /dev/null
+++ b/srcpkgs/ncspot/files/LICENSE
@@ -0,0 +1,25 @@
+BSD 2-Clause License
+
+Copyright (c) 2019, Henrik Friedrichsen
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..13291a78edf
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,14 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+hostmakedepends="cargo"
+makedepends="ncurses-devel dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+pre_build() {
+	vlicense files/LICENSE BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
@ 2020-07-24 20:39 ` ThatGeekyWeeb
  2020-07-24 21:17 ` ThatGeekyWeeb
                   ` (34 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-24 20:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From 8bec2b4c7a73663da26767e9a5896ba43edee607 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.

---
 srcpkgs/ncspot/files/LICENSE | 25 +++++++++++++++++++++++++
 srcpkgs/ncspot/template      | 14 ++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/ncspot/files/LICENSE
 create mode 100644 srcpkgs/ncspot/template

diff --git a/srcpkgs/ncspot/files/LICENSE b/srcpkgs/ncspot/files/LICENSE
new file mode 100644
index 00000000000..1fc064f60ed
--- /dev/null
+++ b/srcpkgs/ncspot/files/LICENSE
@@ -0,0 +1,25 @@
+BSD 2-Clause License
+
+Copyright (c) 2019, Henrik Friedrichsen
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..13291a78edf
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,14 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+hostmakedepends="cargo"
+makedepends="ncurses-devel dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+pre_build() {
+	vlicense files/LICENSE BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
  2020-07-24 20:39 ` [PR PATCH] [Updated] " ThatGeekyWeeb
@ 2020-07-24 21:17 ` ThatGeekyWeeb
  2020-07-24 21:25 ` ThatGeekyWeeb
                   ` (33 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-24 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From 31cea046700cdde1c75abcc682fcff8e549dbcfc Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.

---
 srcpkgs/ncspot/files/LICENSE | 25 +++++++++++++++++++++++++
 srcpkgs/ncspot/template      | 14 ++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/ncspot/files/LICENSE
 create mode 100644 srcpkgs/ncspot/template

diff --git a/srcpkgs/ncspot/files/LICENSE b/srcpkgs/ncspot/files/LICENSE
new file mode 100644
index 00000000000..1fc064f60ed
--- /dev/null
+++ b/srcpkgs/ncspot/files/LICENSE
@@ -0,0 +1,25 @@
+BSD 2-Clause License
+
+Copyright (c) 2019, Henrik Friedrichsen
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..121928db1bf
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,14 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+hostmakedepends="cargo"
+makedepends="ncurses-devel dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+pre_build() {
+	vlicense files/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
  2020-07-24 20:39 ` [PR PATCH] [Updated] " ThatGeekyWeeb
  2020-07-24 21:17 ` ThatGeekyWeeb
@ 2020-07-24 21:25 ` ThatGeekyWeeb
  2020-07-24 21:31 ` ThatGeekyWeeb
                   ` (32 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-24 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From 31cea046700cdde1c75abcc682fcff8e549dbcfc Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.

---
 srcpkgs/ncspot/files/LICENSE | 25 +++++++++++++++++++++++++
 srcpkgs/ncspot/template      | 14 ++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/ncspot/files/LICENSE
 create mode 100644 srcpkgs/ncspot/template

diff --git a/srcpkgs/ncspot/files/LICENSE b/srcpkgs/ncspot/files/LICENSE
new file mode 100644
index 00000000000..1fc064f60ed
--- /dev/null
+++ b/srcpkgs/ncspot/files/LICENSE
@@ -0,0 +1,25 @@
+BSD 2-Clause License
+
+Copyright (c) 2019, Henrik Friedrichsen
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..121928db1bf
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,14 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+hostmakedepends="cargo"
+makedepends="ncurses-devel dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+pre_build() {
+	vlicense files/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (2 preceding siblings ...)
  2020-07-24 21:25 ` ThatGeekyWeeb
@ 2020-07-24 21:31 ` ThatGeekyWeeb
  2020-07-24 22:03 ` [PR REVIEW] " Chocimier
                   ` (31 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-24 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From dae0c30b6eb7473d03afe81acaf336e23a9a353a Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.

---
 srcpkgs/ncspot/files/LICENSE | 25 +++++++++++++++++++++++++
 srcpkgs/ncspot/template      | 18 ++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/ncspot/files/LICENSE
 create mode 100644 srcpkgs/ncspot/template

diff --git a/srcpkgs/ncspot/files/LICENSE b/srcpkgs/ncspot/files/LICENSE
new file mode 100644
index 00000000000..1fc064f60ed
--- /dev/null
+++ b/srcpkgs/ncspot/files/LICENSE
@@ -0,0 +1,25 @@
+BSD 2-Clause License
+
+Copyright (c) 2019, Henrik Friedrichsen
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..cbbedec4ed6
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,18 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+wrksrc="ncspot-0.2.0"
+build_style="cargo"
+hostmakedepends="cargo"
+makedepends="ncurses-devel dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+pre_build() {
+	vlicense ${FILESDIR}/LICENSE "BSD-2-Clause"
+	cd ${wrksrc}
+}

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

* Re: [PR REVIEW] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (3 preceding siblings ...)
  2020-07-24 21:31 ` ThatGeekyWeeb
@ 2020-07-24 22:03 ` Chocimier
  2020-07-24 22:03 ` Chocimier
                   ` (30 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: Chocimier @ 2020-07-24 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#discussion_r460305699

Comment:
Same as default of pkgname-version, remove.

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

* Re: [PR REVIEW] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (6 preceding siblings ...)
  2020-07-24 22:03 ` Chocimier
@ 2020-07-24 22:03 ` Chocimier
  2020-07-24 22:03 ` Chocimier
                   ` (27 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: Chocimier @ 2020-07-24 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#discussion_r460305425

Comment:
Adding license to repo is bad idea. If missing from tarball, add to distfiles, noextract, and copy from XBPS_SRCDISTDIR.

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

* Re: [PR REVIEW] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (4 preceding siblings ...)
  2020-07-24 22:03 ` [PR REVIEW] " Chocimier
@ 2020-07-24 22:03 ` Chocimier
  2020-07-24 22:03 ` Chocimier
                   ` (29 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: Chocimier @ 2020-07-24 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#discussion_r460306493

Comment:
vlicense usualy goes to post_install

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

* Re: [PR REVIEW] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (5 preceding siblings ...)
  2020-07-24 22:03 ` Chocimier
@ 2020-07-24 22:03 ` Chocimier
  2020-07-24 22:03 ` Chocimier
                   ` (28 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: Chocimier @ 2020-07-24 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#discussion_r460306333

Comment:
provided by build style, remove

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

* Re: [PR REVIEW] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (7 preceding siblings ...)
  2020-07-24 22:03 ` Chocimier
@ 2020-07-24 22:03 ` Chocimier
  2020-07-25  1:49 ` [PR PATCH] [Updated] " ThatGeekyWeeb
                   ` (26 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: Chocimier @ 2020-07-24 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#discussion_r460306604

Comment:
cd at end of function is no-op

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (8 preceding siblings ...)
  2020-07-24 22:03 ` Chocimier
@ 2020-07-25  1:49 ` ThatGeekyWeeb
  2020-07-25  2:01 ` ThatGeekyWeeb
                   ` (25 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  1:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From 117e7120448d273f07cf1eac11454dfc23bc1427 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: Having issues with dbus
 headers missing, despite 'dbus-devel' being installed, working on fix

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..75b6c0530ba
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,15 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel SDL2-devel SDL-devel"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (9 preceding siblings ...)
  2020-07-25  1:49 ` [PR PATCH] [Updated] " ThatGeekyWeeb
@ 2020-07-25  2:01 ` ThatGeekyWeeb
  2020-07-25  2:17 ` ThatGeekyWeeb
                   ` (24 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  2:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From d0295640f3edfa6ebcba06248ab044a31439ac18 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: adding 'dbus-libs',
 still, no idea what dep is missing

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..37604020444
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,15 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel dbus-libs"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (10 preceding siblings ...)
  2020-07-25  2:01 ` ThatGeekyWeeb
@ 2020-07-25  2:17 ` ThatGeekyWeeb
  2020-07-25  2:30 ` ThatGeekyWeeb
                   ` (23 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  2:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From b8d65a151fb31de5cf810a20fc1184b968ff7d46 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: I'm adding "--verbose"
 to try and see what breaks, It'll be removed after I fix the dep issue

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..f0217fe6d84
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,16 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+configure_args="--verbose"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel dbus-libs"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (11 preceding siblings ...)
  2020-07-25  2:17 ` ThatGeekyWeeb
@ 2020-07-25  2:30 ` ThatGeekyWeeb
  2020-07-25  2:50 ` ThatGeekyWeeb
                   ` (22 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  2:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From 0247a08d17f72706942929bda09fadd26fa567a3 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: I've added "pkg-config"
 as a dep, the issue seesm to be caused by it missing

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..e8f4c6f2777
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,16 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+configure_args="--verbose"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncs-spot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (12 preceding siblings ...)
  2020-07-25  2:30 ` ThatGeekyWeeb
@ 2020-07-25  2:50 ` ThatGeekyWeeb
  2020-07-25  3:09 ` [PR PATCH] [Updated] New Package: ncspot-0.2.0 ThatGeekyWeeb
                   ` (21 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  2:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncs-spot-0.2.0.


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

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

From 32630fb788c743cada4e239596c377f415d86bd9 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: 'pkg-config' fixed the
 dep issue, now I just have to fix issues with 'hostmakedepends'

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..b04475955b9
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,17 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+configure_args="--verbose"
+hostmakedepends="pkg-config"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (13 preceding siblings ...)
  2020-07-25  2:50 ` ThatGeekyWeeb
@ 2020-07-25  3:09 ` ThatGeekyWeeb
  2020-07-25  3:38 ` ThatGeekyWeeb
                   ` (20 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  3:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From 6d2f45b428d5401863dd8407efd8c4dff0be5143 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: adding 'ncurses-devel'
 to 'hostmakedepends' due to a build panic caused by ncurses missing from the
 host

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..3da4e75c419
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,17 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+configure_args="--verbose"
+hostmakedepends="pkg-config ncurses-devel"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (14 preceding siblings ...)
  2020-07-25  3:09 ` [PR PATCH] [Updated] New Package: ncspot-0.2.0 ThatGeekyWeeb
@ 2020-07-25  3:38 ` ThatGeekyWeeb
  2020-07-25  3:52 ` ThatGeekyWeeb
                   ` (19 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  3:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From c096f0ecb9544db3ee0604c7cdc4984b0c63f877 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: having issues with
 'hostmakedepends', curretnly, arm achs panic due to a ncurses error, porb a
 dep issue

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..f1f88ecf95b
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,17 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+configure_args="--verbose"
+hostmakedepends="pkg-config libxcb-devel libressl-devel python3"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (15 preceding siblings ...)
  2020-07-25  3:38 ` ThatGeekyWeeb
@ 2020-07-25  3:52 ` ThatGeekyWeeb
  2020-07-25  4:21 ` ThatGeekyWeeb
                   ` (18 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  3:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From d09c7deaf0e7e3a7ace2c1a3a840687d01600af5 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: makedepends =
 hostmakedepends, if build still fails, it cannot be built for arm arches

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..eeb952cb27e
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,17 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+configure_args="--verbose"
+hostmakedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+makedepends="${hostmakedepends}"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (16 preceding siblings ...)
  2020-07-25  3:52 ` ThatGeekyWeeb
@ 2020-07-25  4:21 ` ThatGeekyWeeb
  2020-07-25  4:22 ` [PR PATCH] [Updated] " ThatGeekyWeeb
                   ` (17 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  4:21 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-663806559

Comment:
Builds on arm based aches fail due to
> `thread 'main' panicked at '/builddir/ncspot-0.2.0/target/aarch64-unknown-linux-gnu/release/build/ncurses-00645f4d6448e2e2/out/chtype_size failed: Os { code: 8, kind: Other, message: "Exec format error" }', /host/cargo/registry/src/github.com-1ecc6299db9ec823/ncurses-5.99.0/build.rs:106:20`

I cannot confirm the cause of this, nor can I figure out how to fix it,
even cloning `makedepends` and `hostmakedepends` did not resolve the issue, thus I am restricting the arches
> `makedepends="${hostmakedepends}"`

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (17 preceding siblings ...)
  2020-07-25  4:21 ` ThatGeekyWeeb
@ 2020-07-25  4:22 ` ThatGeekyWeeb
  2020-07-25  4:23 ` ThatGeekyWeeb
                   ` (16 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  4:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From 5252a78f6aa8a3d10d0faf89a4e4651fa3e56e12 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncs-spot-0.2.0.  ncspot: arches not restricted

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..b7cf8bb9922
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,16 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+archs="x86_64 i686 x86_64-musl"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (18 preceding siblings ...)
  2020-07-25  4:22 ` [PR PATCH] [Updated] " ThatGeekyWeeb
@ 2020-07-25  4:23 ` ThatGeekyWeeb
  2020-07-25  4:23 ` ThatGeekyWeeb
                   ` (15 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  4:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From e7dcfc6e3e7d3e8a4423af7fbd1861813ed60fc5 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncspot-0.2.0.  ncspot: arches not restricted

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..b7cf8bb9922
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,16 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+archs="x86_64 i686 x86_64-musl"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (19 preceding siblings ...)
  2020-07-25  4:23 ` ThatGeekyWeeb
@ 2020-07-25  4:23 ` ThatGeekyWeeb
  2020-07-25  6:09 ` ThatGeekyWeeb
                   ` (14 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  4:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From a3a978e4db93fc813b1d68b180914927c5e889a9 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncspot-0.2.0.  ncspot: arches now restricted

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..b7cf8bb9922
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,16 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+archs="x86_64 i686 x86_64-musl"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (20 preceding siblings ...)
  2020-07-25  4:23 ` ThatGeekyWeeb
@ 2020-07-25  6:09 ` ThatGeekyWeeb
  2020-07-26  1:47 ` fosslinux
                   ` (13 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-25  6:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From bb1c1701f1f6fdae05be20301c821c09ebbc1526 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncspot-0.2.0.  ncspot: arches now restricted

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..e65fc38f3d4
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,16 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+archs="x86_64 i686 x86_64-musl"
+build_style="cargo"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (21 preceding siblings ...)
  2020-07-25  6:09 ` ThatGeekyWeeb
@ 2020-07-26  1:47 ` fosslinux
  2020-07-26  1:48 ` fosslinux
                   ` (12 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: fosslinux @ 2020-07-26  1:47 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-663925237

Comment:
No, the issue here is not restricted archs, it is that the package is nocross (ie, will need some fiddling with `qemu-user-static` and stuff to generate the offending data). Please change the `archs=` line to `nocross="ncurses exec format error"` or something of that nature.

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (22 preceding siblings ...)
  2020-07-26  1:47 ` fosslinux
@ 2020-07-26  1:48 ` fosslinux
  2020-07-26  3:47 ` ThatGeekyWeeb
                   ` (11 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: fosslinux @ 2020-07-26  1:48 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-663925289

Comment:
Also, conflicts with #23415

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (23 preceding siblings ...)
  2020-07-26  1:48 ` fosslinux
@ 2020-07-26  3:47 ` ThatGeekyWeeb
  2020-07-26  3:52 ` [PR PATCH] [Updated] " ThatGeekyWeeb
                   ` (10 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-26  3:47 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-663932030

Comment:
Understandable, although, #23415 seems to have a much nicer template, I'm a bit new so I figured it would be, I don't know if I'll close this PR or not yet, but if #23415 got updated for `"0.2.0"` I most likely would, seeing as "`0.2.0`" is the stable release for everything other than `nixpkgs` and `DPorts`

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (24 preceding siblings ...)
  2020-07-26  3:47 ` ThatGeekyWeeb
@ 2020-07-26  3:52 ` ThatGeekyWeeb
  2020-07-26  3:53 ` ThatGeekyWeeb
                   ` (9 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-26  3:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From 10be6719e38f9f2ee51ee5879ff81268b9104a5e Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncspot-0.2.0.  ncspot: now "nocross"

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..641180cebce
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,16 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+makedepends="ncurses-devel python3 dbus-devel xcb-util-renderutil-devel libxcb-devel libressl-devel pulseaudio-devel pkg-config"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+nocross=yes#Reason: "ncurses exec format error"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (25 preceding siblings ...)
  2020-07-26  3:52 ` [PR PATCH] [Updated] " ThatGeekyWeeb
@ 2020-07-26  3:53 ` ThatGeekyWeeb
  2020-07-26  3:54 ` [PR REVIEW] " ericonr
                   ` (8 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-26  3:53 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-663932384

Comment:
For now I'll just make the requested edits

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

* Re: [PR REVIEW] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (26 preceding siblings ...)
  2020-07-26  3:53 ` ThatGeekyWeeb
@ 2020-07-26  3:54 ` ericonr
  2020-07-26  3:54 ` ericonr
                   ` (7 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ericonr @ 2020-07-26  3:54 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#discussion_r460474427

Comment:
`pkg-config` should be a `hostmakedepends`

Try to keep your lines to a limit of 80 characters too.

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

* Re: [PR REVIEW] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (27 preceding siblings ...)
  2020-07-26  3:54 ` [PR REVIEW] " ericonr
@ 2020-07-26  3:54 ` ericonr
  2020-07-26  3:59 ` [PR PATCH] [Updated] " ThatGeekyWeeb
                   ` (6 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ericonr @ 2020-07-26  3:54 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#discussion_r460474378

Comment:
`nocross="ncurses exec format error"`

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

* Re: [PR PATCH] [Updated] New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (28 preceding siblings ...)
  2020-07-26  3:54 ` ericonr
@ 2020-07-26  3:59 ` ThatGeekyWeeb
  2020-07-27  8:55 ` rien
                   ` (5 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-26  3:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages ncspot
https://github.com/void-linux/void-packages/pull/23817

New Package: ncspot-0.2.0.


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

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

From eed690652a66ae80ed7ca9ea422c3ce5774b3ab4 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <ssfgames13@gmail.com>
Date: Fri, 24 Jul 2020 15:38:13 -0400
Subject: [PATCH] New Package: ncspot-0.2.0.  ncspot: now "nocross"   Some
 other requested edits were done

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..06555c5ee71
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,18 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style="cargo"
+hostmakedepends="pkg-config"
+makedepends="ncurses-devel dbus-devel xcb-util-renderutil-devel
+ libxcb-devel libressl-devel pulseaudio-devel"
+short_desc="Spotify client written in Rust using librespot and ncurses"
+maintainer="ThatGeekyWeeb <thatgeekyweeb@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot"
+distfiles="https://github.com/hrkfdn/ncspot/archive/v${version}.tar.gz"
+checksum="876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b"
+nocross="ncurses exec format error"
+post_install() {
+	vlicense ${wrksrc}/LICENSE "BSD-2-Clause"
+}

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (29 preceding siblings ...)
  2020-07-26  3:59 ` [PR PATCH] [Updated] " ThatGeekyWeeb
@ 2020-07-27  8:55 ` rien
  2020-07-27  9:50 ` ThatGeekyWeeb
                   ` (4 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: rien @ 2020-07-27  8:55 UTC (permalink / raw)
  To: ml

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

New comment by rien on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-664212884

Comment:
Hi there! ncspot has different audio backends (alsa, pulse, ...) that's why my PR has the `vopt_if` statements in them (just like the `spotifyd` template, which is very similar).

I can update my PR if you'd like. It was ready for review but I guess it disappeared into he backlog :)

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (30 preceding siblings ...)
  2020-07-27  8:55 ` rien
@ 2020-07-27  9:50 ` ThatGeekyWeeb
  2020-07-27  9:51 ` ThatGeekyWeeb
                   ` (3 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-27  9:50 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-664248243

Comment:
Hey! Yeh, you template is quite nice, I tend to write my template from the ground up, and leave optional features up to the user to figure out, If you were to update it to `0.2.0` that wouldn't be a bad Idea, sad that it got lost and never got merged, I'd recommend you, re-request review and see what happens from there, if and when you update your PR to `0.2.0` I'll close this PR

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (31 preceding siblings ...)
  2020-07-27  9:50 ` ThatGeekyWeeb
@ 2020-07-27  9:51 ` ThatGeekyWeeb
  2020-08-15 11:15 ` ThatGeekyWeeb
                   ` (2 subsequent siblings)
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-07-27  9:51 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-664248243

Comment:
Hey! Yeh, your template is quite nice, I tend to write my templates from the ground up, and leave optional features up to the user to figure out, If you were to update it to `0.2.0` that wouldn't be a bad Idea, sad that it got lost and never got merged, I'd recommend you, re-request review and see what happens from there, if and when you update your PR to `0.2.0` I'll close this PR

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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (32 preceding siblings ...)
  2020-07-27  9:51 ` ThatGeekyWeeb
@ 2020-08-15 11:15 ` ThatGeekyWeeb
  2020-08-15 11:15 ` [PR PATCH] [Closed]: " ThatGeekyWeeb
  2020-08-15 11:15 ` ThatGeekyWeeb
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-08-15 11:15 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-674384189

Comment:
I'm going close this PR in hopes that #23415 will be merged.

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

* Re: [PR PATCH] [Closed]: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (33 preceding siblings ...)
  2020-08-15 11:15 ` ThatGeekyWeeb
@ 2020-08-15 11:15 ` ThatGeekyWeeb
  2020-08-15 11:15 ` ThatGeekyWeeb
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-08-15 11:15 UTC (permalink / raw)
  To: ml

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

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

New Package: ncspot-0.2.0.
https://github.com/void-linux/void-packages/pull/23817

Description:


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

* Re: New Package: ncspot-0.2.0.
  2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
                   ` (34 preceding siblings ...)
  2020-08-15 11:15 ` [PR PATCH] [Closed]: " ThatGeekyWeeb
@ 2020-08-15 11:15 ` ThatGeekyWeeb
  35 siblings, 0 replies; 38+ messages in thread
From: ThatGeekyWeeb @ 2020-08-15 11:15 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/23817#issuecomment-674384189

Comment:
I'm going to close this PR in hopes that #23415 will be merged.

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

* Re: [PR PATCH] [Closed]: New package: ncspot-0.2.0
  2020-07-06 12:21 [PR PATCH] New package: ncspot-0.1.4 rien
@ 2022-04-17 18:51 ` rien
  0 siblings, 0 replies; 38+ messages in thread
From: rien @ 2022-04-17 18:51 UTC (permalink / raw)
  To: ml

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

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

New package: ncspot-0.2.0
https://github.com/void-linux/void-packages/pull/23415

Description:
This packages [ncspot](https://github.com/hrkfdn/ncspot), a ncurses Spotify client.

It is currently built with a pulseaudio backend (default), but it can be configured to use alsa or portaudio. Is there a policy preferring an audio backend? Or should I create two (sub)packages: `ncspot-pulseaudio` and `ncspot-alsa`?

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

end of thread, other threads:[~2022-04-17 18:51 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
2020-07-24 20:39 ` [PR PATCH] [Updated] " ThatGeekyWeeb
2020-07-24 21:17 ` ThatGeekyWeeb
2020-07-24 21:25 ` ThatGeekyWeeb
2020-07-24 21:31 ` ThatGeekyWeeb
2020-07-24 22:03 ` [PR REVIEW] " Chocimier
2020-07-24 22:03 ` Chocimier
2020-07-24 22:03 ` Chocimier
2020-07-24 22:03 ` Chocimier
2020-07-24 22:03 ` Chocimier
2020-07-25  1:49 ` [PR PATCH] [Updated] " ThatGeekyWeeb
2020-07-25  2:01 ` ThatGeekyWeeb
2020-07-25  2:17 ` ThatGeekyWeeb
2020-07-25  2:30 ` ThatGeekyWeeb
2020-07-25  2:50 ` ThatGeekyWeeb
2020-07-25  3:09 ` [PR PATCH] [Updated] New Package: ncspot-0.2.0 ThatGeekyWeeb
2020-07-25  3:38 ` ThatGeekyWeeb
2020-07-25  3:52 ` ThatGeekyWeeb
2020-07-25  4:21 ` ThatGeekyWeeb
2020-07-25  4:22 ` [PR PATCH] [Updated] " ThatGeekyWeeb
2020-07-25  4:23 ` ThatGeekyWeeb
2020-07-25  4:23 ` ThatGeekyWeeb
2020-07-25  6:09 ` ThatGeekyWeeb
2020-07-26  1:47 ` fosslinux
2020-07-26  1:48 ` fosslinux
2020-07-26  3:47 ` ThatGeekyWeeb
2020-07-26  3:52 ` [PR PATCH] [Updated] " ThatGeekyWeeb
2020-07-26  3:53 ` ThatGeekyWeeb
2020-07-26  3:54 ` [PR REVIEW] " ericonr
2020-07-26  3:54 ` ericonr
2020-07-26  3:59 ` [PR PATCH] [Updated] " ThatGeekyWeeb
2020-07-27  8:55 ` rien
2020-07-27  9:50 ` ThatGeekyWeeb
2020-07-27  9:51 ` ThatGeekyWeeb
2020-08-15 11:15 ` ThatGeekyWeeb
2020-08-15 11:15 ` [PR PATCH] [Closed]: " ThatGeekyWeeb
2020-08-15 11:15 ` ThatGeekyWeeb
  -- strict thread matches above, loose matches on Subject: below --
2020-07-06 12:21 [PR PATCH] New package: ncspot-0.1.4 rien
2022-04-17 18:51 ` [PR PATCH] [Closed]: New package: ncspot-0.2.0 rien

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