From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0756213933E for ; Wed, 30 Jun 2021 07:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F18CE0831; Wed, 30 Jun 2021 07:14:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17E38E0831 for ; Wed, 30 Jun 2021 07:14:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D78233BE0A for ; Wed, 30 Jun 2021 07:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE42F7C3 for ; Wed, 30 Jun 2021 07:14:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1625001441.3408e72eb3c5bfa06978c54b4e1e0070fb45d9fc.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/discord-ptb-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/discord-ptb-bin/Manifest net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild net-im/discord-ptb-bin/metadata.xml X-VCS-Directories: net-im/discord-ptb-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3408e72eb3c5bfa06978c54b4e1e0070fb45d9fc X-VCS-Branch: master Date: Wed, 30 Jun 2021 07:14:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0812cf7-840a-4cc2-9974-eb8ba7e55092 X-Archives-Hash: 3645274fce03a9b89de81c0408ac8d6b commit: 3408e72eb3c5bfa06978c54b4e1e0070fb45d9fc Author: Matthew Bakhtiari mtbk me> AuthorDate: Tue Jun 29 21:17:21 2021 +0000 Commit: Florian Schmaus gentoo org> 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 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 @@ + + + + + dev@mtbk.me + Matthew Bakhtiari + +