Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/
Date: Tue, 13 Aug 2019 12:11:05
Message-Id: 1565698252.7989678cad4e82e3f95a76ffb348d0929368b861.mgorny@gentoo
1 commit: 7989678cad4e82e3f95a76ffb348d0929368b861
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 11:35:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 12:10:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7989678c
7
8 xfce-extra/xfce4-notifyd: Strip .la files
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
16 index fc63975c2ad..da69a52cf03 100644
17 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
18 +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
19 @@ -27,6 +27,11 @@ DEPEND="${RDEPEND}
20 sys-devel/gettext
21 virtual/pkgconfig"
22
23 +src_install() {
24 + default
25 + find "${D}" -name '*.la' -delete || die
26 +}
27 +
28 pkg_postinst() {
29 xdg_icon_cache_update
30 }