commit:     7989678cad4e82e3f95a76ffb348d0929368b861
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 11:35:24 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 12:10:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7989678c

xfce-extra/xfce4-notifyd: Strip .la files

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
index fc63975c2ad..da69a52cf03 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
@@ -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
 }

Reply via email to