Install this version:
emerge -a =gui-apps/hyprspace-0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/hyprspace-0.1
Or alternatively:
emerge --autounmask-write -a =gui-apps/hyprspace-0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LUA_COMPAT=( lua5-4 )
inherit flag-o-matic toolchain-funcs lua-single
COMMIT="0c0fe4fc9cc9eac42d6891b840c349263ce42dba"
DESCRIPTION="A plugin for Hyprland that implements a workspace overview feature"
HOMEPAGE="https://github.com/ImanolBarba/Hyprspace"
SRC_URI="https://github.com/ImanolBarba/Hyprspace/archive/${COMMIT}.zip -> ${PN}-${COMMIT}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
gui-wm/hyprland
gui-libs/hyprutils
x11-libs/libdrm
x11-libs/pango
x11-libs/cairo
x11-libs/pixman
virtual/libudev
x11-libs/libxkbcommon
dev-libs/wayland
"
RDEPEND="${DEPEND}"
BDEPEND=""
PATCHES="${FILESDIR}/fix-render.patch"
S=${WORKDIR}/Hyprspace-${COMMIT}
src_compile() {
append-cxxflags -std=c++2b -shared -fPIC --no-gnu-unique -Wall -DWLR_USE_UNSTABLE $(lua_get_CFLAGS)
emake CXX="$(tc-getCXX)"
}
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/lib/hyprland-plugins" install
}
gui-wm/hyprland gui-libs/hyprutils x11-libs/libdrm x11-libs/pango x11-libs/cairo x11-libs/pixman virtual/libudev x11-libs/libxkbcommon dev-libs/wayland
gui-wm/hyprland gui-libs/hyprutils x11-libs/libdrm x11-libs/pango x11-libs/cairo x11-libs/pixman virtual/libudev x11-libs/libxkbcommon dev-libs/wayland
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hyprspace-0c0fe4fc9cc9eac42d6891b840c349263ce42dba.zip | 38193 bytes | https://github.com/ImanolBarba/Hyprspace/archive/0c0fe4fc9cc9eac42d6891b840c349263ce42dba.zip |