mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
media-sound/nuclear-bin: add 1.34.1
Closes: https://bugs.gentoo.org/972766 Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST nuclear-bin-0.6.30.tar.gz 113904900 BLAKE2B 8d35954e028b907a21077b28538dd96f26433a07f335caf4dc402f6bd684a88933e33c6f8ba4abd58845a3b2a754fb3d17a2183163364e87c6741417c0b06e84 SHA512 25a9c1466213385d913b1a5cee50b76477549661cbae02445e0418b3a754d74749f82ffe70699be47f562774f354a299ccffb97ca0865b9e75964d58143e34b4
|
||||
DIST nuclear-bin-1.34.1.deb 14741248 BLAKE2B 73f785f34b617ec3017c8b7ea03218cc95c06316d8faee543bbeea7a07b5cb49e8b3f94e555cf8d3a0148715442a7c89a8978322eb4bebef536655caa59cb9f9 SHA512 67b621b4938dc0832e9d43b4d17e1ce5f6caad6a011f50ec1f24484d18a679d6087fabe9135c6aeda7a8414136e5ec0cac80905c3e734668688726a605a2ea6b
|
||||
|
||||
56
media-sound/nuclear-bin/nuclear-bin-1.34.1.ebuild
Normal file
56
media-sound/nuclear-bin/nuclear-bin-1.34.1.ebuild
Normal file
@@ -0,0 +1,56 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
inherit unpacker desktop xdg
|
||||
|
||||
MY_P="nuclear-v${PV}"
|
||||
|
||||
DESCRIPTION="Streaming music player that finds free music for you"
|
||||
HOMEPAGE="https://nuclearplayer.com"
|
||||
SRC_URI="https://github.com/nukeop/nuclear/releases/download/player@${PV}/Nuclear_${PV}_amd64.deb -> ${P}.deb"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=app-accessibility/at-spi2-core-2.46.0:2
|
||||
dev-libs/expat
|
||||
dev-libs/glib
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/mesa[opengl]
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
x11-libs/cairo[X]
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:3[X]
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libdrm
|
||||
x11-libs/libxcb
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/libxshmfence
|
||||
x11-libs/pango[X]
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_unpack() {
|
||||
unpack_deb "${P}.deb"
|
||||
}
|
||||
|
||||
src_install(){
|
||||
dobin "usr/bin/nuclear-music-player"
|
||||
domenu "usr/share/applications/Nuclear.desktop"
|
||||
doicon --size 512 "usr/share/icons/hicolor/512x512/apps/nuclear-music-player.png"
|
||||
}
|
||||
Reference in New Issue
Block a user