repo/proj/guru:dev commit in: app-laptop/inputactions-kwin/
"Pavel Sobolev" <contact-2GWvd5oGOoG/[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786267154.77faf9722e8a8d2d143b90d12b2bdc3b550d12f6.contact@gentoo> |
commit: 77faf9722e8a8d2d143b90d12b2bdc3b550d12f6
Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev>
AuthorDate: Sun Aug 9 07:51:43 2026 +0000
Commit: Pavel Sobolev <contact <AT> paveloom <DOT> dev>
CommitDate: Sun Aug 9 09:19:14 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77faf972
app-laptop/inputactions-kwin: new package, add 0.9.2.0
Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev>
app-laptop/inputactions-kwin/Manifest | 1 +
.../inputactions-kwin-0.9.2.0.ebuild | 33 ++++++++++++++++++++++
app-laptop/inputactions-kwin/metadata.xml | 12 ++++++++
3 files changed, 46 insertions(+)
diff --git a/app-laptop/inputactions-kwin/Manifest b/app-laptop/inputactions-kwin/Manifest
new file mode 100644
index 0000000000..c4ddcf4463
--- /dev/null
+++ b/app-laptop/inputactions-kwin/Manifest
@@ -0,0 +1 @@
+DIST inputactions-kwin-0.9.2.0.tar.gz 173979 BLAKE2B 390da4fd4be5131078f1fe89bc32777013ab36836bd59589363f881495fa6bdbfa2989774855f7a2e325a7d6b47847bfa1b4d4eb6ac6d26a49ff24404b9e6aff SHA512 11392e91ae71e9d476d58b6f35757bff48d40d8476fe1adbc1b5f31f9ea3cf6fd8e52f91a320de5edd4077b1a27065910f7ba7a309b41fe5c40cafadfb1c220f
diff --git a/app-laptop/inputactions-kwin/inputactions-kwin-0.9.2.0.ebuild b/app-laptop/inputactions-kwin/inputactions-kwin-0.9.2.0.ebuild
new file mode 100644
index 0000000000..76ec7f7ffd
--- /dev/null
+++ b/app-laptop/inputactions-kwin/inputactions-kwin-0.9.2.0.ebuild
@@ -0,0 +1,33 @@
+# 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
+"
diff --git a/app-laptop/inputactions-kwin/metadata.xml b/app-laptop/inputactions-kwin/metadata.xml
new file mode 100644
index 0000000000..cfda663034
--- /dev/null
+++ b/app-laptop/inputactions-kwin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Pavel Sobolev</name>
+ <email>contact-2GWvd5oGOoG/[email protected]</email>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/taj-ny/InputActions/issues</bugs-to>
+ <remote-id type="github">InputActions/kwin</remote-id>
+ </upstream>
+</pkgmetadata>