Package Details: kwin-gestures 0.2.0-1

Git Clone URL: https://aur.archlinux.org/kwin-gestures.git (read-only, click to copy)
Package Base: kwin-gestures
Description: Custom touchpad gestures for KDE Plasma 6
Upstream URL: https://github.com/taj-ny/kwin-gestures
Licenses: GPL-3.0-only
Submitter: bruceutut
Maintainer: bruceutut
Last Packager: bruceutut
Votes: 0
Popularity: 0.000000
First Submitted: 2024-12-10 06:05 (UTC)
Last Updated: 2024-12-10 06:05 (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.