commit:     7f65c2d1513d38f8da56d27d1e4aa43e9c59fe5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 18:28:17 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
 }

Reply via email to