games-action/oneclient-bin - 2.3.1 (headspace)

Search

Install

Install this version:

emerge -a =games-action/oneclient-bin-2.3.1

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

autounmask =games-action/oneclient-bin-2.3.1

Or alternatively:

emerge --autounmask-write -a =games-action/oneclient-bin-2.3.1

Package Information

Description:
Next-generation open source Minecraft launcher (prebuilt)
Homepage:
https://github.com/Polyfrost/OneLauncher
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.3.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Aubrey
# Distributed under the terms of the BSD-2-Clause License

EAPI=8

inherit unpacker xdg

DESCRIPTION="Next-generation open source Minecraft launcher (prebuilt)"
HOMEPAGE="https://github.com/Polyfrost/OneLauncher"
SRC_URI="https://github.com/Polyfrost/OneLauncher/releases/download/oneclient-${PV}/OneClient_${PV}_linux_x86_64.deb"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="wayland"

RDEPEND="
	media-libs/fontconfig
	media-libs/freetype
	media-libs/libglvnd
	x11-libs/libXcursor
	x11-libs/libXrandr
	x11-libs/libXi
	sys-apps/dbus
	x11-libs/gtk+:3
	wayland? (
		x11-libs/libxkbcommon
		dev-libs/wayland
	)
"
DEPEND="${RDEPEND}"
BDEPEND=""

S="${WORKDIR}"

src_install() {
	cp -r "${S}"/usr "${ED}" || die
	dosym oneclient_app /usr/bin/oneclient
}

pkg_postinst() {
	xdg_icon_cache_update
}

pkg_postrm() {
	xdg_icon_cache_update
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-action/oneclient-bin | euse -E <flag> -p games-action/oneclient-bin | euse -D <flag> -p games-action/oneclient-bin

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

DEPEND

	media-libs/fontconfig
	media-libs/freetype
	media-libs/libglvnd
	x11-libs/libXcursor
	x11-libs/libXrandr
	x11-libs/libXi
	sys-apps/dbus
	x11-libs/gtk+:3
	wayland? (
		x11-libs/libxkbcommon
		dev-libs/wayland
	)

RDEPEND

	media-libs/fontconfig
	media-libs/freetype
	media-libs/libglvnd
	x11-libs/libXcursor
	x11-libs/libXrandr
	x11-libs/libXi
	sys-apps/dbus
	x11-libs/gtk+:3
	wayland? (
		x11-libs/libxkbcommon
		dev-libs/wayland
	)

Manifest for 2.3.1

Type File Size Source URLs
DIST OneClient_2.3.1_linux_x86_64.deb 27159692 bytes https://github.com/Polyfrost/OneLauncher/releases/download/oneclient-2.3.1/OneClient_2.3.1_linux_x86_64.deb