Search Criteria
Package Details: libinputsynth-git 0.16.0.r76.37737a8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libinputsynth-git.git (read-only, click to copy) |
|---|---|
| Package Base: | libinputsynth-git |
| Description: | Synthesize desktop input for X11 and Wayland |
| Upstream URL: | https://gitlab.freedesktop.org/xrdesktop/libinputsynth |
| Licenses: | MIT |
| Conflicts: | libinputsynth |
| Provides: | libinputsynth |
| Submitter: | lubosz |
| Maintainer: | lubosz (haagch) |
| Last Packager: | lubosz |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-07-30 15:37 (UTC) |
| Last Updated: | 2026-01-11 20:41 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxi (libxi-gitAUR)
- libxtst
- xdotool (xdotool-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
icedream commented on 2024-03-11 17:09 (UTC)
is there a reason for why this package depends on itself? Noticed this as a warning in yay.
haagch commented on 2019-07-31 00:20 (UTC)
Thanks for your comments. Looks like using the packages for a while during development does not safe you from making trivial mistakes in them. :)
PedroHLC commented on 2019-07-30 22:54 (UTC)
Hi, could you fix "makedepend", it's actually "makedepends". Could you also add "xdotool" to it?
proximageuse commented on 2019-07-30 22:25 (UTC)
@glitsj16 Thanks! I should have tried that as well, but now I know.
glitsj16 commented on 2019-07-30 22:22 (UTC)
@proximageuse You need to install xdotool instead of xdo. IMHO this PKGBUILD should have the following: ... depends=('glib2' 'libxtst' 'mutter') makedepend=('cmake' 'git' 'meson' 'xdotool') ...
proximageuse commented on 2019-07-30 18:32 (UTC)
When trying to build, I get the error in meson:
meson.build:50:0: ERROR: C library 'xdo' not foundFull log: https://hatebin.com/twpvzqfnqt
I tried installing
xdofrom the official repositories, doesn't seem to have fixed it. If I'm missing something obvious, sorry! I'm a bit of a noob.