From 762fca2089f83d2ed185d4b98e45ba4b67e151b7 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 4 Aug 2023 09:52:42 +0200 Subject: [PATCH 1/3] New package: python3-nuitka-1.7.8 --- srcpkgs/python3-nuitka/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/python3-nuitka/template diff --git a/srcpkgs/python3-nuitka/template b/srcpkgs/python3-nuitka/template new file mode 100644 index 0000000000000..f6b9c7d65ad3b --- /dev/null +++ b/srcpkgs/python3-nuitka/template @@ -0,0 +1,15 @@ +# Template file for 'python3-nuitka' +pkgname=python3-nuitka +version=1.7.8 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-appdirs python3-tqdm python3-zstandard python3-Jinja2 python3-devel" +short_desc="CPython compatible Python compiler with full language support" +maintainer="Bnyro " +license="Apache-2.0" +homepage="https://nuitka.net" +changelog="https://raw.githubusercontent.com/Nuitka/Nuitka/develop/Changelog.rst" +distfiles="https://github.com/Nuitka/Nuitka/archive/refs/tags/${version}.tar.gz" +checksum=ddf9b65cdb0a60e363d3014773c8977f03657a40aaf29261ea96a675a775c9f5 +make_check=no # tests fail due to test dependencies that are not in the repos From a3177f2ceed91b2072d942b795b16ecfb62e6b05 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 4 Aug 2023 10:06:17 +0200 Subject: [PATCH 2/3] 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 0000000000000..a03bd58d52388 --- /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 ea99fc45545860b2c1adee11bc218b62b568d5e1 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 4 Aug 2023 09:28:19 +0200 Subject: [PATCH 3/3] New package: monophony-1.10.0 --- srcpkgs/monophony/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/monophony/template diff --git a/srcpkgs/monophony/template b/srcpkgs/monophony/template new file mode 100644 index 0000000000000..7d645c44016f0 --- /dev/null +++ b/srcpkgs/monophony/template @@ -0,0 +1,24 @@ +# Template file for 'monophony' +pkgname=monophony +version=1.10.0 +revision=1 +archs="x86_64 i686" +build_style=gnu-makefile +hostmakedepends="python3-nuitka" +depends="libadwaita python3-gobject python3-requests 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=c7e4daf1dbbbfb39e38295ec28da522184eb16f1d97f63ddfcc0efa24f30b576 +build_wrksrc="source" + +pre_build() { + export CC=gcc +} + +do_install() { + make install prefix="${DESTDIR}/usr" + vlicense LICENSE +}