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
# 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
}
x11-libs/libX11 x11-libs/libXinerama x11-libs/libXt x11-libs/libXpm x11-libs/motif
x11-libs/libX11 x11-libs/libXinerama x11-libs/libXt x11-libs/libXpm x11-libs/motif
| 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 |