commit: ea3e79374f2026392bf69bdd1e23ddca7022ed7b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 14:46:54 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 14:47:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3e7937
net-im/signal-desktop-bin: remove useless BDEPEND, add missing die,
- and multi-line the elog message.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-im/signal-desktop-bin/signal-desktop-bin-1.40.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.40.0.ebuild
b/net-im/signal-desktop-bin/signal-desktop-bin-1.40.0.ebuild
index 1041e646022..f40151228ba 100644
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.40.0.ebuild
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.40.0.ebuild
@@ -17,7 +17,6 @@ SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="+sound"
-BDEPEND="app-admin/chrpath"
RDEPEND="
app-accessibility/at-spi2-atk
app-accessibility/at-spi2-core
@@ -94,7 +93,7 @@ src_install() {
insinto /usr/share
if has_version media-sound/apulse[-sdk] && ! has_version
media-sound/pulseaudio; then
- sed -i 's/Exec=/Exec=apulse /g'
usr/share/applications/signal-desktop.desktop
+ sed -i 's/Exec=/Exec=apulse /g'
usr/share/applications/signal-desktop.desktop || die
fi
doins -r usr/share/applications
@@ -110,5 +109,6 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
- elog "For using the tray icon on compatible desktop environments, start
Signal with '--start-in-tray' or '--use-tray-icon'."
+ elog "For using the tray icon on compatible desktop environments,"
+ elog "start Signal with '--start-in-tray' or '--use-tray-icon'."
}