From 75a8f9201716227dd02efc42159fbc586de67aab Mon Sep 17 00:00:00 2001 From: Bnyro 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 " +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 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 " +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 +}