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