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: xfce-extra/xfce4-xkb-plugin/
Date: Tue, 13 Aug 2019 12:11:04
Message-Id: 1565698251.5fe2554293236702c505da580c24080d6d1d27c5.mgorny@gentoo
1 commit: 5fe2554293236702c505da580c24080d6d1d27c5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 11:35:12 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 12:10:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe25542
7
8 xfce-extra/xfce4-xkb-plugin: Strip .la files
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
16 index cb252ebd490..3b5cb074fe6 100644
17 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
18 +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
19 @@ -37,3 +37,8 @@ src_configure() {
20
21 econf "${myconf[@]}"
22 }
23 +
24 +src_install() {
25 + default
26 + find "${D}" -name '*.la' -delete || die
27 +}