From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28BCF1382C5 for ; Tue, 13 Feb 2018 15:29:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47A3CE0C79; Tue, 13 Feb 2018 15:29:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 268BEE0C9E for ; Tue, 13 Feb 2018 15:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95D13335C56 for ; Tue, 13 Feb 2018 15:29:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9846D1F3 for ; Tue, 13 Feb 2018 15:29:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518535629.1bd3ee17d5a79048d830423aa151085eb1e5f39e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-archive-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r3.ebuild X-VCS-Directories: xfce-extra/thunar-archive-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1bd3ee17d5a79048d830423aa151085eb1e5f39e X-VCS-Branch: master Date: Tue, 13 Feb 2018 15:29:00 +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: 952e0516-456a-4120-9340-684c054bf438 X-Archives-Hash: 6935283c06e1bfecc888d8fe875af764 commit: 1bd3ee17d5a79048d830423aa151085eb1e5f39e Author: Michał Górny gentoo org> AuthorDate: Tue Feb 13 15:21:11 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 13 15:27:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd3ee17 xfce-extra/thunar-archive-plugin: Readd missing eautoreconf Readd missing eautoreconf after applying patches. Thanks to Daniel Pielmeier for the report and the patch. Closes: https://bugs.gentoo.org/644064 .../thunar-archive-plugin-0.3.1-r3.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r3.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r3.ebuild index ab7fb62d09e..bc4f9ca7588 100644 --- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r3.ebuild +++ b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit gnome2-utils +inherit autotools gnome2-utils DESCRIPTION="Archive plug-in for the Thunar filemanager" HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" @@ -17,8 +17,10 @@ IUSE="" RDEPEND=">=xfce-base/libxfce4util-4.8:= >=xfce-base/exo-0.6:= >=xfce-base/thunar-1.2:=" +# dev-util/xfce4-dev-tools for eautoreconf DEPEND="${RDEPEND} dev-util/intltool + dev-util/xfce4-dev-tools sys-devel/gettext virtual/pkgconfig" @@ -29,6 +31,12 @@ PATCHES=( ) DOCS=( AUTHORS ChangeLog NEWS README THANKS ) +src_prepare() { + default + local AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros + eautoreconf +} + src_install() { default find "${D}" -name '*.la' -delete || die