Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/slack/
Date: Fri, 01 May 2020 17:57:43
Message-Id: 1588355850.c62d4055769db562e37a79f0703be36538d6b242.pacho@gentoo
1 commit: c62d4055769db562e37a79f0703be36538d6b242
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 17:46:41 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 17:57:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62d4055
7
8 net-im/slack: Migrate to 'appindicator' USE
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-im/slack/slack-4.3.2-r2.ebuild | 6 +++---
14 net-im/slack/slack-4.4.2.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-im/slack/slack-4.3.2-r2.ebuild b/net-im/slack/slack-4.3.2-r2.ebuild
18 index 3b995394ed5..01c6e59c2cf 100644
19 --- a/net-im/slack/slack-4.3.2-r2.ebuild
20 +++ b/net-im/slack/slack-4.3.2-r2.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://downloads.slack-edge.com/linux_releases/${PN}-desktop-${PV}-amd
22 LICENSE="all-rights-reserved"
23 SLOT="0"
24 KEYWORDS="-* ~amd64"
25 -IUSE="ayatana"
26 +IUSE="appindicator"
27 RESTRICT="bindist mirror"
28
29 RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
30 @@ -46,7 +46,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
31 x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
32 x11-libs/libXtst:0[${MULTILIB_USEDEP}]
33 x11-libs/pango:0[${MULTILIB_USEDEP}]
34 - ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )"
35 + appindicator? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )"
36
37 QA_PREBUILT="/opt/slack/chrome-sandbox
38 opt/slack/slack
39 @@ -69,7 +69,7 @@ src_prepare() {
40 usr/share/applications/slack.desktop \
41 || die "sed failed in Icon for slack.desktop"
42
43 - if use ayatana ; then
44 + if use appindicator ; then
45 sed -i '/Exec/s|=|=env XDG_CURRENT_DESKTOP=Unity |' \
46 usr/share/applications/slack.desktop \
47 || die "sed failed for slack.desktop"
48
49 diff --git a/net-im/slack/slack-4.4.2.ebuild b/net-im/slack/slack-4.4.2.ebuild
50 index d4fe07f41db..c36c8da0ee2 100644
51 --- a/net-im/slack/slack-4.4.2.ebuild
52 +++ b/net-im/slack/slack-4.4.2.ebuild
53 @@ -14,7 +14,7 @@ SRC_URI="https://downloads.slack-edge.com/linux_releases/${PN}-desktop-${PV}-amd
54 LICENSE="all-rights-reserved"
55 SLOT="0"
56 KEYWORDS="-* ~amd64"
57 -IUSE="ayatana suid"
58 +IUSE="appindicator suid"
59 RESTRICT="bindist mirror"
60
61 RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
62 @@ -46,7 +46,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
63 x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
64 x11-libs/libXtst:0[${MULTILIB_USEDEP}]
65 x11-libs/pango:0[${MULTILIB_USEDEP}]
66 - ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )"
67 + appindicator? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )"
68
69 QA_PREBUILT="/opt/slack/chrome-sandbox
70 /opt/slack/libEGL.so
71 @@ -70,7 +70,7 @@ src_prepare() {
72 usr/share/applications/slack.desktop \
73 || die "sed failed in Icon for slack.desktop"
74
75 - if use ayatana ; then
76 + if use appindicator ; then
77 sed -i '/Exec/s|=|=env XDG_CURRENT_DESKTOP=Unity |' \
78 usr/share/applications/slack.desktop \
79 || die "sed failed for slack.desktop"