Package Details: input-actions 0.5.1-1

Git Clone URL: https://aur.archlinux.org/input-actions.git (read-only, click to copy)
Package Base: input-actions
Description: Custom touchpad gestures for Plasma 6
Upstream URL: https://github.com/taj-ny/InputActions
Keywords: customizable gestures inputactions kwin kwin-gestures plasma wayland
Licenses: GPL-3.0-only
Submitter: b-valdez
Maintainer: b-valdez
Last Packager: b-valdez
Votes: 1
Popularity: 0.99
First Submitted: 2025-04-03 20:02 (UTC)
Last Updated: 2025-04-03 20:02 (UTC)

Latest Comments

saedlar93 commented on 2025-02-07 16:34 (UTC) (edited on 2025-02-07 16:36 (UTC) by saedlar93)

Here's a working PKGBUILD for anyone interested

PKGBUILD
pkgname=kwin-gestures
pkgver=0.4.0
pkgrel=1
pkgdesc="Custom touchpad gestures for KDE Plasma 6"
arch=('x86_64')
url="https://github.com/taj-ny/kwin-gestures"
license=('GPL-3.0-only')
depends=('kwin')
makedepends=('extra-cmake-modules' 'qt6-tools')
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/taj-ny/kwin-gestures/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('b548693bea5eae10c56e270d155d12e20997aca67e0a4390ebe41fa1da953876')

build() {
  cmake -DCMAKE_INSTALL_PREFIX=/usr -B build -S "$pkgname-$pkgver"
  make -C build
}

package() {
  make -C build DESTDIR="${pkgdir}" PREFIX=/usr install
}

god commented on 2025-01-29 00:15 (UTC)

Nothing appeared in the Desktop Effect page after installing this package. I uninstalled it, and followed the build command on the GitHub page and then it appeared.