games-util/joystickwake - 0.5.2 (bennypowers)

Search

Install

Install this version:

emerge -a =games-util/joystickwake-0.5.2

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

autounmask =games-util/joystickwake-0.5.2

Or alternatively:

emerge --autounmask-write -a =games-util/joystickwake-0.5.2

Package Information

Description:
Joystick-aware screen waker
Homepage:
https://codeberg.org/forestix/joystickwake
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.5.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..13} )

inherit python-single-r1

DESCRIPTION="Joystick-aware screen waker"
HOMEPAGE="https://codeberg.org/forestix/joystickwake"
SRC_URI="https://codeberg.org/forestix/joystickwake/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

S="${WORKDIR}/joystickwake"

RDEPEND="
	${PYTHON_DEPS}
	dev-python/pyudev
	dbus? ( dev-python/dbus-fast )
"

src_install() {
	dobin joystickwake
	insinto /etc/xdg/autostart
	doins joystickwake.desktop
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-util/joystickwake | euse -E <flag> -p games-util/joystickwake | euse -D <flag> -p games-util/joystickwake

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	
	dev-python/pyudev
	dbus? ( dev-python/dbus-fast )

Manifest for 0.5.2

Type File Size Source URLs
DIST joystickwake-0.5.2.tar.gz 14937 bytes https://codeberg.org/forestix/joystickwake/archive/v0.5.2.tar.gz