From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8829158090 for ; Wed, 4 May 2022 09:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3C42E07AE; Wed, 4 May 2022 09:39:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B391FE07AE for ; Wed, 4 May 2022 09:39:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B5AB34181C for ; Wed, 4 May 2022 09:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9A6E177 for ; Wed, 4 May 2022 09:39:02 +0000 (UTC) From: "Maria Keating" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maria Keating" Message-ID: <1651656840.b614d05e418448ac079cfbb0d6c95f6c5e02e1c9.maria@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/chatterino/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/chatterino/chatterino-2.3.5-r1.ebuild net-im/chatterino/chatterino-2.3.5.ebuild X-VCS-Directories: net-im/chatterino/ X-VCS-Committer: maria X-VCS-Committer-Name: Maria Keating X-VCS-Revision: b614d05e418448ac079cfbb0d6c95f6c5e02e1c9 X-VCS-Branch: dev Date: Wed, 4 May 2022 09:39:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b88381cb-3907-4a3e-976b-5bd38d627ede X-Archives-Hash: ad7ed64e9a0a5651fee91651fd70f79e commit: b614d05e418448ac079cfbb0d6c95f6c5e02e1c9 Author: Maria Keating mariakeating com> AuthorDate: Wed May 4 09:34:00 2022 +0000 Commit: Maria Keating mariakeating com> CommitDate: Wed May 4 09:34:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b614d05e net-im/chatterino: Fix QA issues. Closes: https://bugs.gentoo.org/842324 Signed-off-by: Maria Keating mariakeating.com> .../{chatterino-2.3.5.ebuild => chatterino-2.3.5-r1.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/net-im/chatterino/chatterino-2.3.5.ebuild b/net-im/chatterino/chatterino-2.3.5-r1.ebuild similarity index 93% rename from net-im/chatterino/chatterino-2.3.5.ebuild rename to net-im/chatterino/chatterino-2.3.5-r1.ebuild index 6a41ed346..dc5b2a705 100644 --- a/net-im/chatterino/chatterino-2.3.5.ebuild +++ b/net-im/chatterino/chatterino-2.3.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake optfeature +inherit cmake optfeature xdg-utils DESCRIPTION="Chat client for https://twitch.tv" HOMEPAGE="https://chatterino.com/" @@ -23,6 +23,8 @@ S=${WORKDIR}/chatterino2-${PV} LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND="dev-qt/qtsvg:5 + dev-libs/boost" RDEPEND="dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtgui:5 @@ -51,5 +53,10 @@ src_install() { } pkg_postinst() { + xdg_icon_cache_update optfeature "for opening streams in a local video player" net-misc/streamlink } + +pkg_postrm() { + xdg_icon_cache_update +}