diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-05-01 19:46:41 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-05-01 19:57:30 +0200 |
commit | c62d4055769db562e37a79f0703be36538d6b242 (patch) | |
tree | 4f1f393897b1cbba9b90ffdc8046ad35b09b19d3 /net-im | |
parent | media-sound/xnoise: Migrate to 'appindicator' USE (diff) | |
download | gentoo-c62d4055769db562e37a79f0703be36538d6b242.tar.gz gentoo-c62d4055769db562e37a79f0703be36538d6b242.tar.bz2 gentoo-c62d4055769db562e37a79f0703be36538d6b242.zip |
net-im/slack: Migrate to 'appindicator' USE
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/slack/slack-4.3.2-r2.ebuild | 6 | ||||
-rw-r--r-- | net-im/slack/slack-4.4.2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/slack/slack-4.3.2-r2.ebuild b/net-im/slack/slack-4.3.2-r2.ebuild index 3b995394ed53..01c6e59c2cfb 100644 --- a/net-im/slack/slack-4.3.2-r2.ebuild +++ b/net-im/slack/slack-4.3.2-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.slack-edge.com/linux_releases/${PN}-desktop-${PV}-amd LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="ayatana" +IUSE="appindicator" RESTRICT="bindist mirror" RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] @@ -46,7 +46,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}] x11-libs/libXtst:0[${MULTILIB_USEDEP}] x11-libs/pango:0[${MULTILIB_USEDEP}] - ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )" + appindicator? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )" QA_PREBUILT="/opt/slack/chrome-sandbox opt/slack/slack @@ -69,7 +69,7 @@ src_prepare() { usr/share/applications/slack.desktop \ || die "sed failed in Icon for slack.desktop" - if use ayatana ; then + if use appindicator ; then sed -i '/Exec/s|=|=env XDG_CURRENT_DESKTOP=Unity |' \ usr/share/applications/slack.desktop \ || die "sed failed for slack.desktop" diff --git a/net-im/slack/slack-4.4.2.ebuild b/net-im/slack/slack-4.4.2.ebuild index d4fe07f41db7..c36c8da0ee24 100644 --- a/net-im/slack/slack-4.4.2.ebuild +++ b/net-im/slack/slack-4.4.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.slack-edge.com/linux_releases/${PN}-desktop-${PV}-amd LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="ayatana suid" +IUSE="appindicator suid" RESTRICT="bindist mirror" RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] @@ -46,7 +46,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}] x11-libs/libXtst:0[${MULTILIB_USEDEP}] x11-libs/pango:0[${MULTILIB_USEDEP}] - ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )" + appindicator? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )" QA_PREBUILT="/opt/slack/chrome-sandbox /opt/slack/libEGL.so @@ -70,7 +70,7 @@ src_prepare() { usr/share/applications/slack.desktop \ || die "sed failed in Icon for slack.desktop" - if use ayatana ; then + if use appindicator ; then sed -i '/Exec/s|=|=env XDG_CURRENT_DESKTOP=Unity |' \ usr/share/applications/slack.desktop \ || die "sed failed for slack.desktop" |