summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-13 13:34:30 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-13 14:10:49 +0200
commit331288e2a1a7b7371268fdddaafd26f30b800b8a (patch)
tree77199aa8d834c68379e86d4ec7bbac58fecf20ba /xfce-extra/xfce4-weather-plugin
parentxfce-extra/xfce4-time-out-plugin: Bump to 1.0.3 (diff)
downloadgentoo-331288e2a1a7b7371268fdddaafd26f30b800b8a.tar.gz
gentoo-331288e2a1a7b7371268fdddaafd26f30b800b8a.tar.bz2
gentoo-331288e2a1a7b7371268fdddaafd26f30b800b8a.zip
xfce-extra/xfce4-weather-plugin: Strip .la files
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
-rw-r--r--xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild5
1 files changed, 5 insertions, 0 deletions
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
}