From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EB06138334 for ; Tue, 13 Aug 2019 12:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF5CE083D; Tue, 13 Aug 2019 12:11:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22CB9E083B for ; Tue, 13 Aug 2019 12:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E4F7349A49 for ; Tue, 13 Aug 2019 12:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E43ED76B for ; Tue, 13 Aug 2019 12:10:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565698252.7989678cad4e82e3f95a76ffb348d0929368b861.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild X-VCS-Directories: xfce-extra/xfce4-notifyd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7989678cad4e82e3f95a76ffb348d0929368b861 X-VCS-Branch: master Date: Tue, 13 Aug 2019 12:10:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f14fecc-ed75-42f1-844d-a01be941c3b6 X-Archives-Hash: f3a116670eb5ad1605aeb6d4631421a0 commit: 7989678cad4e82e3f95a76ffb348d0929368b861 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 13 11:35:24 2019 +0000 Commit: Michał Górny gentoo 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 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 }