Search Criteria
Package Details: wev 1.0.0-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/wev.git (read-only, click to copy) |
---|---|
Package Base: | wev |
Description: | tool for debugging wayland events, similar to xev |
Upstream URL: | https://git.sr.ht/~sircmpwn/wev |
Keywords: | sway wayland |
Licenses: | MIT |
Conflicts: | wev-git |
Submitter: | thayne |
Maintainer: | thayne |
Last Packager: | thayne |
Votes: | 36 |
Popularity: | 3.22 |
First Submitted: | 2020-03-30 05:18 (UTC) |
Last Updated: | 2022-03-23 07:34 (UTC) |
Latest Comments
whynothugo commented on 2022-03-22 10:22 (UTC)
Can you update arch to
arch=('i686' 'x86_64' 'aarch64')
? I can confirm this works on such platform.thayne commented on 2022-03-19 06:10 (UTC)
wayland-protocols is now a makedep.
TrialnError commented on 2022-03-17 21:14 (UTC)
wayland-protocols
may only be a makedep.And using
readelf -d
on the binary suggests as much.somepaulo commented on 2021-11-20 13:58 (UTC)
@thayne I'm on Gnome Shell / Mutter
thayne commented on 2021-11-20 07:18 (UTC)
@somepaulo: What compositor are you using? That sounds like your compositor uses version 5 of the wl_seat interface, but wev requires at least version 6. I don't get that error with sway (version 1.6.1)
somepaulo commented on 2021-11-19 21:14 (UTC)
Running wev as my user I consistently get the message
wl_registry@2: error 0: invalid version for global wl_seat (17): have 5, wanted 6
. Is it just me? Is this about how Wayland is compiled (the only thing I found online)?Arvedui commented on 2021-03-23 08:52 (UTC)
Thanks!
thayne commented on 2021-03-23 05:38 (UTC)
I most certainly can (see latest version)
Arvedui commented on 2021-03-20 16:27 (UTC)
can you please pass
CFLAGS
andLDFLAGS
to the make call in build? Something like this should do:xotkot commented on 2021-02-24 10:04 (UTC) (edited on 2021-02-24 10:07 (UTC) by xotkot)
@qubidt clear buildDir wev
you can see where buildDir is
yay -Pg | jq -r '.buildDir'
the default is
rm -rf $HOME/.cache/yay/wev
thayne commented on 2021-02-23 07:48 (UTC)
I just checked, and my b2sum maches what is in the PKGBUILD.
qubidt commented on 2021-02-18 23:47 (UTC)
it looks like the checksum has changed again?
vmsh0 commented on 2021-02-18 10:06 (UTC)
I use yay as my AUR helper. Manually removing the old tarball for the cache solved the checksum issue for me.
thithib commented on 2021-02-15 20:30 (UTC)
@trougnouf Sure you don't have any locally cached version of the old tarball?
trougnouf commented on 2021-02-15 16:13 (UTC)
still fails here
thayne commented on 2021-02-14 08:50 (UTC)
It appears the timestamp in the tarball changed... I've updated with the new checksum.
thithib commented on 2021-02-11 18:10 (UTC)
For a few days now I've been unable to build this as it is, I get a file validity check error and indeed the md5sum of https://git.sr.ht/~sircmpwn/wev/archive/1.0.0.tar.gz is currently be9787538bc15d5da7caeae55902faa9
TrialnError commented on 2020-04-27 17:16 (UTC)
Packages from the base-devel group are generally omitted from the deps, as it is a requirement for using the AUR, espenaf.
See the wiki
thayne commented on 2020-04-27 04:56 (UTC)
Thanks @espenaf. I've added that as a make dependency.
espenaf commented on 2020-04-23 17:53 (UTC)
Please add pkg-config as dependency to the package. Compiling will fail without it.
TrialnError commented on 2020-04-13 17:07 (UTC)
Hi. There is a typo in the PKGBUILD. Instead of
pkgdesc
there ispkgdec
.And could the source-line be prepended with
${pkgname}-${pkgver}.tar.gz::
? Makes it easier for everyone who usesDESTDIR
. Thanks