x11-misc/xfile - 1.2.1 (mrchicken)

Search

Install

Install this version:

emerge -a =x11-misc/xfile-1.2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-misc/xfile-1.2.1

Or alternatively:

emerge --autounmask-write -a =x11-misc/xfile-1.2.1

Package Information

Description:
File manager for Unix/X11
Homepage:
https://fastestcode.org/xfile.html
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="File manager for Unix/X11"
HOMEPAGE="https://fastestcode.org/xfile.html"
LICENSE="MIT"
SLOT="0"

SRC_URI="https://fastestcode.org/dl/xfile-src-${PV}.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}/xfile-src-${PV}"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	x11-libs/libX11
	x11-libs/libXinerama
	x11-libs/libXt
	x11-libs/libXpm
	x11-libs/motif
"

DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}/fix.patch"
)

src_prepare() {
	default
}

src_compile() {
	emake
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc README
}

Dependencies

DEPEND

	x11-libs/libX11
	x11-libs/libXinerama
	x11-libs/libXt
	x11-libs/libXpm
	x11-libs/motif

RDEPEND

	x11-libs/libX11
	x11-libs/libXinerama
	x11-libs/libXt
	x11-libs/libXpm
	x11-libs/motif

Manifest for 1.2.1

Type File Size Source URLs
DIST xfile-1.2.1.tar.xz 124988 bytes https://fastestcode.org/dl/xfile-src-1.2.1.tar.xz