xfce-extra/xfce4-notifyd: Strip .la files
authorMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 11:35:24 +0000 (13:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 12:10:52 +0000 (14:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild

index fc63975c2ad9f276fbeb172ee4b3f5227fc812e5..da69a52cf031a754a62e8b409d6313f7a8f17a8e 100644 (file)
@@ -27,6 +27,11 @@ DEPEND="${RDEPEND}
        sys-devel/gettext
        virtual/pkgconfig"
 
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
        xdg_icon_cache_update
 }