From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0966C138010 for ; Sun, 2 Sep 2012 07:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 963CFE00B2; Sun, 2 Sep 2012 07:58:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 69F6DE00B2 for ; Sun, 2 Sep 2012 07:58:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6CA733D776 for ; Sun, 2 Sep 2012 07:58:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 7ED6820F95; Sun, 2 Sep 2012 07:58:15 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: xfconf.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: xfconf.eclass X-VCS-Directories: eclass X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120902075815.7ED6820F95@flycatcher.gentoo.org> Date: Sun, 2 Sep 2012 07:58:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 021c4fa8-0810-4072-b6d0-d70aa19f7538 X-Archives-Hash: 18125a65d3d0111bbede92be25842bb7 ssuominen 12/09/02 07:58:15 Modified: xfconf.eclass Log: 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 Revision Changes Path 1.43 eclass/xfconf.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?r1=1.42&r2=1.43 Index: xfconf.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- xfconf.eclass 2 Jul 2012 08:43:37 -0000 1.42 +++ xfconf.eclass 2 Sep 2012 07:58:15 -0000 1.43 @@ -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 @@ base_src_install "$@" || die - find "${ED}" -name '*.la' -exec rm -f {} + - - validate_desktop_entries + prune_libtool_files --all } # @FUNCTION: xfconf_pkg_preinst