commit: 7ce3c66b59933bf7962038eb5665c597ffb84809
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 11:34:53 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 12:10:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce3c66b
xfce-extra/xfce4-windowck-plugin: Strip .la files
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild | 5 +++++
1 file changed, 5 insertions(+)
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
index 48bc0eb09e8..1731f9cec34 100644
--- 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
@@ -38,6 +38,11 @@ src_prepare() {
default
}
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
+
pkg_postinst() {
xdg_icon_cache_update
}