Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mousepad/
Date: Mon, 06 Jun 2022 08:50:48
Message-Id: 1654505420.a3dff2fe69da5005ed5058e50d7e7ff7325037fb.mgorny@gentoo
1 commit: a3dff2fe69da5005ed5058e50d7e7ff7325037fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 08:47:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 08:50:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dff2fe
7
8 app-editors/mousepad: Strip .la files
9
10 Closes: https://bugs.gentoo.org/841458
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-editors/mousepad/mousepad-0.5.9.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/app-editors/mousepad/mousepad-0.5.9.ebuild b/app-editors/mousepad/mousepad-0.5.9.ebuild
17 index 9c0844adba85..c00a39b43403 100644
18 --- a/app-editors/mousepad/mousepad-0.5.9.ebuild
19 +++ b/app-editors/mousepad/mousepad-0.5.9.ebuild
20 @@ -34,6 +34,11 @@ src_configure() {
21 econf "${myconf[@]}"
22 }
23
24 +src_install() {
25 + default
26 + find "${D}" -name '*.la' -delete || die
27 +}
28 +
29 pkg_postinst() {
30 gnome2_schemas_update
31 xdg_desktop_database_update