diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-09-24 23:35:55 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-09-24 23:35:55 +0000 |
commit | ce90fa24f44a862cb10360e9adc53bb049bd4e86 (patch) | |
tree | 143d928edcf39236cdc20e30e2c4be84e795e2b0 /x11-libs | |
parent | Remove .la files for libraries that are dlopen()-ed (diff) | |
download | gentoo-2-ce90fa24f44a862cb10360e9adc53bb049bd4e86.tar.gz gentoo-2-ce90fa24f44a862cb10360e9adc53bb049bd4e86.tar.bz2 gentoo-2-ce90fa24f44a862cb10360e9adc53bb049bd4e86.zip |
Remove .la files too
(Portage version: 2.1.9.10/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gdk-pixbuf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.0.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-libs/gdk-pixbuf/ChangeLog b/x11-libs/gdk-pixbuf/ChangeLog index 8bff3b811613..aa1ec247c864 100644 --- a/x11-libs/gdk-pixbuf/ChangeLog +++ b/x11-libs/gdk-pixbuf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gdk-pixbuf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.1 2010/09/24 22:51:13 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.2 2010/09/24 23:35:55 nirbheek Exp $ + + 24 Sep 2010; <nirbheek@gentoo.org> gdk-pixbuf-2.22.0.ebuild: + Remove .la files too *gdk-pixbuf-2.22.0 (24 Sep 2010) diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.0.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.0.ebuild index 0d3d12cb3e5d..e44a891f8cf4 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.0.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.0.ebuild,v 1.1 2010/09/24 22:51:13 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.0.ebuild,v 1.2 2010/09/24 23:35:55 nirbheek Exp $ EAPI="3" -inherit gnome.org flag-o-matic multilib libtool autotools virtualx +inherit gnome.org multilib libtool autotools DESCRIPTION="Image loading library for GTK+" HOMEPAGE="http://www.gtk.org/" @@ -60,15 +60,13 @@ src_configure() { econf ${myconf} } -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - Xemake check || die "tests failed" -} - src_install() { emake DESTDIR="${D}" install || die "Installation failed" dodoc AUTHORS NEWS* README* || die "dodoc failed" + + # New library, remove .la files + rm -vf "${D}"/usr/lib*/gdk-pixbuf-2.0/*/loaders/*.la } pkg_postinst() { |