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-windowck-plugin/
Date: Tue, 13 Aug 2019 12:11:06
Message-Id: 1565698250.7ce3c66b59933bf7962038eb5665c597ffb84809.mgorny@gentoo
1 commit: 7ce3c66b59933bf7962038eb5665c597ffb84809
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 11:34:53 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 12:10:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce3c66b
7
8 xfce-extra/xfce4-windowck-plugin: Strip .la files
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild
16 index 48bc0eb09e8..1731f9cec34 100644
17 --- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild
18 +++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild
19 @@ -38,6 +38,11 @@ src_prepare() {
20 default
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 }