xfce-extra/xfce4-weather-plugin: Strip .la files
authorMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 11:34:30 +0000 (13:34 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 12:10:49 +0000 (14:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild

index ac752365a953420093e5b3961e749adae356a8c6..4fd6d174ac58de71f57d3b4b626896ebe648144a 100644 (file)
@@ -35,6 +35,11 @@ src_configure() {
        econf "${myconf[@]}"
 }
 
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
        xdg_icon_cache_update
 }