commit:     331288e2a1a7b7371268fdddaafd26f30b800b8a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 11:34:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 12:10:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331288e2

xfce-extra/xfce4-weather-plugin: Strip .la files

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

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
index ac752365a95..4fd6d174ac5 100644
--- 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
@@ -35,6 +35,11 @@ src_configure() {
        econf "${myconf[@]}"
 }
 
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
        xdg_icon_cache_update
 }

Reply via email to