sys-apps/razercommander - 1.2.1.2-r5 (gentoo)

Search

Install

Install this version:

emerge -a =sys-apps/razercommander-1.2.1.2-r5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/razercommander-1.2.1.2-r5

Or alternatively:

emerge --autounmask-write -a =sys-apps/razercommander-1.2.1.2-r5

Package Information

Description:
GTK contol center for managing Razer peripherals on Linux
Homepage:
https://gitlab.com/gabmus/razerCommander/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.2.1.2-r5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="razerCommander"
MY_P="${MY_PN}-${PV}"

PYTHON_COMPAT=( python3_{12..14} )

inherit meson python-single-r1 xdg

DESCRIPTION="GTK contol center for managing Razer peripherals on Linux"
HOMEPAGE="https://gitlab.com/gabmus/razerCommander/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://gitlab.com/gabmus/${MY_PN}"
else
	SRC_URI="https://gitlab.com/gabmus/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
	S="${WORKDIR}/${MY_P}"

	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
	${PYTHON_DEPS}
	>=x11-libs/gtk+-3.20:3[introspection]
	x11-libs/gdk-pixbuf[gif(+),introspection]
	$(python_gen_cond_dep '
		dev-python/pygobject:3[${PYTHON_USEDEP}]
		sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}]
	')
"
BDEPEND="
	${RDEPEND}
"

src_install() {
	meson_src_install
	python_optimize
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

	${PYTHON_DEPS}
	>=x11-libs/gtk+-3.20:3[introspection]
	x11-libs/gdk-pixbuf[gif(+),introspection]
	$(python_gen_cond_dep '
		dev-python/pygobject:3[${PYTHON_USEDEP}]
		sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}]
	')

BDEPEND

	
	${PYTHON_DEPS}
	>=x11-libs/gtk+-3.20:3[introspection]
	x11-libs/gdk-pixbuf[gif(+),introspection]
	$(python_gen_cond_dep '
		dev-python/pygobject:3[${PYTHON_USEDEP}]
		sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}]
	')