commit: da86f28088e03612aac55a25a09ded73c0917504 Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de> AuthorDate: Mon Mar 16 18:02:05 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Mar 20 14:30:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da86f280
net-im/signal-desktop-bin: add info about tray icon on Xfce for 1.32.1 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de> Closes: https://bugs.gentoo.org/712006 Closes: https://github.com/gentoo/gentoo/pull/14982 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-im/signal-desktop-bin/signal-desktop-bin-1.32.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.32.1.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.32.1.ebuild index 868fb6cf75a..4f84db2ab7d 100644 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.32.1.ebuild +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.32.1.ebuild @@ -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() {
