Package Details: ydotool-git 1:1.0.4.r0.g57ba7d0-1

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: 17
Popularity: 0.000237
First Submitted: 2019-01-20 17:17 (UTC)
Last Updated: 2023-08-20 19:39 (UTC)

Required by (22)

Sources (2)

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.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

novenary commented on 2020-03-06 15:43 (UTC) (edited on 2020-03-06 15:46 (UTC) by novenary)

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

depau commented on 2020-03-06 04:52 (UTC)

@ReekyMarko added :)

@patrigg I must have missed your comment email, thanks for the suggestion

FunctionalHacker commented on 2020-03-02 19:45 (UTC) (edited on 2020-03-02 19:46 (UTC) by FunctionalHacker)

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?

patrigg commented on 2020-02-19 11:54 (UTC) (edited on 2020-02-19 11:55 (UTC) by patrigg)

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"
}

P31314 commented on 2020-02-19 06:31 (UTC)

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?

craftyguy commented on 2020-01-31 22:17 (UTC)

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).

depau commented on 2020-01-11 03:52 (UTC)

Done, thanks for the suggestion :)

librewish commented on 2020-01-10 03:26 (UTC)

could you add in description

for Wayland so searching Wayland will show this package

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.

sampsoncrowley commented on 2019-10-10 19:49 (UTC)

ydotoold backend unavailable (may have latency+delay issues)