Install this version:
emerge -a =gui-apps/monique-0.6.4-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/monique-0.6.4-r1
Or alternatively:
emerge --autounmask-write -a =gui-apps/monique-0.6.4-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.4-r1 | 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="setuptools"
inherit distutils-r1 desktop
DESCRIPTION="Graphical monitor configurator for Hyprland and Sway"
HOMEPAGE="https://github.com/ToRvaLDz/monique"
SRC_URI="https://github.com/ToRvaLDz/monique/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
gui-libs/libadwaita
"
RDEPEND="${DEPEND}"
src_install() {
distutils-r1_src_install
domenu "data/com.github.monique.desktop"
doicon -s scalable "data/com.github.monique.svg"
}
dev-python/pygobject[] dev-python/pyudev[] gui-libs/libadwaita
dev-python/pygobject[] dev-python/pyudev[] gui-libs/libadwaita