diff options
author | Sam James <sam@gentoo.org> | 2020-09-09 01:38:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-09 02:14:07 +0000 |
commit | d142211cfc9288c8ee512b37aa0c985a6949058f (patch) | |
tree | a946ba81672e75f35208a053fe5a001b40c9797e /net-im/signal-desktop-bin | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-d142211cfc9288c8ee512b37aa0c985a6949058f.tar.gz gentoo-d142211cfc9288c8ee512b37aa0c985a6949058f.tar.bz2 gentoo-d142211cfc9288c8ee512b37aa0c985a6949058f.zip |
net-im/signal-desktop-bin: tidy ebuild
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/signal-desktop-bin')
-rw-r--r-- | net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild | 12 |
1 files 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 ab42e88043b3..7a50112a339f 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 -} |