Install this version:
emerge -a =gui-apps/caelestia-cli-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/caelestia-cli-1.1.1
Or alternatively:
emerge --autounmask-write -a =gui-apps/caelestia-cli-1.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
DESCRIPTION="The main cli for the Caelestia dotfiles"
HOMEPAGE="https://github.com/caelestia-dots/cli"
SRC_URI="https://github.com/caelestia-dots/cli/releases/download/v${PV}/caelestia-${PV}.tar.gz"
LICENSE="GPL-3.0-only"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/materialyoucolor[${PYTHON_USEDEP}]
')
x11-libs/libnotify
gui-apps/swappy
gui-apps/grim
dev-util/dart-sass
gui-apps/wl-clipboard
gui-apps/slurp
gnome-base/dconf
app-misc/cliphist
gui-apps/fuzzel
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/caelestia-${PV}
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/materialyoucolor[${PYTHON_USEDEP}]
')
x11-libs/libnotify
gui-apps/swappy
gui-apps/grim
dev-util/dart-sass
gui-apps/wl-clipboard
gui-apps/slurp
gnome-base/dconf
app-misc/cliphist
gui-apps/fuzzel
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/materialyoucolor[${PYTHON_USEDEP}]
')
x11-libs/libnotify
gui-apps/swappy
gui-apps/grim
dev-util/dart-sass
gui-apps/wl-clipboard
gui-apps/slurp
gnome-base/dconf
app-misc/cliphist
gui-apps/fuzzel
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | caelestia-1.1.1.tar.gz | 195886 bytes | https://github.com/caelestia-dots/cli/releases/download/v1.1.1/caelestia-1.1.1.tar.gz |