projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe2554
)
xfce-extra/xfce4-notifyd: Strip .la files
author
Michał Górny
<mgorny@gentoo.org>
Tue, 13 Aug 2019 11:35:24 +0000
(13:35 +0200)
committer
Michał 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
patch
|
blob
|
history
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 fc63975c2ad9f276fbeb172ee4b3f5227fc812e5..da69a52cf031a754a62e8b409d6313f7a8f17a8e 100644
(file)
--- 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
}