x11-misc/xclicker - 1.5.1 (mrchicken)

Search

Install

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

Package Information

Description:
Fast GUI autoclicker for X11 desktops
Homepage:
https://github.com/robiot/xclicker
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.5.1 8 ~amd64 ~x86 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/gtk+:3
	x11-libs/libX11
	x11-libs/libXi
	x11-libs/libXtst

RDEPEND

	x11-libs/gtk+:3
	x11-libs/libX11
	x11-libs/libXi
	x11-libs/libXtst

BDEPEND

	virtual/pkgconfig

Manifest for 1.5.1

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