Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/slack-bin/
Date: Thu, 06 Feb 2020 06:20:25
Message-Id: 1580969994.a3d8b153e2bdbac37d283ee0f6594ea829e7bfa8.juippis@gentoo
1 commit: a3d8b153e2bdbac37d283ee0f6594ea829e7bfa8
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Thu Feb 6 05:33:19 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 06:19:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d8b153
7
8 net-im/slack-bin: add missed dependency, move libsecret to optfeature
9
10 Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 net-im/slack-bin/slack-bin-4.3.2.ebuild | 10 ++++++----
14 1 file changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/net-im/slack-bin/slack-bin-4.3.2.ebuild b/net-im/slack-bin/slack-bin-4.3.2.ebuild
17 index 8211ca719da..701ae359224 100644
18 --- a/net-im/slack-bin/slack-bin-4.3.2.ebuild
19 +++ b/net-im/slack-bin/slack-bin-4.3.2.ebuild
20 @@ -6,7 +6,7 @@ EAPI=7
21 MY_PN="${PN/-bin/}"
22 MULTILIB_COMPAT=( abi_x86_64 )
23
24 -inherit desktop multilib-build pax-utils unpacker xdg-utils
25 +inherit desktop eutils multilib-build pax-utils unpacker xdg-utils
26
27 DESCRIPTION="Team collaboration tool"
28 HOMEPAGE="https://www.slack.com/"
29 @@ -15,10 +15,11 @@ SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-
30 LICENSE="all-rights-reserved"
31 SLOT="0"
32 KEYWORDS="-* ~amd64"
33 -IUSE="ayatana gnome-keyring"
34 +IUSE="ayatana"
35 RESTRICT="bindist mirror"
36
37 RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
38 + app-accessibility/at-spi2-core:2[${MULTILIB_USEDEP}]
39 dev-libs/atk:0[${MULTILIB_USEDEP}]
40 dev-libs/expat:0[${MULTILIB_USEDEP}]
41 dev-libs/glib:2[${MULTILIB_USEDEP}]
42 @@ -46,8 +47,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
43 x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
44 x11-libs/libXtst:0[${MULTILIB_USEDEP}]
45 x11-libs/pango:0[${MULTILIB_USEDEP}]
46 - ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )
47 - gnome-keyring? ( app-crypt/libsecret:0[${MULTILIB_USEDEP}] )"
48 + ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )"
49
50 QA_PREBUILT="/opt/slack/chrome-sandbox
51 opt/slack/slack
52 @@ -90,6 +90,8 @@ src_install() {
53 }
54
55 pkg_postinst() {
56 + optfeature "storing passwords via gnome-keyring" app-crypt/libsecret
57 +
58 xdg_desktop_database_update
59 xdg_icon_cache_update
60 xdg_mimeinfo_database_update