kwin-canvas-passthrough

LOW
maintainer aaronsb 0 votes scanned 2026-09-17 03:24:22.735270
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Aaron Bockelie <aaronsb@gmail.com>
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Generated by `make pkgbuild` from packaging/PKGBUILD-passthrough.in; run
4# updpkgsums after the release tag exists, then makepkg.
5#
6# A binary KWin plugin: it is built against the kwin that is installed and
7# KWin loads it only for that exact version, so rebuild it after a kwin
8# upgrade (an AUR helper's rebuild command, or makepkg again). Until then the
9# canvas simply runs pan mode without pass-through.
10pkgname=kwin-canvas-passthrough
11pkgver=0.3.1
12pkgrel=1
13pkgdesc="Pass-through plugin for kwin-canvas: clicks, drags and the wheel reach the real windows in pan mode"
14arch=('x86_64' 'aarch64')
15url="https://github.com/aaronsb/kwin-canvas"
16license=('GPL-2.0-or-later')
17depends=('kwin' 'kwin-canvas')
18makedepends=('cmake' 'extra-cmake-modules' 'kcoreaddons')
19install=$pkgname.install
20source=("kwin-canvas-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
21sha256sums=('99a7108684d6e4f1846522ebcb187d67f6b0e9fec0099d307ffc0a96fb5561e6')
22
23build() {
24 cd "$srcdir/kwin-canvas-$pkgver"
25 cmake -S plugin -B build/plugin -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
26 cmake --build build/plugin
27}
28
29package() {
30 cd "$srcdir/kwin-canvas-$pkgver"
31 DESTDIR="$pkgdir" cmake --install build/plugin
32 install -Dm644 LICENSES/GPL-2.0-or-later.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 03:24:22 Low 1
2026-09-17 01:24:19 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion