mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
media-sound/nuclear-bin: remove 0.6.13
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
parent
1588d75914
commit
e1bfd0a46c
@ -1,2 +1 @@
|
||||
DIST nuclear-bin-0.6.13.tar.gz 105286210 BLAKE2B 1ec968c0dcfce23ccc1050809387d747bc3cbe7df71b79164b84f0e507a39fd6315145553372521757a62a77ae4f2ae8d218582544a66c0ae0237b02eff7b435 SHA512 20446f6a9c37e52207ec9cb965c47394a1e1035ecbc8f11350ff6c2797eb7f7be595535f310e01c135e59399cec8d4a8cff60ac246af25cac9cf035f9375b1f4
|
||||
DIST nuclear-bin-0.6.14.tar.gz 104953194 BLAKE2B 77ced9b6703831b7de93617fa04ac0bb2439790470d5e43b18ee5ce029d30396fd097f31ffa58201d03a5d7b9f4d763a758a0111f06eb184c13c7a7c3952a341 SHA512 7fc42d1e1a6eea49cabeb21c8925577c360f65e677ecd414313ce9d57964a44ab7c9391c46e1b781cb528cf121b82c5f1af68bc94b90351efdf56a69040e01db
|
||||
|
@ -1,75 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop xdg
|
||||
|
||||
MY_P="nuclear-${PV}"
|
||||
|
||||
DESCRIPTION="Nuclear is a streaming program that pulls content from free sources on internet"
|
||||
HOMEPAGE="https://nuclear.js.org/"
|
||||
SRC_URI="https://github.com/nukeop/nuclear/releases/download/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
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_prepare(){
|
||||
default
|
||||
}
|
||||
|
||||
src_install(){
|
||||
insinto /opt/"${PN}"
|
||||
doins -r "${S}"/*
|
||||
dosym ../../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
|
||||
}
|
||||
|
||||
pkg_postinst(){
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user