Gentoo Archives: gentoo-commits

From: Maria Keating <maria@××××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/chatterino/
Date: Wed, 04 May 2022 09:39:06
Message-Id: 1651656840.b614d05e418448ac079cfbb0d6c95f6c5e02e1c9.maria@gentoo
1 commit: b614d05e418448ac079cfbb0d6c95f6c5e02e1c9
2 Author: Maria Keating <maria <AT> mariakeating <DOT> com>
3 AuthorDate: Wed May 4 09:34:00 2022 +0000
4 Commit: Maria Keating <maria <AT> mariakeating <DOT> com>
5 CommitDate: Wed May 4 09:34:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b614d05e
7
8 net-im/chatterino: Fix QA issues.
9
10 Closes: https://bugs.gentoo.org/842324
11 Signed-off-by: Maria Keating <maria <AT> mariakeating.com>
12
13 .../{chatterino-2.3.5.ebuild => chatterino-2.3.5-r1.ebuild} | 9 ++++++++-
14 1 file changed, 8 insertions(+), 1 deletion(-)
15
16 diff --git a/net-im/chatterino/chatterino-2.3.5.ebuild b/net-im/chatterino/chatterino-2.3.5-r1.ebuild
17 similarity index 93%
18 rename from net-im/chatterino/chatterino-2.3.5.ebuild
19 rename to net-im/chatterino/chatterino-2.3.5-r1.ebuild
20 index 6a41ed346..dc5b2a705 100644
21 --- a/net-im/chatterino/chatterino-2.3.5.ebuild
22 +++ b/net-im/chatterino/chatterino-2.3.5-r1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=8
26
27 -inherit cmake optfeature
28 +inherit cmake optfeature xdg-utils
29
30 DESCRIPTION="Chat client for https://twitch.tv"
31 HOMEPAGE="https://chatterino.com/"
32 @@ -23,6 +23,8 @@ S=${WORKDIR}/chatterino2-${PV}
33 LICENSE="MIT"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 +BDEPEND="dev-qt/qtsvg:5
37 + dev-libs/boost"
38 RDEPEND="dev-qt/qtcore:5
39 dev-qt/qtwidgets:5
40 dev-qt/qtgui:5
41 @@ -51,5 +53,10 @@ src_install() {
42 }
43
44 pkg_postinst() {
45 + xdg_icon_cache_update
46 optfeature "for opening streams in a local video player" net-misc/streamlink
47 }
48 +
49 +pkg_postrm() {
50 + xdg_icon_cache_update
51 +}