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 CE49E158018 for ; Sat, 2 Oct 2021 15:18:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D41E0809; Sat, 2 Oct 2021 15:18:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9604E0809 for ; Sat, 2 Oct 2021 15:18:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB550342E6A for ; Sat, 2 Oct 2021 15:18:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 054A5BE for ; Sat, 2 Oct 2021 15:18:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1633187919.f35d3349075fba0a8a7ae9e563c083185d423c31.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-5.86.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f35d3349075fba0a8a7ae9e563c083185d423c31 X-VCS-Branch: master Date: Sat, 2 Oct 2021 15:18:47 +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: 9efaa1f4-97cf-4d69-8219-b858c3939593 X-Archives-Hash: 8d69ec72306e0d5a45c102afbf7dd43a commit: f35d3349075fba0a8a7ae9e563c083185d423c31 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 2 15:05:45 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 2 15:18:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35d3349 kde-frameworks/breeze-icons: Remove invalid symbolic links Closes: https://bugs.gentoo.org/770988 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/breeze-icons/breeze-icons-5.86.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.86.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.86.0.ebuild index 6d4a5b957a4..ef153169884 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.86.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.86.0.ebuild @@ -40,6 +40,13 @@ src_configure() { cmake_src_configure } +src_install() { + cmake_src_install + # bug 770988 + find "${ED}"/usr/share/icons/ -type d -empty -delete || die + find "${ED}"/usr/share/icons/ -xtype l -delete || die +} + pkg_postinst() { xdg_icon_cache_update }