Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: spotify-adblock-1.0.0
@ 2021-10-05 16:12 Yuyu
  2021-10-06 10:42 ` [PR PATCH] [Updated] " Yuyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yuyu @ 2021-10-05 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Yuyu/void-packages master
https://github.com/void-linux/void-packages/pull/33348

New package: spotify-adblock-1.0.0
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Notes
This theoretically replaces [spotify-adblock-linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/spotify-adblock-linux), which has been deprecated by its creator (see https://github.com/abba23/spotify-adblock-linux) and replaced with this implementation in Rust.

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

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

From c59a1462b3150cf5f463e89f07853126c0c05ee6 Mon Sep 17 00:00:00 2001
From: Yuyu <yuyu@yyzr.de>
Date: Tue, 5 Oct 2021 17:34:45 +0200
Subject: [PATCH] New package: spotify-adblock-1.0.0

---
 .../files/spotify-adblock.desktop              | 11 +++++++++++
 srcpkgs/spotify-adblock/template               | 18 ++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/spotify-adblock/files/spotify-adblock.desktop
 create mode 100644 srcpkgs/spotify-adblock/template

diff --git a/srcpkgs/spotify-adblock/files/spotify-adblock.desktop b/srcpkgs/spotify-adblock/files/spotify-adblock.desktop
new file mode 100644
index 000000000000..7a1f4cffe2fd
--- /dev/null
+++ b/srcpkgs/spotify-adblock/files/spotify-adblock.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=Spotify (adblock)
+GenericName=Music Player
+Icon=spotify-client
+TryExec=spotify
+Exec=env LD_LIBRARY_PATH=/usr/libexec/spotify env LD_PRELOAD=/usr/lib/libspotifyadblock.so /usr/libexec/spotify/spotify %U
+Terminal=false
+MimeType=x-scheme-handler/spotify;
+Categories=Audio;Music;Player;AudioVideo;
+StartupWMClass=spotify
diff --git a/srcpkgs/spotify-adblock/template b/srcpkgs/spotify-adblock/template
new file mode 100644
index 000000000000..dd157b5c7241
--- /dev/null
+++ b/srcpkgs/spotify-adblock/template
@@ -0,0 +1,18 @@
+# Template file for 'spotify-adblock'
+pkgname=spotify-adblock
+version=1.0.0
+revision=1
+build_style=cargo
+conf_files="/etc/spotify-adblock/config.toml"
+short_desc="Spotify adblocker for Linux"
+maintainer="Yuyu <yuyu@yyzr.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/abba23/spotify-adblock"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f1a150f6f31becf7e0de4f993a346285fc3b4669516b63649c128c932c32e7f0
+
+do_install() {
+	vinstall target/${XBPS_RUST_TARGET}/release/libspotifyadblock.so 644 usr/lib
+	vinstall config.toml 644 etc/spotify-adblock/
+	vinstall ${FILESDIR}/spotify-adblock.desktop 644 usr/share/applications/
+}

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

* Re: [PR PATCH] [Updated] New package: spotify-adblock-1.0.0
  2021-10-05 16:12 [PR PATCH] New package: spotify-adblock-1.0.0 Yuyu
@ 2021-10-06 10:42 ` Yuyu
  2021-10-06 10:42 ` Yuyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Yuyu @ 2021-10-06 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Yuyu/void-packages master
https://github.com/void-linux/void-packages/pull/33348

New package: spotify-adblock-1.0.0
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Notes
This theoretically replaces [spotify-adblock-linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/spotify-adblock-linux), which has been deprecated by its creator (see https://github.com/abba23/spotify-adblock-linux) and replaced with this implementation in Rust.

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

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

From c59a1462b3150cf5f463e89f07853126c0c05ee6 Mon Sep 17 00:00:00 2001
From: Yuyu <yuyu@yyzr.de>
Date: Tue, 5 Oct 2021 17:34:45 +0200
Subject: [PATCH] New package: spotify-adblock-1.0.0

---
 .../files/spotify-adblock.desktop              | 11 +++++++++++
 srcpkgs/spotify-adblock/template               | 18 ++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/spotify-adblock/files/spotify-adblock.desktop
 create mode 100644 srcpkgs/spotify-adblock/template

diff --git a/srcpkgs/spotify-adblock/files/spotify-adblock.desktop b/srcpkgs/spotify-adblock/files/spotify-adblock.desktop
new file mode 100644
index 000000000000..7a1f4cffe2fd
--- /dev/null
+++ b/srcpkgs/spotify-adblock/files/spotify-adblock.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=Spotify (adblock)
+GenericName=Music Player
+Icon=spotify-client
+TryExec=spotify
+Exec=env LD_LIBRARY_PATH=/usr/libexec/spotify env LD_PRELOAD=/usr/lib/libspotifyadblock.so /usr/libexec/spotify/spotify %U
+Terminal=false
+MimeType=x-scheme-handler/spotify;
+Categories=Audio;Music;Player;AudioVideo;
+StartupWMClass=spotify
diff --git a/srcpkgs/spotify-adblock/template b/srcpkgs/spotify-adblock/template
new file mode 100644
index 000000000000..dd157b5c7241
--- /dev/null
+++ b/srcpkgs/spotify-adblock/template
@@ -0,0 +1,18 @@
+# Template file for 'spotify-adblock'
+pkgname=spotify-adblock
+version=1.0.0
+revision=1
+build_style=cargo
+conf_files="/etc/spotify-adblock/config.toml"
+short_desc="Spotify adblocker for Linux"
+maintainer="Yuyu <yuyu@yyzr.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/abba23/spotify-adblock"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f1a150f6f31becf7e0de4f993a346285fc3b4669516b63649c128c932c32e7f0
+
+do_install() {
+	vinstall target/${XBPS_RUST_TARGET}/release/libspotifyadblock.so 644 usr/lib
+	vinstall config.toml 644 etc/spotify-adblock/
+	vinstall ${FILESDIR}/spotify-adblock.desktop 644 usr/share/applications/
+}

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

* Re: [PR PATCH] [Updated] New package: spotify-adblock-1.0.0
  2021-10-05 16:12 [PR PATCH] New package: spotify-adblock-1.0.0 Yuyu
  2021-10-06 10:42 ` [PR PATCH] [Updated] " Yuyu
@ 2021-10-06 10:42 ` Yuyu
  2022-06-07  2:12 ` github-actions
  2022-06-08 13:12 ` [PR PATCH] [Closed]: " Yuyu
  3 siblings, 0 replies; 5+ messages in thread
From: Yuyu @ 2021-10-06 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Yuyu/void-packages master
https://github.com/void-linux/void-packages/pull/33348

New package: spotify-adblock-1.0.0
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Notes
This theoretically replaces [spotify-adblock-linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/spotify-adblock-linux), which has been deprecated by its creator (see https://github.com/abba23/spotify-adblock-linux) and replaced with this implementation in Rust.

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

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

From a4b9b3311c7036ac14ceab7228cba11621bc1da5 Mon Sep 17 00:00:00 2001
From: Yuyu <yuyu@yyzr.de>
Date: Tue, 5 Oct 2021 17:34:45 +0200
Subject: [PATCH] New package: spotify-adblock-1.0.0

---
 .../files/spotify-adblock.desktop              | 11 +++++++++++
 srcpkgs/spotify-adblock/template               | 18 ++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/spotify-adblock/files/spotify-adblock.desktop
 create mode 100644 srcpkgs/spotify-adblock/template

diff --git a/srcpkgs/spotify-adblock/files/spotify-adblock.desktop b/srcpkgs/spotify-adblock/files/spotify-adblock.desktop
new file mode 100644
index 000000000000..7a1f4cffe2fd
--- /dev/null
+++ b/srcpkgs/spotify-adblock/files/spotify-adblock.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=Spotify (adblock)
+GenericName=Music Player
+Icon=spotify-client
+TryExec=spotify
+Exec=env LD_LIBRARY_PATH=/usr/libexec/spotify env LD_PRELOAD=/usr/lib/libspotifyadblock.so /usr/libexec/spotify/spotify %U
+Terminal=false
+MimeType=x-scheme-handler/spotify;
+Categories=Audio;Music;Player;AudioVideo;
+StartupWMClass=spotify
diff --git a/srcpkgs/spotify-adblock/template b/srcpkgs/spotify-adblock/template
new file mode 100644
index 000000000000..dd157b5c7241
--- /dev/null
+++ b/srcpkgs/spotify-adblock/template
@@ -0,0 +1,18 @@
+# Template file for 'spotify-adblock'
+pkgname=spotify-adblock
+version=1.0.0
+revision=1
+build_style=cargo
+conf_files="/etc/spotify-adblock/config.toml"
+short_desc="Spotify adblocker for Linux"
+maintainer="Yuyu <yuyu@yyzr.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/abba23/spotify-adblock"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f1a150f6f31becf7e0de4f993a346285fc3b4669516b63649c128c932c32e7f0
+
+do_install() {
+	vinstall target/${XBPS_RUST_TARGET}/release/libspotifyadblock.so 644 usr/lib
+	vinstall config.toml 644 etc/spotify-adblock/
+	vinstall ${FILESDIR}/spotify-adblock.desktop 644 usr/share/applications/
+}

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

* Re: New package: spotify-adblock-1.0.0
  2021-10-05 16:12 [PR PATCH] New package: spotify-adblock-1.0.0 Yuyu
  2021-10-06 10:42 ` [PR PATCH] [Updated] " Yuyu
  2021-10-06 10:42 ` Yuyu
@ 2022-06-07  2:12 ` github-actions
  2022-06-08 13:12 ` [PR PATCH] [Closed]: " Yuyu
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-06-07  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/33348#issuecomment-1148116354

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: spotify-adblock-1.0.0
  2021-10-05 16:12 [PR PATCH] New package: spotify-adblock-1.0.0 Yuyu
                   ` (2 preceding siblings ...)
  2022-06-07  2:12 ` github-actions
@ 2022-06-08 13:12 ` Yuyu
  3 siblings, 0 replies; 5+ messages in thread
From: Yuyu @ 2022-06-08 13:12 UTC (permalink / raw)
  To: ml

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

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

New package: spotify-adblock-1.0.0
https://github.com/void-linux/void-packages/pull/33348

Description:
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Notes
This theoretically replaces [spotify-adblock-linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/spotify-adblock-linux), which has been deprecated by its creator (see https://github.com/abba23/spotify-adblock-linux) and replaced with this implementation in Rust.

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

end of thread, other threads:[~2022-06-08 13:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 16:12 [PR PATCH] New package: spotify-adblock-1.0.0 Yuyu
2021-10-06 10:42 ` [PR PATCH] [Updated] " Yuyu
2021-10-06 10:42 ` Yuyu
2022-06-07  2:12 ` github-actions
2022-06-08 13:12 ` [PR PATCH] [Closed]: " Yuyu

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