libydotool.so is still not being installed to the correct location, but that's very likely an upstream bug. I will report it there as well.
Edit: someone else already did, here's the link: https://github.com/ReimuNotMoe/ydotool/issues/57
Git Clone URL: | https://aur.archlinux.org/ydotool-git.git (read-only, click to copy) |
---|---|
Package Base: | ydotool-git |
Description: | Generic command-line automation tool (no X!) |
Upstream URL: | https://github.com/ReimuNotMoe/ydotool |
Keywords: | wayland xdotool |
Licenses: | AGPL3 |
Conflicts: | ydotool |
Provides: | ydotool |
Submitter: | depau |
Maintainer: | kyechou |
Last Packager: | kyechou |
Votes: | 18 |
Popularity: | 0.94 |
First Submitted: | 2019-01-20 17:17 (UTC) |
Last Updated: | 2023-08-20 19:39 (UTC) |
libydotool.so is still not being installed to the correct location, but that's very likely an upstream bug. I will report it there as well.
Edit: someone else already did, here's the link: https://github.com/ReimuNotMoe/ydotool/issues/57
@ReekyMarko added :)
@patrigg I must have missed your comment email, thanks for the suggestion
There is a systemd service file for ydotoold included in the repo here
Can you add it to the PKGBUILD so it's installed to the correct place?
I have changed the build()
and package()
functions like this to make it work again:
build() {
cd "$srcdir/${_pkgname}"
mkdir -p build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DSTATIC_BUILD=0
make
}
package() {
cd "$srcdir/${_pkgname}"
make DESTDIR="$pkgdir" install -C build/
mkdir "$pkgdir/usr/lib"
mv "$pkgdir/usr/bin/libydotool.so" "$pkgdir/usr/lib"
}
Heyho, when installing it won't find libevdevplus and libuinputplus. Even if I install the *-git versions by hand, they won't be linked "ld: cannot find -luInputPlus -levdevPlus" Any suggestions?
FYI if you haven't built this in a while, the latest update to boost will break ydotool (it can be fixed by rebuilding this package).
Done, thanks for the suggestion :)
could you add in description
for Wayland so searching Wayland will show this package
Hi, please report ydotool bugs to upstream. Only report packaging issues here. Thank you.
ydotoold backend unavailable (may have latency+delay issues)
Pinned Comments
depau commented on 2019-10-16 21:43 (UTC) (edited on 2019-10-16 21:44 (UTC) by depau)
Hi, please report ydotool bugs to upstream. Only report packaging issues here. Thank you.