Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bnyro <Bnyro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: monophony-2.10.0 and dependencies
Date: Mon, 13 May 2024 13:57:07 +0200	[thread overview]
Message-ID: <20240513115707.DF0C521147@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45416@inbox.vuxu.org>

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

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

https://github.com/Bnyro/void-packages monophony
https://github.com/void-linux/void-packages/pull/45416

New package: monophony-2.10.0 and dependencies
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - i686


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

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

From 75a8f9201716227dd02efc42159fbc586de67aab Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 4 Aug 2023 10:06:17 +0200
Subject: [PATCH 1/2] New package: python3-mpris_server-0.4.3

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

diff --git a/srcpkgs/python3-mpris_server/template b/srcpkgs/python3-mpris_server/template
new file mode 100644
index 00000000000000..a03bd58d52388b
--- /dev/null
+++ b/srcpkgs/python3-mpris_server/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mpris_server'
+pkgname=python3-mpris_server
+version=0.4.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-pydbus python3-Unidecode python3-gobject python3-emoji"
+short_desc="Adapters to integrate MPRIS support in media player device"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/alexdelorenzo/mpris_server/"
+distfiles="https://github.com/alexdelorenzo/mpris_server/archive/refs/tags/v${version}.tar.gz"
+checksum=b63e7df34f922325afafc9afbc60d827629aa80829cb5dc5cf5c4fbea4bf5d6c
+make_check=no # upstream doesn't provide tests, do_check of the python3-module hence fails
+
+post_install() {
+	vlicense LICENSE
+}

From 2324c10e72cea62beecf3d73d35cf8f257d4ccc8 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 4 Aug 2023 09:28:19 +0200
Subject: [PATCH 2/2] New package: monophony-2.10.0

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

diff --git a/srcpkgs/monophony/template b/srcpkgs/monophony/template
new file mode 100644
index 00000000000000..c2aa8ddb65b88a
--- /dev/null
+++ b/srcpkgs/monophony/template
@@ -0,0 +1,19 @@
+# Template file for 'monophony'
+pkgname=monophony
+version=2.10.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="python3-pip python3-setuptools python3-wheel"
+depends="libadwaita python3-gobject python3-ytmusicapi python3-mpris_server yt-dlp"
+short_desc="Gtk app for streaming music from YouTube"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.com/zehkira/monophony/"
+distfiles="https://gitlab.com/zehkira/monophony/-/archive/v${version}/monophony-v${version}.tar.gz"
+checksum=16babcb25afb43f45900d8939d84d55e451f6afdd571f4c17a086f85959eff98
+build_wrksrc="source"
+
+do_install() {
+	make install prefix="${DESTDIR}/usr"
+	vlicense LICENSE
+}

      parent reply	other threads:[~2024-05-13 11:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-04 13:58 [PR PATCH] New package: monophony-1.10.0 " Bnyro
2023-08-10  8:44 ` [PR PATCH] [Updated] " Bnyro
2023-08-16 14:41 ` Bnyro
2023-08-16 14:55 ` [PR PATCH] [Updated] New package: monophony-2.0.0 " Bnyro
2023-08-16 17:40 ` Bnyro
2023-08-24 21:17 ` Bnyro
2023-09-10 10:10 ` [PR PATCH] [Updated] New package: monophony-2.0.1 " Bnyro
2023-09-19 15:43 ` [PR PATCH] [Updated] New package: monophony-2.1.0 " Bnyro
2023-09-20  8:13 ` [PR REVIEW] New package: monophony-2.2.0 " zehkira
2023-09-20  8:28 ` [PR PATCH] [Updated] " Bnyro
2023-09-20  8:29 ` Bnyro
2023-09-20  8:29 ` [PR REVIEW] " Bnyro
2023-10-05 19:08 ` [PR PATCH] [Updated] " Bnyro
2023-10-05 19:08 ` Bnyro
2023-10-31 16:55 ` New package: monophony-2.2.2 " Bnyro
2023-10-31 19:09 ` zehkira
2023-10-31 19:15 ` Bnyro
2023-10-31 19:41 ` zehkira
2023-10-31 19:44 ` Bnyro
2023-12-30  0:27 ` ahesford
2024-01-17 18:37 ` [PR PATCH] [Closed]: " Bnyro
2024-01-17 18:37 ` Bnyro
2024-05-11 16:30 ` zehkira
2024-05-11 19:03 ` Bnyro
2024-05-13 11:56 ` [PR PATCH] [Updated] " Bnyro
2024-05-13 11:57 ` Bnyro [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240513115707.DF0C521147@inbox.vuxu.org \
    --to=bnyro@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).