public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/supersonic/
Date: Tue,  6 Aug 2024 09:25:01 +0000 (UTC)	[thread overview]
Message-ID: <1722936236.4a34ab904162986c9b006dd3253df6f9723e69e4.davidroman@gentoo> (raw)

commit:     4a34ab904162986c9b006dd3253df6f9723e69e4
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Aug  6 09:23:56 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Aug  6 09:23:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a34ab90

media-sound/supersonic: add missing RDEPENDs

Closes: https://bugs.gentoo.org/937444
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/supersonic-0.13.0-r1.ebuild | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/media-sound/supersonic/supersonic-0.13.0-r1.ebuild b/media-sound/supersonic/supersonic-0.13.0-r1.ebuild
new file mode 100644
index 000000000..a8046f32a
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.13.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


             reply	other threads:[~2024-08-06  9:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-06  9:25 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-01 15:53 [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/ David Roman
2024-09-01 15:43 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-01 15:43 David Roman
2024-07-31 22:34 Lucio Sauer
2024-07-31  9:50 David Roman
2024-07-28 12:20 David Roman
2024-07-27 17:40 David Roman

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=1722936236.4a34ab904162986c9b006dd3253df6f9723e69e4.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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