Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: spicetify-cli-2.9.8
@ 2022-05-22 12:57 wael444
  2022-05-27 12:46 ` [PR PATCH] [Updated] " wael444
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: wael444 @ 2022-05-22 12:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

New package: spicetify-cli-2.9.8
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From 5da46a26dc2cd7256d0aa9604907f652912bdf8f Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Sun, 22 May 2022 15:44:28 +0300
Subject: [PATCH] New package: spicetify-cli-2.9.8

---
 srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..d6774b15f16c
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.9.8
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=f7c493623b444721bd9b4edbbdeac7483787ff75306811acf492fe7243a71f46
+
+do_install() {
+	vmkdir usr/share
+	vbin ${GOPATH}/bin/spicetify-cli spicetify
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do
+		vcopy $cp usr/share/spicetify
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: spicetify-cli-2.9.8
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
@ 2022-05-27 12:46 ` wael444
  2022-05-27 13:43 ` wael444
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-05-27 12:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

New package: spicetify-cli-2.9.8
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From 5da46a26dc2cd7256d0aa9604907f652912bdf8f Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Sun, 22 May 2022 15:44:28 +0300
Subject: [PATCH] New package: spicetify-cli-2.9.8

---
 srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..d6774b15f16c
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.9.8
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=f7c493623b444721bd9b4edbbdeac7483787ff75306811acf492fe7243a71f46
+
+do_install() {
+	vmkdir usr/share
+	vbin ${GOPATH}/bin/spicetify-cli spicetify
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do
+		vcopy $cp usr/share/spicetify
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: spicetify-cli-2.9.8
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
  2022-05-27 12:46 ` [PR PATCH] [Updated] " wael444
@ 2022-05-27 13:43 ` wael444
  2022-05-27 13:58 ` [PR REVIEW] New package: spicetify-cli-2.9.9 paper42
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-05-27 13:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

New package: spicetify-cli-2.9.8
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From d528680ebf3ca9515d85e828d6fa528d9412fa2f Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Fri, 27 May 2022 16:42:03 +0300
Subject: [PATCH] New package: spicetify-cli-2.9.9

---
 srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..9e3e16c86136
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.9.9
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/$pkgname/archive/refs/tags/v${version}.tar.gz"
+checksum=e1489ba8413ccf2006f6c761c0aa91a8b6cc4076f7be1c127a517617ed14d948
+
+do_install() {
+	vmkdir usr/share
+	vbin ${GOPATH}/bin/spicetify-cli spicetify
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do
+		vcopy $cp usr/share/spicetify
+	done
+}

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

* Re: [PR REVIEW] New package: spicetify-cli-2.9.9
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
  2022-05-27 12:46 ` [PR PATCH] [Updated] " wael444
  2022-05-27 13:43 ` wael444
@ 2022-05-27 13:58 ` paper42
  2022-05-27 14:02 ` wael444
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-05-27 13:58 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37246#discussion_r883642521

Comment:
why?

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

* Re: [PR REVIEW] New package: spicetify-cli-2.9.9
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (2 preceding siblings ...)
  2022-05-27 13:58 ` [PR REVIEW] New package: spicetify-cli-2.9.9 paper42
@ 2022-05-27 14:02 ` wael444
  2022-05-28 16:52 ` [PR PATCH] [Updated] " wael444
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-05-27 14:02 UTC (permalink / raw)
  To: ml

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

New review comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37246#discussion_r883647990

Comment:
If you are talking about `archs`, I have explained that in the description. 

> NOTE: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it does offer aarch64 pre-built binaries.

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

* Re: [PR PATCH] [Updated] New package: spicetify-cli-2.9.9
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (3 preceding siblings ...)
  2022-05-27 14:02 ` wael444
@ 2022-05-28 16:52 ` wael444
  2022-05-28 16:53 ` wael444
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-05-28 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

New package: spicetify-cli-2.9.9
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From a2d60fd884a624d91114d68454886a221ee81ac4 Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Fri, 27 May 2022 16:42:03 +0300
Subject: [PATCH] New package: spicetify-cli-2.9.9

---
 srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..09710767657f
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.10.1
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/$pkgname/archive/refs/tags/v${version}.tar.gz"
+checksum=4cd51e9decd187e15cc61c601f502b99e2ec657eea67a4168e75ddcdc2db1c8d
+
+do_install() {
+	vmkdir usr/share
+	vbin ${GOPATH}/bin/spicetify-cli spicetify
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do
+		vcopy $cp usr/share/spicetify
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: spicetify-cli-2.9.9
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (4 preceding siblings ...)
  2022-05-28 16:52 ` [PR PATCH] [Updated] " wael444
@ 2022-05-28 16:53 ` wael444
  2022-06-07 11:39 ` [PR PATCH] [Updated] New package: spicetify-cli-2.10.1 wael444
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-05-28 16:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

New package: spicetify-cli-2.9.9
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From e47d5f8b0842d881d62f9283421c3d1594f4554a Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Fri, 27 May 2022 16:42:03 +0300
Subject: [PATCH] New package: spicetify-cli-2.10.1

---
 srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..09710767657f
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.10.1
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/$pkgname/archive/refs/tags/v${version}.tar.gz"
+checksum=4cd51e9decd187e15cc61c601f502b99e2ec657eea67a4168e75ddcdc2db1c8d
+
+do_install() {
+	vmkdir usr/share
+	vbin ${GOPATH}/bin/spicetify-cli spicetify
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do
+		vcopy $cp usr/share/spicetify
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: spicetify-cli-2.10.1
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (5 preceding siblings ...)
  2022-05-28 16:53 ` wael444
@ 2022-06-07 11:39 ` wael444
  2022-06-07 11:41 ` wael444
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-06-07 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

New package: spicetify-cli-2.10.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From ba415e1d5565998a266ec9229f7d6bce4fb8c16c Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Fri, 27 May 2022 16:42:03 +0300
Subject: [PATCH] New package: spicetify-cli-2.10.1

---
 srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..09710767657f
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.10.1
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/$pkgname/archive/refs/tags/v${version}.tar.gz"
+checksum=4cd51e9decd187e15cc61c601f502b99e2ec657eea67a4168e75ddcdc2db1c8d
+
+do_install() {
+	vmkdir usr/share
+	vbin ${GOPATH}/bin/spicetify-cli spicetify
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do
+		vcopy $cp usr/share/spicetify
+	done
+}

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

* Re: New package: spicetify-cli-2.10.1
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (6 preceding siblings ...)
  2022-06-07 11:39 ` [PR PATCH] [Updated] New package: spicetify-cli-2.10.1 wael444
@ 2022-06-07 11:41 ` wael444
  2022-06-14 16:05 ` [PR PATCH] [Updated] " wael444
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-06-07 11:41 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37246#issuecomment-1148552452

Comment:
> Package 'xbps' not found in repository pool.

what happened here?

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

* Re: [PR PATCH] [Updated] New package: spicetify-cli-2.10.1
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (7 preceding siblings ...)
  2022-06-07 11:41 ` wael444
@ 2022-06-14 16:05 ` wael444
  2022-07-04  0:27 ` [PR PATCH] [Updated] [WIP] " wael444
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-06-14 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

New package: spicetify-cli-2.10.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From bc9c908a6b057dcbfb5261e1bcca7ca29aaef946 Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Fri, 27 May 2022 16:42:03 +0300
Subject: [PATCH] New package: spicetify-cli-2.10.1

---
 srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..09710767657f
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,22 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.10.1
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/$pkgname/archive/refs/tags/v${version}.tar.gz"
+checksum=4cd51e9decd187e15cc61c601f502b99e2ec657eea67a4168e75ddcdc2db1c8d
+
+do_install() {
+	vmkdir usr/share
+	vbin ${GOPATH}/bin/spicetify-cli spicetify
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do
+		vcopy $cp usr/share/spicetify
+	done
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: spicetify-cli-2.10.1
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (8 preceding siblings ...)
  2022-06-14 16:05 ` [PR PATCH] [Updated] " wael444
@ 2022-07-04  0:27 ` wael444
  2022-07-04  0:28 ` New package: spicetify-cli-2.9.9 wael444
  2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-07-04  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages spicetify-cli
https://github.com/void-linux/void-packages/pull/37246

[WIP] New package: spicetify-cli-2.10.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

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

From 0d219155d941d1077cf0fcb4e571285f092d1f90 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Mon, 4 Jul 2022 03:26:23 +0300
Subject: [PATCH] New package: spicetify-cli-2.9.9

---
 srcpkgs/spicetify-cli/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/spicetify-cli/template

diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template
new file mode 100644
index 000000000000..e07643b4b57a
--- /dev/null
+++ b/srcpkgs/spicetify-cli/template
@@ -0,0 +1,23 @@
+# Template file for 'spicetify-cli'
+pkgname=spicetify-cli
+version=2.9.9
+revision=1
+archs="x86_64"
+build_style=go
+go_import_path=github.com/spicetify/spicetify-cli
+go_ldflags=" -X main.version=${version}"
+short_desc="Command-line tool to customize Spotify client"
+maintainer="wael <40663@protonmail.com>"
+license="LGPL-2.1-only"
+homepage="https://spicetify.app/"
+distfiles="https://github.com/spicetify/$pkgname/archive/refs/tags/v${version}.tar.gz"
+checksum=e1489ba8413ccf2006f6c761c0aa91a8b6cc4076f7be1c127a517617ed14d948
+
+do_install() {
+	vmkdir usr/lib
+	vmkdir usr/bin
+	for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json ${GOPATH}/bin/spicetify-cli; do
+		vcopy $cp usr/lib/spicetify
+	done
+	ln -sf /usr/lib/spicetify/spicetify-cli ${DESTDIR}/usr/bin/spicetify
+}

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

* Re: New package: spicetify-cli-2.9.9
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (9 preceding siblings ...)
  2022-07-04  0:27 ` [PR PATCH] [Updated] [WIP] " wael444
@ 2022-07-04  0:28 ` wael444
  2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-07-04  0:28 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37246#issuecomment-1148552452

Comment:
> Package 'xbps' not found in repository pool.

what happened here?

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

* Re: [PR PATCH] [Closed]: New package: spicetify-cli-2.9.9
  2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
                   ` (10 preceding siblings ...)
  2022-07-04  0:28 ` New package: spicetify-cli-2.9.9 wael444
@ 2022-10-01  9:29 ` wael444
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-10-01  9:29 UTC (permalink / raw)
  To: ml

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

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

New package: spicetify-cli-2.9.9
https://github.com/void-linux/void-packages/pull/37246

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

**NOTE**: as the Spotify package is locked for x86_64-glibc i locked this package for that too, though it _does_ offer aarch64 pre-built binaries.



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

end of thread, other threads:[~2022-10-01  9:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-22 12:57 [PR PATCH] New package: spicetify-cli-2.9.8 wael444
2022-05-27 12:46 ` [PR PATCH] [Updated] " wael444
2022-05-27 13:43 ` wael444
2022-05-27 13:58 ` [PR REVIEW] New package: spicetify-cli-2.9.9 paper42
2022-05-27 14:02 ` wael444
2022-05-28 16:52 ` [PR PATCH] [Updated] " wael444
2022-05-28 16:53 ` wael444
2022-06-07 11:39 ` [PR PATCH] [Updated] New package: spicetify-cli-2.10.1 wael444
2022-06-07 11:41 ` wael444
2022-06-14 16:05 ` [PR PATCH] [Updated] " wael444
2022-07-04  0:27 ` [PR PATCH] [Updated] [WIP] " wael444
2022-07-04  0:28 ` New package: spicetify-cli-2.9.9 wael444
2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444

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