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 1D89615807A for ; Tue, 8 Oct 2024 18:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5229DE29E8; Tue, 8 Oct 2024 18:29:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 359ADE29E8 for ; Tue, 8 Oct 2024 18:29:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BCED34134D for ; Tue, 8 Oct 2024 18:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1C3A1293 for ; Tue, 8 Oct 2024 18:29:41 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1728412147.db68af543fb09220803a7a98d109c795448bd684.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/xlog/xlog-2.0.25.ebuild X-VCS-Directories: media-radio/xlog/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: db68af543fb09220803a7a98d109c795448bd684 X-VCS-Branch: master Date: Tue, 8 Oct 2024 18:29:41 +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: af541759-e7b5-4136-b682-e1845f1689f6 X-Archives-Hash: 3e2a43d9351bb8ad9af341b13476f8a9 commit: db68af543fb09220803a7a98d109c795448bd684 Author: Thomas Beierlein gentoo org> AuthorDate: Tue Oct 8 18:27:48 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Tue Oct 8 18:29:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db68af54 media-radio/xlog: update icon cache Closes: https://bugs.gentoo.org/941159 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/xlog/xlog-2.0.25.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-radio/xlog/xlog-2.0.25.ebuild b/media-radio/xlog/xlog-2.0.25.ebuild index 89fb8993a59b..0b5565aceed3 100644 --- a/media-radio/xlog/xlog-2.0.25.ebuild +++ b/media-radio/xlog/xlog-2.0.25.ebuild @@ -75,9 +75,11 @@ src_install() { pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update xdg_mimeinfo_database_update + xdg_icon_cache_update }