From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/
Date: Tue, 12 Dec 2017 06:15:29 +0000 (UTC) [thread overview]
Message-ID: <1513059323.f5d1eabacafc785eb5559d37793130575c6f54eb.johu@gentoo> (raw)
commit: f5d1eabacafc785eb5559d37793130575c6f54eb
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 06:13:02 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 06:15:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d1eaba
net-im/discord-bin: Version bump 0.0.3
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-im/discord-bin/Manifest | 1 +
net-im/discord-bin/discord-bin-0.0.3.ebuild | 92 +++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
diff --git a/net-im/discord-bin/Manifest b/net-im/discord-bin/Manifest
index 05000d76c34..f7814dffb81 100644
--- a/net-im/discord-bin/Manifest
+++ b/net-im/discord-bin/Manifest
@@ -1 +1,2 @@
DIST discord-0.0.2.deb 46975796 BLAKE2B 1fa66100bbc74d4ce02b0b0c17981a13ede311840ab78466dd0109f208e8f1cdbbc4a9beedd7bd42a735d7a5989c8a03900449c4ac9d2e39c6b60188b9d03dca SHA512 ca31952e4eba88c0a40a31eb5671ae71641f8575b298557ff0f1bc1d99d12b1cf282f4178650af594562831a31961aa8cd27ae70e301831190ff6647c3561bd2
+DIST discord-0.0.3.deb 48389938 BLAKE2B 4f000a9431724ca4b9ce7d452d9703644b06fa02c9dd44a9ca1d0644c653fe20efe9055d5adfa30cdef6145c189bdd195fef3e7a33d5f902848d152035f0a0d8 SHA512 85b75cbd6aeccfcdea83d65b82e43bc3e1d44602a3464957a321451d4104368b9a91661a626235f377387ead29fc58d03640ee6b76e2f3e36d87a2a9b9c43f4b
diff --git a/net-im/discord-bin/discord-bin-0.0.3.ebuild b/net-im/discord-bin/discord-bin-0.0.3.ebuild
new file mode 100644
index 00000000000..ec488a6e7f3
--- /dev/null
+++ b/net-im/discord-bin/discord-bin-0.0.3.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=${PN/-bin/}
+inherit eutils gnome2-utils unpacker
+
+DESCRIPTION="All-in-one voice and text chat for gamers"
+HOMEPAGE="https://discordapp.com"
+SRC_URI="https://dl.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-libs/atk
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ gnome-base/gconf:2
+ media-libs/alsa-lib
+ media-libs/fontconfig:1.0
+ media-libs/freetype:2
+ net-print/cups
+ sys-apps/dbus
+ sys-libs/libcxx
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:2
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ 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}
+
+RESTRICT="mirror bindist"
+
+QA_PREBUILT="
+ opt/discord/share/discord/Discord
+ opt/discord/share/discord/libnode.so
+ opt/discord/share/discord/libffmpeg.so
+"
+
+src_unpack() {
+ unpack_deb ${A}
+}
+
+src_prepare() {
+ default
+
+ sed -i \
+ -e "s:/usr/share/discord/Discord:discord:g" \
+ usr/share/${MY_PN}/${MY_PN}.desktop || die
+}
+
+src_install() {
+ insinto /opt/${MY_PN}
+ doins -r usr/.
+
+ fperms +x /opt/${MY_PN}/bin/${MY_PN}
+ dosym ../../opt/${MY_PN}/bin/${MY_PN} /usr/bin/${MY_PN}
+ dosym ../../../opt/${MY_PN}/share/applications/${MY_PN}.desktop \
+ /usr/share/applications/${MY_PN}.desktop
+ dosym ../../../opt/${MY_PN}/share/pixmaps/${MY_PN}.png \
+ /usr/share/pixmaps/${MY_PN}.png
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2017-12-12 6:15 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-12 6:15 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-14 5:31 [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/ Nick Sarnie
2023-01-14 5:29 Nick Sarnie
2023-01-14 1:20 Nick Sarnie
2023-01-13 18:49 Nick Sarnie
2023-01-13 18:30 Nick Sarnie
2023-01-13 0:40 Nick Sarnie
2023-01-13 0:16 Nick Sarnie
2023-01-13 0:12 Nick Sarnie
2022-12-10 3:29 Nick Sarnie
2022-11-07 8:49 Joonas Niilola
2022-11-07 8:49 Joonas Niilola
2022-10-21 23:55 Stefan Strogin
2022-09-15 18:39 Sam James
2022-08-10 20:36 Sam James
2022-07-24 6:08 Joonas Niilola
2022-06-08 18:16 Stefan Strogin
2022-06-08 18:14 Stefan Strogin
2022-05-26 12:58 Joonas Niilola
2022-05-26 12:58 Joonas Niilola
2022-05-20 2:40 Sam James
2022-05-20 1:18 Sam James
2022-05-19 2:03 Sam James
2022-05-19 2:03 Sam James
2022-02-17 20:25 Ionen Wolkens
2022-02-17 20:25 Ionen Wolkens
2022-02-17 20:25 Ionen Wolkens
2021-12-21 2:19 Sam James
2021-12-01 18:34 Sam James
2021-12-01 14:43 Sam James
2021-12-01 14:42 Sam James
2021-11-20 23:05 Ionen Wolkens
2021-10-19 0:55 Ionen Wolkens
2021-10-19 0:55 Ionen Wolkens
2021-10-19 0:55 Ionen Wolkens
2021-09-22 20:22 Stefan Strogin
2021-05-25 14:13 Stefan Strogin
2021-03-24 16:28 Stefan Strogin
2020-12-05 21:10 Stefan Strogin
2020-09-12 3:01 Sam James
2020-09-12 1:05 Sam James
2020-09-12 1:05 Sam James
2020-09-12 1:05 Sam James
2020-08-06 20:55 Sam James
2020-08-06 20:55 Sam James
2020-08-06 20:55 Sam James
2020-02-29 9:18 Johannes Huber
2020-02-29 9:18 Johannes Huber
2020-01-12 20:46 Johannes Huber
2020-01-12 13:20 Johannes Huber
2020-01-12 13:20 Johannes Huber
2020-01-12 13:20 Johannes Huber
2020-01-12 13:20 Johannes Huber
2019-12-04 16:06 Aaron Bauman
2019-03-15 22:22 Thomas Deutschmann
2019-03-12 21:32 Thomas Deutschmann
2019-03-12 21:32 Thomas Deutschmann
2019-01-19 5:43 Thomas Deutschmann
2019-01-19 5:43 Thomas Deutschmann
2018-05-01 20:37 Johannes Huber
2018-05-01 20:37 Johannes Huber
2018-01-09 17:36 Johannes Huber
2018-01-09 17:34 Johannes Huber
2017-12-22 8:59 Johannes Huber
2017-09-13 17:52 Johannes Huber
2017-09-13 17:52 Johannes Huber
2017-09-09 8:00 Johannes Huber
2017-09-09 8:00 Johannes Huber
2017-04-14 12:03 Johannes Huber
2017-01-29 20:21 Johannes Huber
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=1513059323.f5d1eabacafc785eb5559d37793130575c6f54eb.johu@gentoo \
--to=johu@gentoo.org \
--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