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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8B5015ACFC for ; Thu, 4 May 2023 14:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4693E0940; Thu, 4 May 2023 14:08:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CCB7CE0940 for ; Thu, 4 May 2023 14:08:21 +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 13F0D3410F6 for ; Thu, 4 May 2023 14:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3394A55 for ; Thu, 4 May 2023 14:08:19 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1683209295.21bcbf1b7363f0345f4e27cce032cfcd40795a64.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/syncthing/syncthing-1.23.4-r1.ebuild net-p2p/syncthing/syncthing-1.23.4.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 21bcbf1b7363f0345f4e27cce032cfcd40795a64 X-VCS-Branch: master Date: Thu, 4 May 2023 14:08:19 +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: f868c934-eaeb-40a8-b30e-4432cddbe2e2 X-Archives-Hash: 995aa0afd3cd4660505e311c16f90c38 commit: 21bcbf1b7363f0345f4e27cce032cfcd40795a64 Author: Marek Szuba gentoo org> AuthorDate: Thu May 4 14:07:28 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 4 14:08:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bcbf1b net-p2p/syncthing: update icon cache Closes: https://bugs.gentoo.org/905585 Signed-off-by: Marek Szuba gentoo.org> .../syncthing/{syncthing-1.23.4.ebuild => syncthing-1.23.4-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-p2p/syncthing/syncthing-1.23.4.ebuild b/net-p2p/syncthing/syncthing-1.23.4-r1.ebuild similarity index 98% rename from net-p2p/syncthing/syncthing-1.23.4.ebuild rename to net-p2p/syncthing/syncthing-1.23.4-r1.ebuild index f16df5f58ff0..d8e3bf08df7a 100644 --- a/net-p2p/syncthing/syncthing-1.23.4.ebuild +++ b/net-p2p/syncthing/syncthing-1.23.4-r1.ebuild @@ -103,8 +103,10 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update }