commit: d142211cfc9288c8ee512b37aa0c985a6949058f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 01:38:12 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 02:14:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d142211c
net-im/signal-desktop-bin: tidy ebuild
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild
b/net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild
index ab42e88043b..7a50112a339 100644
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
MY_PN="${PN/-bin/}"
-inherit eutils pax-utils unpacker xdg-utils
+inherit optfeature pax-utils unpacker xdg
DESCRIPTION="Allows you to send and receive messages of Signal Messenger on
your computer"
HOMEPAGE="https://signal.org/
@@ -15,7 +15,6 @@
SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${
LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
SLOT="0"
KEYWORDS="-* ~amd64"
-IUSE=""
BDEPEND="app-admin/chrpath"
RDEPEND="
@@ -99,13 +98,6 @@ src_install() {
}
pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-
+ xdg_pkg_postinst
optfeature "using the tray icon in Xfce desktop environments"
xfce-extra/xfce4-statusnotifier-plugin
}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}