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/guilded-bin/
Date: Tue,  8 Jun 2021 07:51:43 +0000 (UTC)	[thread overview]
Message-ID: <1623138396.ca27a595094ac74eebaa9d00463035723fa2e478.matthewabtin@gentoo> (raw)

commit:     ca27a595094ac74eebaa9d00463035723fa2e478
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Tue Jun  8 07:46:36 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Tue Jun  8 07:46:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca27a595

net-im/guilded-bin: add guilded-bin

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

 net-im/guilded-bin/Manifest                      |  1 +
 net-im/guilded-bin/guilded-bin-1.0.996954.ebuild | 69 ++++++++++++++++++++++++
 net-im/guilded-bin/metadata.xml                  |  7 +++
 3 files changed, 77 insertions(+)

diff --git a/net-im/guilded-bin/Manifest b/net-im/guilded-bin/Manifest
new file mode 100644
index 000000000..a81235fd2
--- /dev/null
+++ b/net-im/guilded-bin/Manifest
@@ -0,0 +1 @@
+DIST Guilded-Linux.deb 66420238 BLAKE2B e3d8c28c11f5374331641c9eb10494b0c37a573010621ee657b461f5e4c67588330ea712ea2d1d672c7c4bf326738998cbb6d707d61c38e106b46819e84fbe83 SHA512 73fb7a3b365dac58cd78b96ba3587f41e9e8f1efc4b1a05269415e9ec5c22ac3bd093d12ad3a93975665fecba6e07e74fdb5bdd6b79bc601b939628942a22d3e

diff --git a/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
new file mode 100644
index 000000000..69282f3e8
--- /dev/null
+++ b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=${PN/-bin/}
+MY_BIN="G${MY_PN/g/}"
+
+inherit desktop linux-info pax-utils unpacker xdg
+
+DESCRIPTION="Drop Discord, get Guilded"
+HOMEPAGE="https://www.guilded.gg"
+SRC_URI="https://www.guilded.gg/downloads/${MY_BIN}-Linux.deb"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror bindist"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk
+	app-accessibility/at-spi2-core
+	app-crypt/libsecret
+	dev-libs/libappindicator
+	sys-apps/util-linux
+	x11-misc/xdg-utils
+	x11-libs/gtk+:3
+	x11-libs/libnotify
+	x11-libs/libXScrnSaver
+	x11-libs/libX11
+	x11-libs/libXtst
+	dev-libs/nss
+"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+	opt/${MY_BIN}/${MY_PN}
+	opt/${MY_BIN}/chrome-sandbox
+	opt/${MY_BIN}/crashpad_handler
+	opt/${MY_BIN}/libffmpeg.so
+	opt/${MY_BIN}/libvk_swiftshader.so
+	opt/${MY_BIN}/libEGL.so
+	opt/${MY_BIN}/libGLESv2.so
+	opt/${MY_BIN}/swiftshader/libEGL.so
+	opt/${MY_BIN}/swiftshader/libGLESv2.so
+"
+
+CONFIG_CHECK="~USER_NS"
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e "s:/usr/share/${MY_PN}/${MY_BIN}:/opt/${MY_BIN}/${MY_PN}:g" \
+		usr/share/applications/${MY_PN}.desktop || die
+}
+
+src_install() {
+	newicon usr/share/icons/hicolor/512x512/apps/${MY_PN}.png ${MY_PN}.png
+	domenu usr/share/applications/${MY_PN}.desktop
+
+	insinto /opt/${MY_BIN}
+	doins -r opt/${MY_BIN}/.
+	fperms +x /opt/${MY_BIN}/${MY_PN}
+	dosym ../../opt/${MY_BIN}/${MY_PN} usr/bin/${MY_PN}
+
+	pax-mark -m "${ED}"/opt/${MY_BIN}/${MY_PN}
+}

diff --git a/net-im/guilded-bin/metadata.xml b/net-im/guilded-bin/metadata.xml
new file mode 100644
index 000000000..9f3e9ae50
--- /dev/null
+++ b/net-im/guilded-bin/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>matthewabtin@protonmail.com</email>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-06-08  7:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08  7:51 Abtin Matthew Bakhtiari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-13  9:12 [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/ Abtin Matthew Bakhtiari
2021-06-13  9:34 Abtin Matthew Bakhtiari
2021-06-13  9:46 Abtin Matthew Bakhtiari
2021-06-29 21:07 Abtin Matthew Bakhtiari
2021-08-18 11:33 Abtin Matthew Bakhtiari

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=1623138396.ca27a595094ac74eebaa9d00463035723fa2e478.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