Package Details: evtest-qt-git r130.fb087f4-1

Git Clone URL: https://aur.archlinux.org/evtest-qt-git.git (read-only, click to copy)
Package Base: evtest-qt-git
Description: Linux Joystick Tester for Qt
Upstream URL: https://github.com/Grumbel/evtest-qt
Licenses: GPL3
Conflicts: evtest-qt
Provides: evtest-qt
Submitter: egore911
Maintainer: xiretza
Last Packager: xiretza
Votes: 1
Popularity: 0.000001
First Submitted: 2019-12-28 20:23 (UTC)
Last Updated: 2023-09-24 12:48 (UTC)

Latest Comments

dreieck commented on 2024-04-08 18:03 (UTC) (edited on 2024-04-08 18:04 (UTC) by dreieck)

Please remove fix-compilation-with-newer-gcc.patch and it's application since it now is included in upstream.
Currently, prepare() fails, because this is already upstream:

==> Starting prepare()...
patching file src/evdev/evdev_info.hpp
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/evdev/evdev_info.hpp.rej
patching file src/util/enum_box.hpp
==> ERROR: A failure occurred in prepare().

Regards and thanks for maintaining!

BujuArena commented on 2024-02-08 01:49 (UTC)

The GCC patch seems to no longer be needed, as patch claims that it has already been applied. I had to edit the PKGBUILD to comment out the patch line to install this.

xiretza commented on 2023-09-24 12:48 (UTC)

Thanks, fixed!

silverhikari commented on 2023-09-19 08:20 (UTC)

hello this package leads to a no longer available gitlab repo, it seems the current repo is located at http://github.com/Grumbel/evtest-qt/

xiretza commented on 2023-07-19 16:28 (UTC)

Thanks, fixed!

dreieck commented on 2023-07-19 12:38 (UTC)

It fails to build with GCC 13 with the error error: ‘uint16_t’ was not declared in this scope. ↗ upstream issue report.

A fix is probably here, which adds #include <cstdint> to evdev_info.hpp and enum_box.hpp.

Until upstream incorporates a fix for the problem, maybe you add it as a patch?

Also, the upstream README.md states

The latest version can be found at:

http://github.com/Grumbel/evtest-qt/

Regards!

xiretza commented on 2021-02-12 12:16 (UTC) (edited on 2021-02-12 12:17 (UTC) by xiretza)

Requires makedepends=(git) and should set provides/conflicts for the non-git package name.