Install this version:
emerge -a =x11-misc/xclicker-1.5.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/xclicker-1.5.1
Or alternatively:
emerge --autounmask-write -a =x11-misc/xclicker-1.5.1
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/robiot/xclicker.git"
else
SRC_URI="https://github.com/robiot/xclicker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
inherit meson desktop
DESCRIPTION="Fast GUI autoclicker for X11 desktops"
HOMEPAGE="https://github.com/robiot/xclicker"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/libXi
x11-libs/libXtst
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_install() {
dobin "${BUILD_DIR}/src/${PN}"
newicon "assets/icon.png" "${PN}.png"
domenu "assets/${PN}.desktop"
}
x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi x11-libs/libXtst
x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi x11-libs/libXtst
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xclicker-1.5.1.tar.gz | 981073 bytes | https://github.com/robiot/xclicker/archive/v1.5.1.tar.gz |