mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
media-sound/nuclear-bin: drop 1.37.3
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST nuclear-bin-1.37.3.deb 14932972 BLAKE2B 6c0d650e3a97c75b5dfdd582f6d6f6f42c41aed2b61c40d29a49ea2e54e0e2a16029e49a6e7dea7f736182d3f811999624807b34f241614567b9b96fa702f2d0 SHA512 4e9797f64c57857798c954d8f42493914b74c219f638c24340ef4b4543b73a3009bee23ad7c0128a5065ac68e0a9df6217780b638b8fcebded7347fb1a67b070
|
||||
DIST nuclear-bin-1.37.4.deb 14932910 BLAKE2B b08272d83d4d66e7743f4a81fd8996ad11a228e619de640dc50ce8c48655d4ffe0e304afd1c97fe5176ab6c0f5820a57e8dbdfe6b348b1e6faaf60cbd382bd94 SHA512 4d7496690714faf6ca725246a3baf7dd66109a742a1f13e376223315b1411a9c19d3f119a04e343b173a1495935cd0c6579556edec17f453cc4b7abd29537d8f
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
# 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
|
||||
app-arch/xz-utils
|
||||
dev-libs/expat
|
||||
dev-libs/glib
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/mesa[opengl]
|
||||
net-libs/libsoup
|
||||
net-libs/webkit-gtk:4.1
|
||||
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