Search Criteria
Package Details: rill-git 0.6.0.r1.g81f3f39-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rill-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rill-git |
| Description: | A minimalist scrolling window manager for River |
| Upstream URL: | https://codeberg.org/lzj15/rill |
| Keywords: | river wayland |
| Licenses: | MIT |
| Conflicts: | rill |
| Provides: | rill |
| Submitter: | ParadiseofMagic |
| Maintainer: | ParadiseofMagic |
| Last Packager: | ParadiseofMagic |
| Votes: | 2 |
| Popularity: | 1.29 |
| First Submitted: | 2026-02-20 19:02 (UTC) |
| Last Updated: | 2026-05-14 12:01 (UTC) |
Dependencies (10)
- libxkbcommon (libxkbcommon-gitAUR)
- river (river-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- zig (zig-dev-binAUR, zig-binAUR, zig-gitAUR, zig-0.16-binAUR) (make)
- alacritty (alacritty-sixel-gitAUR, alacritty-smooth-cursor-gitAUR, alacritty-nox-gitAUR, alacritty-graphicsAUR, alacritty-gitAUR) (optional) – Default terminal emulator
- awww (awww-gitAUR) (optional) – Default wallpaper manager
- wireplumber (wireplumber-gitAUR) (optional) – Default audio manager
- wl-clip-persist (wl-clip-persist-gitAUR) (optional) – Used in default configuration
Latest Comments
tskaar commented on 2026-05-13 20:57 (UTC) (edited on 2026-05-13 20:57 (UTC) by tskaar)
@ParadiseofMagic;
Do you mind updating the
pkgver()function, since it currently only uses the commit hash, AUR helpers will be "confused" whether there are any new commits or not.From ArchWiki/VCS_package_guidelines/git you can use the one mentioned:
Resulting in
0.6.0.r1.g81f3f39at the time of writing.Cheers!
ParadiseofMagic commented on 2026-05-07 19:56 (UTC) (edited on 2026-05-07 19:56 (UTC) by ParadiseofMagic)
@tskaar It seems the whole "v" thing was from me making that typo, the package should be okay now and the noextract seems to be a remnant from pre Zig-0.16(I copied it from the River package).
tskaar commented on 2026-05-07 13:31 (UTC)
@ParadiseofMagic: There are some issues with your latest changes:
--forkcase)I got a clean Chroot build with the following diff:
Cheers!
tskaar commented on 2026-05-07 12:37 (UTC)
@ParadiseofMagic: Yeah, was just about to comment;
I had to delete the
zig-wayland.zipfile to force it re-download the new one, and was gonna propose to use versioned names to avoid this issue, but it seems you found the same solution :)ParadiseofMagic commented on 2026-05-07 12:35 (UTC)
False alarm, I managed to fix it there was some weird file naming shenanigans.
ParadiseofMagic commented on 2026-05-07 12:12 (UTC) (edited on 2026-05-07 12:16 (UTC) by ParadiseofMagic)
@tskaar have you been able to compile successfully commit b063485? Ever since Zig 0.16+, I keep getting this error. I first tried zig-git commit 0.17.0.r260.ga794287573a8 back when Zig 0.16 wasn't in official repos, now that it is in offical repositories I still get this error whenever I try to compile this.
My PKGBUILD is very similar to yours, all I have changed is the source of Zig-Wayland because the Codeberg one hasn't been working for a while.
Error in question: https://termbin.com/iyn1
tskaar commented on 2026-05-03 15:17 (UTC) (edited on 2026-05-03 15:18 (UTC) by tskaar)
Compiling with Zig v0.16 (latest commit on Rill) requires some changes due to upstream Build Changes
I got it working with two changes;
Here is the diff I used:
ParadiseofMagic commented on 2026-04-13 19:55 (UTC)
@yipfluoric you are correct! I just checked build.zig.zon and it has zig-xkbcommon in it now, this commit should have fixed it.
yipfluoric commented on 2026-04-13 14:51 (UTC) (edited on 2026-04-13 14:52 (UTC) by yipfluoric)
Still not building out of box, It seems to need the zig libxkbcommon bindings found at https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.zip in zig's global cache. Only successfully built after i added that manually.
neo64yt commented on 2026-04-11 05:37 (UTC)
This package now requires libxkbcommon