mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
media-sound/nuclear-bin: drop 0.6.30
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
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
|
||||
|
||||
@@ -1,76 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
inherit desktop xdg
|
||||
|
||||
MY_P="nuclear-v${PV}"
|
||||
|
||||
DESCRIPTION="Nuclear is a streaming program that pulls content from free sources on internet"
|
||||
HOMEPAGE="https://nuclear.js.org https://github.com/nukeop/nuclear"
|
||||
SRC_URI="https://github.com/nukeop/nuclear/releases/download/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
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="*"
|
||||
|
||||
QA_PRESTRIPPED="opt/nuclear-bin/resources/bin/fpcalc"
|
||||
|
||||
src_install(){
|
||||
insinto /opt/"${PN}"
|
||||
doins -r "${S}"/*
|
||||
dosym -r /opt/"${PN}"/nuclear "${EPREFIX}"/usr/bin/nuclear
|
||||
|
||||
fperms +x /opt/"${PN}"/nuclear
|
||||
fperms +x /opt/"${PN}"/chrome-sandbox
|
||||
fperms +x /opt/"${PN}"/resources/bin/fpcalc
|
||||
|
||||
make_desktop_entry "/opt/${PN}/nuclear %U" "Nuclear" "nuclear" \
|
||||
"Audio;Music;Player;AudioVideo;" \
|
||||
"GenericName=Nuclear-bin\nStartupNotify=true\nStartupWMClass=nuclear"
|
||||
|
||||
cd "${S}"/resources/media/ || die
|
||||
mv icon.icns nuclear.icns || die
|
||||
doicon nuclear.icns
|
||||
|
||||
cd presskit/icons/color || die
|
||||
for i in {16,24,32,48,64,96,128,256,512}; do
|
||||
mv "${i}".png nuclear-"${i}".png || die
|
||||
doicon -s "${i}" nuclear-"${i}".png
|
||||
done
|
||||
|
||||
cd ../scalable || die
|
||||
mv nuclear-icon.svg nuclear.svg || die
|
||||
doicon nuclear.svg
|
||||
}
|
||||
Reference in New Issue
Block a user