diff options
author | 2012-09-02 07:58:15 +0000 | |
---|---|---|
committer | 2012-09-02 07:58:15 +0000 | |
commit | ef494b5b177cda8cbe60571e0887fb7d7422a86e (patch) | |
tree | b25e027503713be9c92c6dc3100a74bd2f5f4a89 /eclass/xfconf.eclass | |
parent | Initial import; new dependency for oauth2. (diff) | |
download | gentoo-2-ef494b5b177cda8cbe60571e0887fb7d7422a86e.tar.gz gentoo-2-ef494b5b177cda8cbe60571e0887fb7d7422a86e.tar.bz2 gentoo-2-ef494b5b177cda8cbe60571e0887fb7d7422a86e.zip |
Drop desktop file validate foo and let the PM handle it as the best it can. It was really here for the 4.10 bumping period for QA anyways, and the time has passed. Convert to prune_libtool_files and use the --all argument since we always want all, Xfce never installs any static archives nor uses libltdl
Diffstat (limited to 'eclass/xfconf.eclass')
-rw-r--r-- | eclass/xfconf.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index ef0c358b926d..0842273d7056 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.42 2012/07/02 08:43:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.43 2012/09/02 07:58:15 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -112,9 +112,7 @@ xfconf_src_install() { base_src_install "$@" || die - find "${ED}" -name '*.la' -exec rm -f {} + - - validate_desktop_entries + prune_libtool_files --all } # @FUNCTION: xfconf_pkg_preinst |