mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
media-sound/nuclear-bin: update EAPI 7 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172@outlook.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit desktop xdg
|
inherit desktop xdg
|
||||||
|
|
||||||
@@ -42,14 +42,10 @@ DEPEND="
|
|||||||
|
|
||||||
QA_PREBUILT="/opt/nuclear-bin/*"
|
QA_PREBUILT="/opt/nuclear-bin/*"
|
||||||
|
|
||||||
src_prepare(){
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install(){
|
src_install(){
|
||||||
insinto /opt/"${PN}"
|
insinto /opt/"${PN}"
|
||||||
doins -r "${S}"/*
|
doins -r "${S}"/*
|
||||||
dosym ../../opt/"${PN}"/nuclear "${EPREFIX}"/usr/bin/nuclear
|
dosym -r /opt/"${PN}"/nuclear "${EPREFIX}"/usr/bin/nuclear
|
||||||
fperms +x /opt/"${PN}"/nuclear
|
fperms +x /opt/"${PN}"/nuclear
|
||||||
fperms +x /opt/"${PN}"/chrome-sandbox
|
fperms +x /opt/"${PN}"/chrome-sandbox
|
||||||
fperms +x /opt/"${PN}"/resources/bin/fpcalc
|
fperms +x /opt/"${PN}"/resources/bin/fpcalc
|
||||||
@@ -68,8 +64,3 @@ src_install(){
|
|||||||
mv nuclear-icon.svg nuclear.svg || die
|
mv nuclear-icon.svg nuclear.svg || die
|
||||||
doicon nuclear.svg
|
doicon nuclear.svg
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst(){
|
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user