From: Michał Górny Date: Tue, 13 Aug 2019 11:34:30 +0000 (+0200) Subject: xfce-extra/xfce4-weather-plugin: Strip .la files X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=331288e2a1a7b7371268fdddaafd26f30b800b8a;p=gentoo.git xfce-extra/xfce4-weather-plugin: Strip .la files Signed-off-by: Michał Górny --- 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 ac752365a953..4fd6d174ac58 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 }