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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8B0D139360 for ; Wed, 11 Aug 2021 02:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01E75E0870; Wed, 11 Aug 2021 02:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0321E0870 for ; Wed, 11 Aug 2021 02:05:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA2AC342F08 for ; Wed, 11 Aug 2021 02:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E4FE89F for ; Wed, 11 Aug 2021 02:05:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628647516.befc46a82002f0817a3d652310b0def17c304598.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pithos/pithos-1.5.1.ebuild X-VCS-Directories: media-sound/pithos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: befc46a82002f0817a3d652310b0def17c304598 X-VCS-Branch: master Date: Wed, 11 Aug 2021 02:05:33 +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: 54a70e91-5f9c-4bbd-9b43-5a4fa53ccd6a X-Archives-Hash: 7cf74d273140ac1af9eac683bd7101fc commit: befc46a82002f0817a3d652310b0def17c304598 Author: Sam James gentoo org> AuthorDate: Wed Aug 11 01:44:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 11 02:05:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befc46a8 media-sound/pithos: [QA] update icon cache Closes: https://bugs.gentoo.org/782007 Signed-off-by: Sam James gentoo.org> media-sound/pithos/pithos-1.5.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/pithos/pithos-1.5.1.ebuild b/media-sound/pithos/pithos-1.5.1.ebuild index e2e787a9ca0..3ac4ffed7e6 100644 --- a/media-sound/pithos/pithos-1.5.1.ebuild +++ b/media-sound/pithos/pithos-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit meson gnome2-utils virtualx python-r1 +inherit xdg meson gnome2-utils virtualx python-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-r3 @@ -69,8 +69,10 @@ src_install() { pkg_postinst() { gnome2_schemas_update + xdg_pkg_postinst } pkg_postrm() { gnome2_schemas_update + xdg_pkg_postrm }