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 F38F815ACFB for ; Tue, 18 Apr 2023 18:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37BE6E08A2; Tue, 18 Apr 2023 18:33:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21A81E08A2 for ; Tue, 18 Apr 2023 18:33:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40024340CBB for ; Tue, 18 Apr 2023 18:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83592A3D for ; Tue, 18 Apr 2023 18:33:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1681842497.7f65c2d1513d38f8da56d27d1e4aa43e9c59fe5d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild X-VCS-Directories: xfce-base/xfce4-settings/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f65c2d1513d38f8da56d27d1e4aa43e9c59fe5d X-VCS-Branch: master Date: Tue, 18 Apr 2023 18:33:26 +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: b3f75de2-c643-45bd-812c-c11d01f7a954 X-Archives-Hash: 35b0d56c985cba24fd5bd1c055664f15 commit: 7f65c2d1513d38f8da56d27d1e4aa43e9c59fe5d Author: Michał Górny gentoo org> AuthorDate: Tue Apr 18 18:28:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 18 18:28:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f65c2d1 xfce-base/xfce4-settings: Remove .la files Closes: https://bugs.gentoo.org/904524 Signed-off-by: Michał Górny gentoo.org> xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild index 3e3368b8e3ae..77db93b93f0f 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild @@ -65,6 +65,11 @@ src_configure() { econf "${myconf[@]}" } +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + pkg_postinst() { xdg_icon_cache_update }