Package Details: wev-git 1.0.0.r2.g54de46d-1

Git Clone URL: https://aur.archlinux.org/wev-git.git (read-only, click to copy)
Package Base: wev-git
Description: Print wayland events, like xev(1)
Upstream URL: https://git.sr.ht/~sircmpwn/wev
Licenses: MIT
Provides: wev
Submitter: KingofToasters
Maintainer: KingofToasters
Last Packager: KingofToasters
Votes: 9
Popularity: 0.000864
First Submitted: 2019-08-11 11:41 (UTC)
Last Updated: 2021-02-22 05:14 (UTC)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

tokyo4j commented on 2025-08-29 06:38 (UTC)

I wonder what the patch is for. The upstream wev package doesn't do it: https://gitlab.archlinux.org/archlinux/packaging/packages/wev

myrslint commented on 2025-08-04 12:52 (UTC)

Hello, @KingofToasters. This package does not build anymore due to a small change in Makefile which invalidates wev-git.patch.

Please update wev-git.patch to the following (and update the PKGBUILD checksum, of course):

diff --git a/Makefile b/Makefile
index 0b1343f..4dc8237 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,10 @@ wayland-tablet-protocol.c: wayland-tablet-protocol.h
        $(WAYLAND_PROTOCOLS)/stable/tablet/tablet-v2.xml $@

 wev: wev.c shm.c xdg-shell-protocol.c wayland-tablet-protocol.c
-   $(CC) $(CFLAGS) \
+   $(CC) $(CPPFLAGS) $(CFLAGS) \
        -g -std=c11 -I. \
        -o wev wev.c shm.c xdg-shell-protocol.c wayland-tablet-protocol.c \
-       $(LIBS) -lrt
+       $(LIBS) -lrt $(LDFLAGS)

 wev.1: wev.1.scd
    $(SCDOC) < wev.1.scd > wev.1

Thank you.

kunev commented on 2023-06-27 14:56 (UTC)

True, but it seems yay installs and works fine without base-devel on aarch64, which is pretty weird.

tfl5034 commented on 2023-06-24 17:43 (UTC)

pkgconf and patch are provided by base-devel which are implicit dependencies of AUR packages.

kunev commented on 2023-06-24 14:27 (UTC)

As noted by Libgxps this actually builds on aarch64, but seems to also need pkgconf and patch as dependencies.

willemw commented on 2023-04-15 16:55 (UTC)

conflicts=('wev') is missing.

kljas commented on 2022-10-08 02:46 (UTC)

For anyone experiencing issues running this under Gnome Shell (wl_registry@2: error 0: invalid version for global wl_seat (16): have 5, wanted 6), there's a commit in a fork by jwrdegoede on GitHub which fixes it: https://github.com/jwrdegoede/wev/commit/3ee158f71f591b60d233dfeb36a09ac4d7afbeb1

I'm not sure if sircmpwn is aware of that patch, or if there are reasons why it wouldn't be accepted into mainline - seems like the "correct" fix would be to patch Gnome to provide version 6 rather than building in DE-specific workarounds to wev.

Libgxps commented on 2020-12-01 10:00 (UTC)

Please add the aarch64 architecture or change it to any. It builds quite nicely. Thank you for your support.

tfl5034 commented on 2019-11-14 02:43 (UTC)

@Depau I followed your changes and they worked. I think you can even get rid of the DESTDIR variable and just use the PREFIX dir.

Side-note, it might be worth marking this as orphaned.

depau commented on 2019-10-22 03:45 (UTC)

Hey, could you please fix the PREFIX issue?

Thank you.