net-im/signal-desktop-bin: add info about tray icon on Xfce for 1.32.1
authorRobert Siebeck <gentoo.2019@r123.de>
Mon, 16 Mar 2020 18:02:05 +0000 (19:02 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Fri, 20 Mar 2020 14:30:42 +0000 (16:30 +0200)
Signed-off-by: Robert Siebeck <gentoo.2019@r123.de>
Closes: https://bugs.gentoo.org/712006
Closes: https://github.com/gentoo/gentoo/pull/14982
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-im/signal-desktop-bin/signal-desktop-bin-1.32.1.ebuild

index 868fb6cf75a08bc643a666b34fa476483d4f1994..4f84db2ab7d9d399dd04d3593b66d64457947dbf 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 MY_PN="${PN/-bin/}"
 
-inherit pax-utils unpacker xdg-utils
+inherit eutils pax-utils unpacker xdg-utils
 
 DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer"
 HOMEPAGE="https://signal.org/
@@ -71,6 +71,8 @@ src_install() {
 pkg_postinst() {
        xdg_desktop_database_update
        xdg_icon_cache_update
+
+       optfeature "using the tray icon in Xfce desktop environments" xfce-extra/xfce4-statusnotifier-plugin
 }
 
 pkg_postrm() {