From 1bd3ee17d5a79048d830423aa151085eb1e5f39e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 13 Feb 2018 16:21:11 +0100 Subject: 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(-) (limited to 'xfce-extra/thunar-archive-plugin') 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 ab7fb62d09e0..bc4f9ca7588b 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 -- cgit v1.2.3-65-gdbad