public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/
@ 2021-06-08  7:51 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-08  7:51 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/
@ 2021-06-13  9:12 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-13  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0cb5e812946c4b3a29a90e0b54b89b1aaa703e83
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Sun Jun 13 09:12:36 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Sun Jun 13 09:12:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cb5e812

net-im/guilded-bin: fix CFLAGS & depedencies

Closes: https://bugs.gentoo.org/795045
Closes: https://bugs.gentoo.org/795042
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>

 net-im/guilded-bin/guilded-bin-1.0.996954.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
index 69282f3e8..41660ddcc 100644
--- a/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
+++ b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
@@ -22,6 +22,8 @@ RDEPEND="
 	app-accessibility/at-spi2-core
 	app-crypt/libsecret
 	dev-libs/libappindicator
+	net-print/cups
+	media-libs/alsa-lib
 	sys-apps/util-linux
 	x11-misc/xdg-utils
 	x11-libs/gtk+:3
@@ -44,6 +46,7 @@ QA_PREBUILT="
 	opt/${MY_BIN}/libGLESv2.so
 	opt/${MY_BIN}/swiftshader/libEGL.so
 	opt/${MY_BIN}/swiftshader/libGLESv2.so
+	opt/${MY_BIN}/resources/*
 "
 
 CONFIG_CHECK="~USER_NS"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/
@ 2021-06-13  9:34 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-13  9:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9563964cfeba01326b875766da6cbc7ad1ad66dd
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Sun Jun 13 09:34:02 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Sun Jun 13 09:34:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9563964c

net-im/guilded-bin: bump to 1.0.9101267

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

 .../{guilded-bin-1.0.996954.ebuild => guilded-bin-1.0.9101267.ebuild}     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild b/net-im/guilded-bin/guilded-bin-1.0.9101267.ebuild
similarity index 100%
rename from net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
rename to net-im/guilded-bin/guilded-bin-1.0.9101267.ebuild


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/
@ 2021-06-13  9:46 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-13  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     978f43681043e66d529ef084c9b97ac3d1db11b2
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Sun Jun 13 09:46:47 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Sun Jun 13 09:46:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=978f4368

net-im/guilded-bin: fix manifest on 1.0.9101267

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

 net-im/guilded-bin/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/guilded-bin/Manifest b/net-im/guilded-bin/Manifest
index a81235fd2..1edc32158 100644
--- a/net-im/guilded-bin/Manifest
+++ b/net-im/guilded-bin/Manifest
@@ -1 +1 @@
-DIST Guilded-Linux.deb 66420238 BLAKE2B e3d8c28c11f5374331641c9eb10494b0c37a573010621ee657b461f5e4c67588330ea712ea2d1d672c7c4bf326738998cbb6d707d61c38e106b46819e84fbe83 SHA512 73fb7a3b365dac58cd78b96ba3587f41e9e8f1efc4b1a05269415e9ec5c22ac3bd093d12ad3a93975665fecba6e07e74fdb5bdd6b79bc601b939628942a22d3e
+DIST Guilded-Linux.deb 66382392 BLAKE2B 457a3b1f053e51a5b434e5fb076a9d6e6ab771f78ac0adbd2ecc272e2f8bd378db9e838f90243bb0b054fee74252f849ea7d665b25f3acd9fb927846ee3171ab SHA512 d14f510f2a38dc566de37d20f148576104fe144637c192afdd0062d90324e9e295b3874006e38c6f80a13c4c404e87c446222b417a3d5938cd16fd574f815a19


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/
@ 2021-06-29 21:07 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-29 21:07 UTC (permalink / raw
  To: gentoo-commits

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

net-im/guilded-bin: update email and name

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

 net-im/guilded-bin/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/guilded-bin/metadata.xml b/net-im/guilded-bin/metadata.xml
index 9f3e9ae50..545efb0b3 100644
--- a/net-im/guilded-bin/metadata.xml
+++ b/net-im/guilded-bin/metadata.xml
@@ -2,6 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>matthewabtin@protonmail.com</email>
+		<email>dev@mtbk.me</email>
+		<name>Matthew Bakhtiari</name>
 	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/guilded-bin/
@ 2021-08-18 11:33 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-08-18 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ff583df98b2068d984f08b06cc2024a73c49aec2
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Wed Aug 18 11:33:44 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Wed Aug 18 11:33:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff583df9

net-im/guilded-bin: bump to 1.0.9105465

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

 net-im/guilded-bin/Manifest                                             | 2 +-
 .../{guilded-bin-1.0.9101267.ebuild => guilded-bin-1.0.9105465.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/guilded-bin/Manifest b/net-im/guilded-bin/Manifest
index 1edc32158..fcea5f340 100644
--- a/net-im/guilded-bin/Manifest
+++ b/net-im/guilded-bin/Manifest
@@ -1 +1 @@
-DIST Guilded-Linux.deb 66382392 BLAKE2B 457a3b1f053e51a5b434e5fb076a9d6e6ab771f78ac0adbd2ecc272e2f8bd378db9e838f90243bb0b054fee74252f849ea7d665b25f3acd9fb927846ee3171ab SHA512 d14f510f2a38dc566de37d20f148576104fe144637c192afdd0062d90324e9e295b3874006e38c6f80a13c4c404e87c446222b417a3d5938cd16fd574f815a19
+DIST guilded-bin-1.0.9105465.deb 66776582 BLAKE2B 230b87ecb5062182764f316837d42ed17a1d8b55009f98ae515b2ba6d90f0f3773427445b6f4dbe437f0d685d77399d6855e0fc2b01ca51ad359bdb62c996d92 SHA512 47a4210ab5d3b69829853a33997d934b95315a0b6bab4683ab37baa67df5b642b71b4d5e7805362022ceafcba3ab9493a73a0a498e18ebc61bc97a2384a9ae57

diff --git a/net-im/guilded-bin/guilded-bin-1.0.9101267.ebuild b/net-im/guilded-bin/guilded-bin-1.0.9105465.ebuild
similarity index 95%
rename from net-im/guilded-bin/guilded-bin-1.0.9101267.ebuild
rename to net-im/guilded-bin/guilded-bin-1.0.9105465.ebuild
index 41660ddcc..cabbb5efa 100644
--- a/net-im/guilded-bin/guilded-bin-1.0.9101267.ebuild
+++ b/net-im/guilded-bin/guilded-bin-1.0.9105465.ebuild
@@ -10,7 +10,7 @@ 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"
+SRC_URI="https://www.guilded.gg/downloads/${MY_BIN}-Linux.deb -> ${P}.deb"
 
 LICENSE="all-rights-reserved"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-18 11:33 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox