commit: a3dff2fe69da5005ed5058e50d7e7ff7325037fb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 6 08:47:47 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 6 08:50:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dff2fe
app-editors/mousepad: Strip .la files Closes: https://bugs.gentoo.org/841458 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-editors/mousepad/mousepad-0.5.9.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-editors/mousepad/mousepad-0.5.9.ebuild b/app-editors/mousepad/mousepad-0.5.9.ebuild index 9c0844adba85..c00a39b43403 100644 --- a/app-editors/mousepad/mousepad-0.5.9.ebuild +++ b/app-editors/mousepad/mousepad-0.5.9.ebuild @@ -34,6 +34,11 @@ src_configure() { econf "${myconf[@]}" } +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + pkg_postinst() { gnome2_schemas_update xdg_desktop_database_update
