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.15
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST nuclear-bin-0.6.15.tar.gz 105079973 BLAKE2B df76d3e170ee15c461fd03f91deed9bdf56b28aaf878617ed83f1c3ac4189da67ef8ec56aea6b776c48e79e7dea8c0cc8cbb58843b80bb25560db6dd66539765 SHA512 c4c0a48103de88e73e87b8f2e5e05c3d619f328144b918b7993f4c26e3c3116d8234101c65c2d687f2865de5a3602db2c71eeb73cfb50a335be4008109ac91ee
|
||||
DIST nuclear-bin-0.6.17.tar.gz 105008012 BLAKE2B c65cefb3f736af92cd26b00f3c6684b795976f21b828aaa9fb70e2e119c5a423fcab63ef6d13e9e131bb7e082ec2764d3062de9ca0cd72168ab289bad5a28018 SHA512 cdf557559540e808a4fea38265318e9dfd7c5c58a2e5665de57f95daff650698acc688080e7a7e67285a492020fa8f17d84e2c67fb6b36f913196d9f284386e1
|
||||
|
||||
@@ -1,66 +0,0 @@
|
||||
# Copyright 1999-2022 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="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
app-accessibility/at-spi2-atk
|
||||
app-accessibility/at-spi2-core
|
||||
dev-libs/atk
|
||||
dev-libs/libappindicator
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
net-print/cups
|
||||
media-libs/mesa
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+
|
||||
x11-libs/libdrm
|
||||
x11-libs/libnotify
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libxshmfence
|
||||
x11-libs/libXtst
|
||||
x11-libs/pango
|
||||
"
|
||||
|
||||
QA_PREBUILT="opt/nuclear-bin/*"
|
||||
|
||||
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