app-laptop/inputactions-kwin - 0.9.2.0 (guru)

Search

Install

Install this version:

emerge -a =app-laptop/inputactions-kwin-0.9.2.0

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

autounmask =app-laptop/inputactions-kwin-0.9.2.0

Or alternatively:

emerge --autounmask-write -a =app-laptop/inputactions-kwin-0.9.2.0

Package Information

Description:
KWin plugin for binding keyboard, mouse, touchpad and touchscreen actions
Homepage:
https://github.com/InputActions/kwin
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="KWin plugin for binding keyboard, mouse, touchpad and touchscreen actions"
HOMEPAGE="https://github.com/InputActions/kwin"
SRC_URI="https://github.com/InputActions/kwin/releases/download/v${PV}/source.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

# kwin
RDEPEND="
	app-laptop/inputactions-ctl
	dev-qt/qtbase:6[widgets]
	kde-plasma/kwin
	x11-libs/libxkbcommon
"
# core
RDEPEND+="
	dev-cpp/yaml-cpp
	dev-libs/libevdev
	dev-qt/qtbase:6[dbus]
"
BDEPEND="
	kde-frameworks/extra-cmake-modules
"

Inherited Eclasses

Dependencies

RDEPEND

	app-laptop/inputactions-ctl
	dev-qt/qtbase:6[widgets]
	kde-plasma/kwin
	x11-libs/libxkbcommon
 
	dev-cpp/yaml-cpp
	dev-libs/libevdev
	dev-qt/qtbase:6[dbus]

BDEPEND

	kde-frameworks/extra-cmake-modules

Manifest for 0.9.2.0

Type File Size Source URLs
DIST inputactions-kwin-0.9.2.0.tar.gz 173979 bytes https://github.com/InputActions/kwin/releases/download/v0.9.2.0/source.tar.gz