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