Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/
Date: Wed, 09 Sep 2020 02:15:52
Message-Id: 1599617647.d142211cfc9288c8ee512b37aa0c985a6949058f.sam@gentoo
1 commit: d142211cfc9288c8ee512b37aa0c985a6949058f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 01:38:12 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 02:14:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d142211c
7
8 net-im/signal-desktop-bin: tidy ebuild
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild | 12 ++----------
14 1 file changed, 2 insertions(+), 10 deletions(-)
15
16 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
17 index ab42e88043b..7a50112a339 100644
18 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild
19 +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.35.1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 MY_PN="${PN/-bin/}"
23
24 -inherit eutils pax-utils unpacker xdg-utils
25 +inherit optfeature pax-utils unpacker xdg
26
27 DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer"
28 HOMEPAGE="https://signal.org/
29 @@ -15,7 +15,6 @@ SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${
30 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"
31 SLOT="0"
32 KEYWORDS="-* ~amd64"
33 -IUSE=""
34
35 BDEPEND="app-admin/chrpath"
36 RDEPEND="
37 @@ -99,13 +98,6 @@ src_install() {
38 }
39
40 pkg_postinst() {
41 - xdg_desktop_database_update
42 - xdg_icon_cache_update
43 -
44 + xdg_pkg_postinst
45 optfeature "using the tray icon in Xfce desktop environments" xfce-extra/xfce4-statusnotifier-plugin
46 }
47 -
48 -pkg_postrm() {
49 - xdg_desktop_database_update
50 - xdg_icon_cache_update
51 -}