mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
net-im/discord-canary-bin: drop 0.0.154
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST discord-canary-0.0.154.deb 92150282 BLAKE2B 8dbaa51e6de929cad73f7192234cb9cc07f1b8fb0360c2897adbacedd1d722dc4243ad2e8ba8fd62b19eb27c9bf2d5f9ea47bbf13f5eed574c249dd555cecaef SHA512 5c1395a02a25a6a013b9d7a949d03c1836046d9a32966300d45b1122e6ff444df5db27ccaab9ebbe44ed56270019e8ff85898c9b34660ced6cfb503f7ef8be6d
|
||||
DIST discord-canary-0.0.162.deb 92140574 BLAKE2B aca3a5bf758bbe38499deb91676d33f18b98dd99c6de3a4973146c63ec989862350c99e7a82cf1a60a7bea8d79ae5b448b77d7171211366d30b53ad101a6de8f SHA512 1cbc37cde9e36bfb3554ad042ed0065e617a32ed64a67c0c8635c5c1a8378b9ed49b7cae48afb8c3ccc36a4848ce449eb27c807499d32e35a69c7aebb18eeeda
|
||||
|
||||
@@ -1,90 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN=${PN/-bin/}
|
||||
MY_BIN="D${MY_PN/d/}"
|
||||
MY_BIN="${MY_BIN/-canary/}Canary"
|
||||
|
||||
inherit desktop linux-info pax-utils unpacker xdg
|
||||
|
||||
DESCRIPTION="All-in-one voice and text chat"
|
||||
HOMEPAGE="https://discordapp.com/"
|
||||
SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="bindist mirror strip test"
|
||||
|
||||
RDEPEND="
|
||||
>=app-accessibility/at-spi2-core-2.46.0
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/fontconfig:1.0
|
||||
media-libs/freetype:2
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-apps/util-linux
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/libxcb
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXtst
|
||||
x11-libs/pango
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="
|
||||
opt/discord-canary/${MY_BIN}
|
||||
opt/discord-canary/chrome_crashpad_handler
|
||||
opt/discord-canary/chrome-sandbox
|
||||
opt/discord-canary/libffmpeg.so
|
||||
opt/discord-canary/libvk_swiftshader.so
|
||||
opt/discord-canary/libvulkan.so
|
||||
opt/discord-canary/libvulkan.so.1
|
||||
opt/discord-canary/libEGL.so
|
||||
opt/discord-canary/libGLESv2.so
|
||||
opt/discord-canary/libVkICD_mock_icd.so
|
||||
opt/discord-canary/swiftshader/libEGL.so
|
||||
opt/discord-canary/swiftshader/libGLESv2.so
|
||||
opt/discord-canary/swiftshader/libvk_swiftshader.so
|
||||
"
|
||||
|
||||
CONFIG_CHECK="~USER_NS"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i \
|
||||
-e "s:/usr/share/${MY_PN}/${MY_BIN}:/opt/${MY_PN}/${MY_BIN}:g" \
|
||||
usr/share/${MY_PN}/${MY_PN}.desktop || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newicon usr/share/${MY_PN}/${MY_PN//-canary/}.png ${MY_PN}.png
|
||||
domenu usr/share/${MY_PN}/${MY_PN}.desktop
|
||||
|
||||
insinto /opt/${MY_PN}
|
||||
doins -r usr/share/${MY_PN}/.
|
||||
fperms +x /opt/${MY_PN}/${MY_BIN}
|
||||
dosym ../../opt/${MY_PN}/${MY_BIN} usr/bin/${MY_PN}
|
||||
|
||||
pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
|
||||
}
|
||||
Reference in New Issue
Block a user