steppewm

LOW
maintainer uncognic 1 votes scanned 2026-08-20 21:12:41.539726
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: uncognic <92607100+uncognic@users.noreply.github.com>
2
3pkgname=steppewm
4pkgver=0.3.2
5pkgrel=1
6pkgdesc='Minimal stacking Wayland compositor using wlroots'
7arch=('x86_64' 'aarch64')
8url='https://github.com/uncognic/steppewm'
9license=('GPL-3.0-or-later')
10depends=(
11 'cairo'
12 'glib2'
13 'glibc'
14 'libgcc'
15 'libinput'
16 'libpulse'
17 'librsvg'
18 'libstdc++'
19 'libxkbcommon'
20 'lua54'
21 'sdbus-cpp'
22 'wayland'
23 'wlroots0.20'
24)
25makedepends=(
26 'meson'
27 'ninja'
28 'pixman'
29 'pkgconf'
30 'wayland-protocols'
31)
32optdepends=(
33 'xwayland-satellite: XWayland support'
34 'swaybg: wallpaper'
35 'swayidle: idle management'
36 'wlr-randr: output configuration'
37 'wlopm: output power management'
38 'wlrctl: window and input control from the shell'
39)
40source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
41b2sums=('034c8e7def2cc49e2d7748a095e36d97874508cfd553bb109b4a707cefdb355c662251fbee090bfdb2d5a7c86257823013a888edb0d73c808b6a16da9be5c4c1')
42
43build() {
44 arch-meson "$pkgname-$pkgver" build
45 meson compile -C build
46}
47
48package() {
49 meson install -C build --destdir "$pkgdir"
50 install -Dm644 "$pkgname-$pkgver/config.lua" \
51 "$pkgdir/usr/share/doc/$pkgname/config.lua"
52 install -Dm644 "$pkgname-$pkgver/doc/steppewm.md" \
53 "$pkgdir/usr/share/doc/$pkgname/steppewm.md"
54 install -Dm644 "$pkgname-$pkgver/README.md" \
55 "$pkgdir/usr/share/doc/$pkgname/README.md"
56}
57

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 21:12:41 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