kwin-canvas-passthrough
LOW
maintainer aaronsb
0 votes
scanned 2026-09-17 03:24:22.735270
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.
10
pkgname=kwin-canvas-passthrough
11
pkgver=0.3.1
12
pkgrel=1
13
pkgdesc="Pass-through plugin for kwin-canvas: clicks, drags and the wheel reach the real windows in pan mode"
14
arch=('x86_64' 'aarch64')
15
url="https://github.com/aaronsb/kwin-canvas"
16
license=('GPL-2.0-or-later')
17
depends=('kwin' 'kwin-canvas')
18
makedepends=('cmake' 'extra-cmake-modules' 'kcoreaddons')
19
install=$pkgname.install
20
source=("kwin-canvas-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
21
sha256sums=('99a7108684d6e4f1846522ebcb187d67f6b0e9fec0099d307ffc0a96fb5561e6')
22
23
build() {
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
29
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-17 03:24:22 | Low | 1 |
| 2026-09-17 01:24:19 | Low | 1 |