mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-im/discord-ptb-bin: New Package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew <dev@mtbk.me>
This commit is contained in:
1
net-im/discord-ptb-bin/Manifest
Normal file
1
net-im/discord-ptb-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST discord-ptb-0.0.25.deb 71615052 BLAKE2B 04d822378934ebb5b68f34ca56ef863aa48a232cf08689a44e60ea25a378edc45891ff3033a07620453ac5b1143fbab63675a05bd41b015f9f40d5d1fb4ba31e SHA512 71b6eee347252cbc5e4daf2a85b1f18a9e3b0c602354a37922335c07b85e71918b2fe541418f767efa2db8e1832aca02984298c87058e6e3c9244d61f24a25c7
|
||||
89
net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild
Normal file
89
net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild
Normal file
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN=${PN/-bin/}
|
||||
MY_BIN="D${MY_PN/d/}"
|
||||
MY_BIN="${MY_BIN/-ptb/}PTB"
|
||||
|
||||
inherit desktop linux-info pax-utils unpacker xdg
|
||||
|
||||
DESCRIPTION="All-in-one voice and text chat"
|
||||
HOMEPAGE="https://discordapp.com/"
|
||||
SRC_URI="https://dl-ptb.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="mirror bindist"
|
||||
|
||||
RDEPEND="
|
||||
app-accessibility/at-spi2-atk:2
|
||||
app-accessibility/at-spi2-core:2
|
||||
dev-libs/atk
|
||||
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/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-ptb/${MY_BIN}
|
||||
opt/discord-ptb/chrome-sandbox
|
||||
opt/discord-ptb/libffmpeg.so
|
||||
opt/discord-ptb/libvk_swiftshader.so
|
||||
opt/discord-ptb/libvulkan.so
|
||||
opt/discord-ptb/libEGL.so
|
||||
opt/discord-ptb/libGLESv2.so
|
||||
opt/discord-ptb/libVkICD_mock_icd.so
|
||||
opt/discord-ptb/swiftshader/libEGL.so
|
||||
opt/discord-ptb/swiftshader/libGLESv2.so
|
||||
opt/discord-ptb/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//-ptb}.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}
|
||||
}
|
||||
8
net-im/discord-ptb-bin/metadata.xml
Normal file
8
net-im/discord-ptb-bin/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dev@mtbk.me</email>
|
||||
<name>Matthew Bakhtiari</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user