* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/
@ 2021-06-29 21:17 Abtin Matthew Bakhtiari
0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-29 21:17 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/
@ 2021-06-30 4:08 Abtin Matthew Bakhtiari
0 siblings, 0 replies; 6+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-30 4:08 UTC (permalink / raw
To: gentoo-commits
commit: df8094f07adb07d48196da4bad35af86131479b5
Author: Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Wed Jun 30 04:08:32 2021 +0000
Commit: Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Wed Jun 30 04:08:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df8094f0
net-im/discord-ptb-bin: add unresolved dep
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>
net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild | 1 +
1 file changed, 1 insertion(+)
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
index 81cdac799..ec1ebe943 100644
--- 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
@@ -38,6 +38,7 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libxcb
+ x11-libs/libxkbcommon
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/
@ 2022-04-07 21:34 Adel KARA SLIMANE
0 siblings, 0 replies; 6+ messages in thread
From: Adel KARA SLIMANE @ 2022-04-07 21:34 UTC (permalink / raw
To: gentoo-commits
commit: a86f1050eae19b3e4129541ea6f260a9a9d188c0
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Thu Apr 7 21:28:04 2022 +0000
Commit: Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Thu Apr 7 21:30:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a86f1050
net-im/discord-ptb-bin: version bump to 0.0.29
Copy over dependencies from discord-bin: they must be the same
- qa-vdb doesn't show any needed changes
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
net-im/discord-ptb-bin/Manifest | 2 +-
...b-bin-0.0.25.ebuild => discord-ptb-bin-0.0.29.ebuild} | 16 +++++++---------
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/net-im/discord-ptb-bin/Manifest b/net-im/discord-ptb-bin/Manifest
index f68000e37..b5b43c7b9 100644
--- a/net-im/discord-ptb-bin/Manifest
+++ b/net-im/discord-ptb-bin/Manifest
@@ -1 +1 @@
-DIST discord-ptb-0.0.25.deb 71615052 BLAKE2B 04d822378934ebb5b68f34ca56ef863aa48a232cf08689a44e60ea25a378edc45891ff3033a07620453ac5b1143fbab63675a05bd41b015f9f40d5d1fb4ba31e SHA512 71b6eee347252cbc5e4daf2a85b1f18a9e3b0c602354a37922335c07b85e71918b2fe541418f767efa2db8e1832aca02984298c87058e6e3c9244d61f24a25c7
+DIST discord-ptb-0.0.29.deb 77105454 BLAKE2B 191e70c5abb8284220bbc61c312b5feba63bda5833498627abe4829798d2647252933a17b4840f32432fdef5cbd8c494a0789d2620a0853ff6d7ba8fcb78eb02 SHA512 2bfd70927f5b622043abd1e47af0c86c6b5f6adcdfd8b2170a3c47bb5a9904e84d76dd08ddbb5c8da29f0a79a774c3a2106a1d33991cd5acaf7b454e476e5a0c
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.29.ebuild
similarity index 92%
rename from net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild
rename to net-im/discord-ptb-bin/discord-ptb-bin-0.0.29.ebuild
index ec1ebe943..e402b1eed 100644
--- a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.25.ebuild
+++ b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.29.ebuild
@@ -18,6 +18,7 @@ SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror bindist"
+# libXScrnSaver is used through dlopen (bug #825370)
RDEPEND="
app-accessibility/at-spi2-atk:2
app-accessibility/at-spi2-core:2
@@ -27,27 +28,24 @@ RDEPEND="
dev-libs/nspr
dev-libs/nss
media-libs/alsa-lib
- media-libs/fontconfig:1.0
- media-libs/freetype:2
+ media-libs/mesa[gbm(+)]
net-print/cups
sys-apps/dbus
- sys-apps/util-linux
+ sys-libs/glibc
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
+ x11-libs/libdrm
x11-libs/libX11
- x11-libs/libXScrnSaver
x11-libs/libxcb
- x11-libs/libxkbcommon
x11-libs/libXcomposite
- x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
- x11-libs/libXi
+ x11-libs/libxkbcommon
x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXtst
+ x11-libs/libXScrnSaver
+ x11-libs/libxshmfence
x11-libs/pango
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/
@ 2024-07-31 18:25 Yuhang Zeng
0 siblings, 0 replies; 6+ messages in thread
From: Yuhang Zeng @ 2024-07-31 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 8eb16e995b6a76857217f2246dad273d756539e1
Author: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
AuthorDate: Wed Jul 31 18:24:15 2024 +0000
Commit: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
CommitDate: Wed Jul 31 18:24:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8eb16e99
net-im/discord-ptb-bin: add 0.0.97
Signed-off-by: Yuhang Zeng <unlsycn <AT> unlsycn.com>
net-im/discord-ptb-bin/Manifest | 1 +
.../discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild | 89 ++++++++++++++++++++++
2 files changed, 90 insertions(+)
diff --git a/net-im/discord-ptb-bin/Manifest b/net-im/discord-ptb-bin/Manifest
index b5b43c7b9..fa2fdb20b 100644
--- a/net-im/discord-ptb-bin/Manifest
+++ b/net-im/discord-ptb-bin/Manifest
@@ -1 +1,2 @@
DIST discord-ptb-0.0.29.deb 77105454 BLAKE2B 191e70c5abb8284220bbc61c312b5feba63bda5833498627abe4829798d2647252933a17b4840f32432fdef5cbd8c494a0789d2620a0853ff6d7ba8fcb78eb02 SHA512 2bfd70927f5b622043abd1e47af0c86c6b5f6adcdfd8b2170a3c47bb5a9904e84d76dd08ddbb5c8da29f0a79a774c3a2106a1d33991cd5acaf7b454e476e5a0c
+DIST discord-ptb-0.0.97.deb 103058320 BLAKE2B 5c99f18f54c6eff755d427c15aca3000829a4580c8178d1ce786cd98d1beabed9a28cc6c04940ec8e46e865f78daa436212b7335b3d93811c6a9d3e50086426f SHA512 a8b11e5f4f1f5b14c4cf67b352d3f80ac56289f2f7259c6b5a2177b74e5f14dff6d38b1368e8c1e99ecc86962ba870b1156ea3b9eb23731c1da05dd0ea1c2a73
diff --git a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild
new file mode 100644
index 000000000..86658ba7a
--- /dev/null
+++ b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.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"
+
+S="${WORKDIR}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror bindist"
+
+# libXScrnSaver is used through dlopen (bug #825370)
+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/mesa[gbm(+)]
+ net-print/cups
+ sys-apps/dbus
+ sys-libs/glibc
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libdrm
+ x11-libs/libX11
+ x11-libs/libxcb
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libxkbcommon
+ x11-libs/libXrandr
+ x11-libs/libXScrnSaver
+ x11-libs/libxshmfence
+ x11-libs/pango
+"
+
+QA_PREBUILT="
+ opt/discord-ptb/${MY_BIN}
+ opt/discord-ptb/chrome-sandbox
+ opt/discord-ptb/chrome_crashpad_handler
+ opt/discord-ptb/libffmpeg.so
+ opt/discord-ptb/libvk_swiftshader.so
+ opt/discord-ptb/libvulkan.so.1
+ 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}
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/
@ 2024-08-01 6:32 Yuhang Zeng
0 siblings, 0 replies; 6+ messages in thread
From: Yuhang Zeng @ 2024-08-01 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 9a2434ae4a3df69cb5ca66daf3e656dc08f24087
Author: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
AuthorDate: Thu Aug 1 06:31:05 2024 +0000
Commit: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
CommitDate: Thu Aug 1 06:32:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a2434ae
net-im/discord-ptb-bin: update EAPI 7 -> 8
Signed-off-by: Yuhang Zeng <unlsycn <AT> unlsycn.com>
net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild
index 86658ba7a..b4a0b6056 100644
--- a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild
+++ b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.97.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
MY_PN=${PN/-bin/}
MY_BIN="D${MY_PN/d/}"
@@ -10,7 +10,7 @@ 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/"
+HOMEPAGE="https://discord.com/"
SRC_URI="https://dl-ptb.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
S="${WORKDIR}"
@@ -22,9 +22,7 @@ RESTRICT="mirror bindist"
# libXScrnSaver is used through dlopen (bug #825370)
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/
@ 2024-08-01 6:32 Yuhang Zeng
0 siblings, 0 replies; 6+ messages in thread
From: Yuhang Zeng @ 2024-08-01 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 5cd2a8bd78f102b6aeb89950af17c91150c0a4ab
Author: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
AuthorDate: Thu Aug 1 06:30:46 2024 +0000
Commit: Yuhang Zeng <unlsycn <AT> unlsycn <DOT> com>
CommitDate: Thu Aug 1 06:32:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cd2a8bd
net-im/discord-ptb-bin: drop 0.0.29
Signed-off-by: Yuhang Zeng <unlsycn <AT> unlsycn.com>
net-im/discord-ptb-bin/Manifest | 1 -
.../discord-ptb-bin/discord-ptb-bin-0.0.29.ebuild | 88 ----------------------
2 files changed, 89 deletions(-)
diff --git a/net-im/discord-ptb-bin/Manifest b/net-im/discord-ptb-bin/Manifest
index fa2fdb20b..bf6c323ca 100644
--- a/net-im/discord-ptb-bin/Manifest
+++ b/net-im/discord-ptb-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-ptb-0.0.29.deb 77105454 BLAKE2B 191e70c5abb8284220bbc61c312b5feba63bda5833498627abe4829798d2647252933a17b4840f32432fdef5cbd8c494a0789d2620a0853ff6d7ba8fcb78eb02 SHA512 2bfd70927f5b622043abd1e47af0c86c6b5f6adcdfd8b2170a3c47bb5a9904e84d76dd08ddbb5c8da29f0a79a774c3a2106a1d33991cd5acaf7b454e476e5a0c
DIST discord-ptb-0.0.97.deb 103058320 BLAKE2B 5c99f18f54c6eff755d427c15aca3000829a4580c8178d1ce786cd98d1beabed9a28cc6c04940ec8e46e865f78daa436212b7335b3d93811c6a9d3e50086426f SHA512 a8b11e5f4f1f5b14c4cf67b352d3f80ac56289f2f7259c6b5a2177b74e5f14dff6d38b1368e8c1e99ecc86962ba870b1156ea3b9eb23731c1da05dd0ea1c2a73
diff --git a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.29.ebuild b/net-im/discord-ptb-bin/discord-ptb-bin-0.0.29.ebuild
deleted file mode 100644
index 8568d52ce..000000000
--- a/net-im/discord-ptb-bin/discord-ptb-bin-0.0.29.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# 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"
-
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror bindist"
-
-# libXScrnSaver is used through dlopen (bug #825370)
-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/mesa[gbm(+)]
- net-print/cups
- sys-apps/dbus
- sys-libs/glibc
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libdrm
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libxkbcommon
- x11-libs/libXrandr
- x11-libs/libXScrnSaver
- x11-libs/libxshmfence
- x11-libs/pango
-"
-
-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}
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-01 6:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30 4:08 [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-ptb-bin/ Abtin Matthew Bakhtiari
-- strict thread matches above, loose matches on Subject: below --
2024-08-01 6:32 Yuhang Zeng
2024-08-01 6:32 Yuhang Zeng
2024-07-31 18:25 Yuhang Zeng
2022-04-07 21:34 Adel KARA SLIMANE
2021-06-29 21:17 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