summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-12 01:00:58 +0000
committerSam James <sam@gentoo.org>2020-09-12 01:00:58 +0000
commit742fc4f7877a670c87af936f105fe4646ec3e292 (patch)
treee5b96263e028d3b37da297ed702b36060d083c00 /net-im/discord-bin
parentnet-im/discord-bin: version bump to 0.0.12 (diff)
downloadgentoo-742fc4f7877a670c87af936f105fe4646ec3e292.tar.gz
gentoo-742fc4f7877a670c87af936f105fe4646ec3e292.tar.bz2
gentoo-742fc4f7877a670c87af936f105fe4646ec3e292.zip
net-im/discord-bin: drop sys-libs/libcxx dep
This doesn't appear to be needed and is odd for a binary package. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/discord-bin')
-rw-r--r--net-im/discord-bin/discord-bin-0.0.12.ebuild17
1 files changed, 2 insertions, 15 deletions
diff --git a/net-im/discord-bin/discord-bin-0.0.12.ebuild b/net-im/discord-bin/discord-bin-0.0.12.ebuild
index 4ceb97f74dc0..cffd5a6de942 100644
--- a/net-im/discord-bin/discord-bin-0.0.12.ebuild
+++ b/net-im/discord-bin/discord-bin-0.0.12.ebuild
@@ -6,7 +6,7 @@ EAPI=7
MY_PN=${PN/-bin/}
MY_BIN="D${MY_PN/d/}"
-inherit desktop pax-utils unpacker xdg-utils
+inherit desktop pax-utils unpacker xdg
DESCRIPTION="All-in-one voice and text chat for gamers"
HOMEPAGE="https://discordapp.com"
@@ -31,7 +31,6 @@ RDEPEND="
net-print/cups
sys-apps/dbus
sys-apps/util-linux
- sys-libs/libcxx
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
@@ -50,7 +49,7 @@ RDEPEND="
x11-libs/pango
"
-S=${WORKDIR}
+S="${WORKDIR}"
QA_PREBUILT="
opt/discord/${MY_BIN}
@@ -83,15 +82,3 @@ src_install() {
pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
-}