mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
net-im/discord-canary: inherit xdg
also add QA_PREBUILT to avoid warnings Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit eutils desktop
|
inherit desktop eutils xdg
|
||||||
|
|
||||||
DESCRIPTION="All-in-one voice and text chat"
|
DESCRIPTION="All-in-one voice and text chat"
|
||||||
|
|
||||||
HOMEPAGE="https://discordapp.com/"
|
HOMEPAGE="https://discordapp.com/"
|
||||||
|
|
||||||
SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
|
SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
|
||||||
RESTRICT="mirror"
|
RESTRICT="mirror bindist"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -35,6 +35,16 @@ DEPEND="${RDEPEND}
|
|||||||
|
|
||||||
S=${WORKDIR}/DiscordCanary
|
S=${WORKDIR}/DiscordCanary
|
||||||
|
|
||||||
|
QA_PREBUILT="
|
||||||
|
opt/discord-canary/DiscordCanary
|
||||||
|
opt/discord-canary/libEGL.so
|
||||||
|
opt/discord-canary/libGLESv2.so
|
||||||
|
opt/discord-canary/swiftshader/libEGL.so
|
||||||
|
opt/discord-canary/swiftshader/libGLESv2.so
|
||||||
|
opt/discord-canary/libVkICD_mock_icd.so
|
||||||
|
opt/discord-canary/libffmpeg.so
|
||||||
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
local destdir="/opt/${PN}"
|
local destdir="/opt/${PN}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user