diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-13 16:21:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-13 16:27:09 +0100 |
commit | 1bd3ee17d5a79048d830423aa151085eb1e5f39e (patch) | |
tree | e3e70f6da8be0997c85f85df06ed1fdc9fa9cee5 /xfce-extra | |
parent | media-tv/kodi: Update libdvdcss, libdvdnav, and libdvdread versions (diff) | |
download | gentoo-1bd3ee17d5a79048d830423aa151085eb1e5f39e.tar.gz gentoo-1bd3ee17d5a79048d830423aa151085eb1e5f39e.tar.bz2 gentoo-1bd3ee17d5a79048d830423aa151085eb1e5f39e.zip |
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
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r3.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
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 |