diff options
author | 2021-02-18 16:46:54 +0200 | |
---|---|---|
committer | 2021-02-18 16:47:17 +0200 | |
commit | ea3e79374f2026392bf69bdd1e23ddca7022ed7b (patch) | |
tree | 3e9a1bc72c7e1b0920449ebf448f253d53292ccb /net-im | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-ea3e79374f2026392bf69bdd1e23ddca7022ed7b.tar.gz gentoo-ea3e79374f2026392bf69bdd1e23ddca7022ed7b.tar.bz2 gentoo-ea3e79374f2026392bf69bdd1e23ddca7022ed7b.zip |
net-im/signal-desktop-bin: remove useless BDEPEND, add missing die,
- and multi-line the elog message.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/signal-desktop-bin/signal-desktop-bin-1.40.0.ebuild | 6 |
1 files 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 1041e6460228..f40151228bad 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'." } |