public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Abtin Matthew Bakhtiari" <matthewabtin@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/
Date: Tue, 29 Jun 2021 21:17:25 +0000 (UTC)	[thread overview]
Message-ID: <1625001441.3408e72eb3c5bfa06978c54b4e1e0070fb45d9fc.matthewabtin@gentoo> (raw)

commit:     3408e72eb3c5bfa06978c54b4e1e0070fb45d9fc
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Tue Jun 29 21:17:21 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Tue Jun 29 21:17:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3408e72e

net-im/discord-ptb-bin: New Package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>

 net-im/discord-ptb-bin/Manifest                    |  1 +
 .../discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild  | 89 ++++++++++++++++++++++
 net-im/discord-ptb-bin/metadata.xml                |  8 ++
 3 files changed, 98 insertions(+)

diff --git a/net-im/discord-ptb-bin/Manifest b/net-im/discord-ptb-bin/Manifest
new file mode 100644
index 000000000..f68000e37
--- /dev/null
+++ b/net-im/discord-ptb-bin/Manifest
@@ -0,0 +1 @@
+DIST discord-ptb-0.0.25.deb 71615052 BLAKE2B 04d822378934ebb5b68f34ca56ef863aa48a232cf08689a44e60ea25a378edc45891ff3033a07620453ac5b1143fbab63675a05bd41b015f9f40d5d1fb4ba31e SHA512 71b6eee347252cbc5e4daf2a85b1f18a9e3b0c602354a37922335c07b85e71918b2fe541418f767efa2db8e1832aca02984298c87058e6e3c9244d61f24a25c7

diff --git a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild
new file mode 100644
index 000000000..81cdac799
--- /dev/null
+++ b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild
@@ -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}
+}

diff --git a/net-im/discord-ptb-bin/metadata.xml b/net-im/discord-ptb-bin/metadata.xml
new file mode 100644
index 000000000..545efb0b3
--- /dev/null
+++ b/net-im/discord-ptb-bin/metadata.xml
@@ -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>


             reply	other threads:[~2021-06-29 21:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29 21:17 Abtin Matthew Bakhtiari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-30  4:08 [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/ Abtin Matthew Bakhtiari
2022-04-07 21:34 Adel KARA SLIMANE
2024-07-31 18:25 Yuhang Zeng
2024-08-01  6:32 Yuhang Zeng
2024-08-01  6:32 Yuhang Zeng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1625001441.3408e72eb3c5bfa06978c54b4e1e0070fb45d9fc.matthewabtin@gentoo \
    --to=matthewabtin@protonmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox