From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary-bin/
Date: Sun, 9 Aug 2020 21:00:29 +0000 (UTC) [thread overview]
Message-ID: <1596989773.3b5635236eb4b0fedb63b553be0bc8fa47fab644.andrewammerlaan@gentoo> (raw)
commit: 3b5635236eb4b0fedb63b553be0bc8fa47fab644
Author: Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun Aug 9 16:16:13 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Aug 9 16:16:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b563523
net-im/discord-canary-bin: Bump version to 0.0.106
Signed-off-by: Marcin Wozniak <y0rune <AT> aol.com>
net-im/discord-canary-bin/Manifest | 1 +
.../discord-canary-bin-0.0.106.ebuild | 89 ++++++++++++++++++++++
2 files changed, 90 insertions(+)
diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 70adc74..df30daf 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1,2 @@
DIST discord-canary-0.0.104.tar.gz 71309857 BLAKE2B 0c1ad9aa8cc56fc125610be58e2768edbd257d20b586b3e012e40d610d32a75252d0a9b7c8719cefe62d497d108b820bf94f7cb51bb976f1d9e43f4d9ac44e26 SHA512 b7e482379585f0d1461186ee8fbddfef213c12cc1367e35c56b7531b06ebfce82dbc23dc834724c8c569845e76fce62834bf1e2047b9a36aca86982132105693
+DIST discord-canary-0.0.106.tar.gz 71370116 BLAKE2B fed3b569c47e6bb67995ccf80645cd282f142edad15ddda6750b02e90b608bfeb7a7fd3f1a20bbc71c16e11575af2c5614e9dc87ab82405baae5b25dea2e3bfc SHA512 d258b698ec68590b1a3171d25041de97fef208f7b24668adafcc7e4c0bf97c80b25aeb2e57ca5be3b29581cd04661a84ed5c0d3cd8309b6cf9758703aa5ed52d
diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild
new file mode 100644
index 0000000..bcf0124
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+DESCRIPTION="All-in-one voice and text chat"
+HOMEPAGE="https://discordapp.com/"
+SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror bindist"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-libs/atk
+ sys-libs/libcxx
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ gnome-base/gconf:2
+ media-gfx/graphite2
+ media-libs/alsa-lib
+ media-libs/fontconfig:1.0
+ media-libs/libpng
+ media-libs/freetype:2
+ net-print/cups
+ sys-apps/dbus
+ net-libs/gnutls
+ sys-libs/libcxx
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ sys-libs/zlib
+ x11-libs/gtk+:3
+ x11-libs/libnotify
+ 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
+
+ x11-libs/libXtst
+ media-libs/opus"
+
+S=${WORKDIR}/DiscordCanary
+
+QA_PREBUILT="
+ opt/discord-canary-bin/DiscordCanary
+ opt/discord-canary-bin/libEGL.so
+ opt/discord-canary-bin/libGLESv2.so
+ opt/discord-canary-bin/swiftshader/libEGL.so
+ opt/discord-canary-bin/swiftshader/libGLESv2.so
+ opt/discord-canary-bin/libVkICD_mock_icd.so
+ opt/discord-canary-bin/libffmpeg.so
+"
+
+src_install() {
+ local destdir="/opt/${PN}"
+
+ insinto $destdir
+ doins -r locales resources
+ doins \
+ *.pak \
+ *.png \
+ *.dat \
+ *.bin \
+ *.so
+
+ exeinto $destdir
+ doexe DiscordCanary
+
+ dosym $destdir/DiscordCanary /usr/bin/discord-canary
+ make_desktop_entry discord Discord \
+ "/opt/discord-canary/discord.png" \
+ Network
+}
next reply other threads:[~2020-08-09 21:00 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-09 21:00 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-21 12:04 [gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary-bin/ David Roman
2025-02-10 9:42 David Roman
2025-01-30 15:26 David Roman
2024-12-20 0:36 David Roman
2024-03-15 7:10 Rui Huang
2024-01-25 10:49 David Roman
2024-01-19 10:31 Arthur Zamarin
2024-01-15 15:46 David Roman
2024-01-11 11:57 David Roman
2024-01-08 7:18 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-01-08 7:22 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-01-04 15:19 Viorel Munteanu
2023-12-21 6:32 Viorel Munteanu
2023-12-18 6:33 Viorel Munteanu
2023-12-15 6:02 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-15 6:03 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-14 7:25 Viorel Munteanu
2023-12-12 6:19 Viorel Munteanu
2023-12-11 6:50 Viorel Munteanu
2023-12-11 6:50 Viorel Munteanu
2023-12-04 7:11 Viorel Munteanu
2023-12-04 6:37 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-04 7:11 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-02 1:29 Haelwenn Monnier
2023-08-18 6:21 Viorel Munteanu
2023-08-18 6:16 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-08-18 6:21 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-17 5:15 Viorel Munteanu
2023-08-17 5:09 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-08-17 5:15 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-10 8:14 Viorel Munteanu
2023-08-10 8:14 Viorel Munteanu
2023-07-12 8:47 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-12 8:47 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-07-12 8:47 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-12 8:47 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-27 6:10 Viorel Munteanu
2023-05-27 6:10 Viorel Munteanu
2023-03-12 9:14 Viorel Munteanu
2023-02-14 12:02 Florian Schmaus
2023-02-13 11:28 Andrew Ammerlaan
2023-01-14 18:43 Andrew Ammerlaan
2022-12-07 19:50 Ronny Gutbrod
2022-12-07 19:50 Ronny Gutbrod
2022-09-06 1:06 Ronny Gutbrod
2022-05-28 10:10 Andrew Ammerlaan
2022-03-07 21:21 Ronny Gutbrod
2022-01-12 15:20 Florian Schmaus
2021-09-23 6:45 Arthur Zamarin
2021-09-20 9:17 Andrew Ammerlaan
2021-08-27 16:10 Haelwenn Monnier
2021-06-30 7:14 Florian Schmaus
2021-06-29 6:59 Florian Schmaus
2021-06-04 7:59 Andrew Ammerlaan
2021-05-24 7:31 Andrew Ammerlaan
2021-05-22 12:16 Andrew Ammerlaan
2021-05-14 19:08 Andrew Ammerlaan
2021-05-14 17:17 Andrew Ammerlaan
2021-03-24 9:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-24 9:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-19 10:14 Michał Górny
2020-12-18 15:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
2020-06-09 15:52 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-09 16:37 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-11 8:57 Andrew Ammerlaan
2020-05-11 8:57 Andrew Ammerlaan
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=1596989773.3b5635236eb4b0fedb63b553be0bc8fa47fab644.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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