Search Criteria
Package Details: wayscriber 0.9.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wayscriber.git (read-only, click to copy) |
|---|---|
| Package Base: | wayscriber |
| Description: | Screen annotation tool for Wayland compositors |
| Upstream URL: | https://wayscriber.com |
| Licenses: | MIT |
| Conflicts: | wayscriber-debug |
| Replaces: | wayscriber-debug |
| Submitter: | omarcher |
| Maintainer: | omarcher |
| Last Packager: | omarcher |
| Votes: | 4 |
| Popularity: | 1.18 |
| First Submitted: | 2025-10-23 17:45 (UTC) |
| Last Updated: | 2026-02-13 18:04 (UTC) |
Dependencies (12)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- grim (grim-gitAUR, grim-hyprland-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- slurp (slurp-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR, wl-clipboard-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- wayscriber-configuratorAUR (optional) – GUI configurator (F11)
Required by (1)
- wayscriber-configurator (optional)
Latest Comments
murlakatamenka commented on 2026-01-24 03:12 (UTC) (edited on 2026-01-24 03:31 (UTC) by murlakatamenka)
Please use git tags + checksums, there is no need in git to simply pull source tarball.
Sample PKGBUILD:
https://gitlab.archlinux.org/archlinux/packaging/packages/fd/-/blob/main/PKGBUILD
omarcher commented on 2025-12-11 09:58 (UTC)
It was fixed @xircon
xircon commented on 2025-12-08 17:39 (UTC)
Not building:
omarcher commented on 2025-11-27 08:15 (UTC) (edited on 2025-11-27 08:37 (UTC) by omarcher)
Yes, hyprmarker package and related bits we can get get rid of. I made a deletion request.
Thanks.
sakaru commented on 2025-11-26 16:27 (UTC)
What is the purpose of the
pre_installandpre_upgradehooks as they are? I think they should be removed.I also think the
conflictsandprovidescan be removed, and a deletion request made for thehyprmarkerpackage.omarcher commented on 2025-11-04 06:20 (UTC)
@benz thanks, should be fixed now. I was using 1.90, tested now with 1.85, should work.
benz commented on 2025-10-30 05:13 (UTC)
doesnt compile:
error[E0658]: use of unstable library feature
file_lock--> src/session/storage.rs:130:19 | 130 | lock_file.unlock().unwrap_or_else(|err| { | ^^^^^^ | = note: see issue #130994 https://github.com/rust-lang/rust/issues/130994 for more informationerror[E0658]: use of unstable library feature
file_lock--> src/session/storage.rs:125:14 | 125 | .lock_shared() | ^^^^^^^^^^^ | = note: see issue #130994 https://github.com/rust-lang/rust/issues/130994 for more information