From 64ef894b75575b56c27fa108f25b71eb0dff959d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 8 Nov 2024 15:50:40 +0100 Subject: [PATCH] x11-misc/3dfm: add eautoreconf for modern C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/898238 Signed-off-by: Andreas K. Hüttel --- x11-misc/3dfm/{3dfm-1.0-r2.ebuild => 3dfm-1.0-r3.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) rename x11-misc/3dfm/{3dfm-1.0-r2.ebuild => 3dfm-1.0-r3.ebuild} (88%) diff --git a/x11-misc/3dfm/3dfm-1.0-r2.ebuild b/x11-misc/3dfm/3dfm-1.0-r3.ebuild similarity index 88% rename from x11-misc/3dfm/3dfm-1.0-r2.ebuild rename to x11-misc/3dfm/3dfm-1.0-r3.ebuild index 54be311f2b58d..30cd785c3757c 100644 --- a/x11-misc/3dfm/3dfm-1.0-r2.ebuild +++ b/x11-misc/3dfm/3dfm-1.0-r3.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit autotools + DESCRIPTION="OpenGL-based 3D File Manager" HOMEPAGE="https://sourceforge.net/projects/innolab/" SRC_URI="https://downloads.sourceforge.net/innolab/${P}.tar.gz" @@ -17,6 +19,11 @@ RDEPEND=" media-libs/freeglut" DEPEND="${RDEPEND}" +src_prepare() { + default + eautoreconf +} + src_install() { default mv "${ED}"/usr/bin/{interface,3dfm} || die