Search Criteria
Package Details: niri-settings-git a396684-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/niri-settings-git.git (read-only, click to copy) |
|---|---|
| Package Base: | niri-settings-git |
| Description: | GUI application for configuring niri in Qt |
| Upstream URL: | https://github.com/stefonarch/niri-settings |
| Licenses: | GPLv2.0 |
| Conflicts: | niri-settings |
| Provides: | niri-settings |
| Submitter: | stefonarch |
| Maintainer: | stefonarch |
| Last Packager: | stefonarch |
| Votes: | 2 |
| Popularity: | 0.63 |
| First Submitted: | 2025-12-09 16:20 (UTC) |
| Last Updated: | 2026-04-18 05:13 (UTC) |
Dependencies (4)
- niri (niri-gitAUR, niri-no-decorationsAUR, niri-dinitAUR, niri-shorin-fork-gitAUR, niri-dinit-gitAUR, niri-tearing-gitAUR, niri-shm-sharingAUR)
- python
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- qt6-wayland
Latest Comments
stefonarch commented on 2026-04-18 05:16 (UTC)
Done, thanks!
acrion commented on 2026-04-17 22:36 (UTC)
The PKGBUILD is missing
gitinmakedepends. Building in a clean chroot (e.g. viaaur build --chroot/ aurto) fails with:Per the Arch VCS packaging guidelines, any package using a VCS source must declare the corresponding VCS client in
makedepends. It happens to work in environments wheregitis already installed on the host (e.g. plainmakepkgor helpers that build outside a chroot), which is likely why this has gone unnoticed.Suggested fix:
Thanks for maintaining the package!