diff options
author | Robert Siebeck <gentoo.2019@r123.de> | 2020-03-16 19:02:05 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-20 16:30:42 +0200 |
commit | da86f28088e03612aac55a25a09ded73c0917504 (patch) | |
tree | 1b9e683a99c255e7e7bfcc789ee231d213e95675 /net-im/signal-desktop-bin | |
parent | app-admin/filebeat: bump to 7.6.1, drop old (diff) | |
download | gentoo-da86f28088e03612aac55a25a09ded73c0917504.tar.gz gentoo-da86f28088e03612aac55a25a09ded73c0917504.tar.bz2 gentoo-da86f28088e03612aac55a25a09ded73c0917504.zip |
net-im/signal-desktop-bin: add info about tray icon on Xfce for 1.32.1
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>
Diffstat (limited to 'net-im/signal-desktop-bin')
-rw-r--r-- | net-im/signal-desktop-bin/signal-desktop-bin-1.32.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 868fb6cf75a0..4f84db2ab7d9 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() { |