From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/libcanberra/
Date: Sat, 30 Apr 2011 09:04:41 +0000 (UTC) [thread overview]
Message-ID: <96c20f337eacedf9396db868bdb8f5970c404f3a.nirbheek@gentoo> (raw)
commit: 96c20f337eacedf9396db868bdb8f5970c404f3a
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 21:43:47 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 21:43:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=96c20f33
media-libs/libcanberra: remove ALL la files
* We'll figure out which ones are really needed faster this way
---
...erra-0.28.ebuild => libcanberra-0.28-r1.ebuild} | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/media-libs/libcanberra/libcanberra-0.28.ebuild b/media-libs/libcanberra/libcanberra-0.28-r1.ebuild
similarity index 86%
rename from media-libs/libcanberra/libcanberra-0.28.ebuild
rename to media-libs/libcanberra/libcanberra-0.28-r1.ebuild
index 985069e..9916a4e 100644
--- a/media-libs/libcanberra/libcanberra-0.28.ebuild
+++ b/media-libs/libcanberra/libcanberra-0.28-r1.ebuild
@@ -56,13 +56,15 @@ src_configure() {
--with-html-dir=/usr/share/doc/${PF}/html
}
-# TODO: check which la files are really needed
src_install() {
# Disable parallel installation until bug #253862 is solved
emake -j1 DESTDIR="${D}" install || die
- find "${ED}"/usr/$(get_libdir)/gtk-2.0 -name "*.la" -delete
- find "${ED}"/usr/$(get_libdir)/gtk-3.0 -name "*.la" -delete
+ # TODO: check which la files are really needed
+ #find "${ED}"/usr/$(get_libdir)/gtk-2.0 -name "*.la" -delete
+ #find "${ED}"/usr/$(get_libdir)/gtk-3.0 -name "*.la" -delete
+ # removing ALL of them for now.
+ find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
}
pkg_preinst() { gnome2_gconf_savelist; }
next reply other threads:[~2011-04-30 9:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-30 9:04 Nirbheek Chauhan [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-19 8:38 [gentoo-commits] proj/gnome:master commit in: media-libs/libcanberra/ Alexandre Rostovtsev
2011-04-30 9:15 Nirbheek Chauhan
2011-04-04 13:00 Gilles Dartiguelongue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=96c20f337eacedf9396db868bdb8f5970c404f3a.nirbheek@gentoo \
--to=nirbheek@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox