From 331288e2a1a7b7371268fdddaafd26f30b800b8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 13 Aug 2019 13:34:30 +0200 Subject: [PATCH] xfce-extra/xfce4-weather-plugin: Strip .la files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../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 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 } -- 2.26.2