commit a5eafd753089ff64003ad808fc70511e5822f555 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 7 16:12:27 2020 +0000 xdotool: initial commit, version 3.20160805.1 diff --git a/xdotool/.footprint b/xdotool/.footprint new file mode 100644 index 000000000..b6aaceb5d --- /dev/null +++ b/xdotool/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xdotool +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/xdo.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libxdo.so -> libxdo.so.3 +-rwxr-xr-x root/root usr/lib/libxdo.so.3 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xdotool.1.gz diff --git a/xdotool/.signature b/xdotool/.signature new file mode 100644 index 000000000..8ed805f4c --- /dev/null +++ b/xdotool/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3447ukGCS86GIuE4M9WafJSPPp00+TZCppNix9uSg4r6O4pC5XKqToSsh/CcBm4qjMWP6luWBZxhXWWtW0G4Vgg= +SHA256 (Pkgfile) = 8d1d9990af009613a51af2eb9fc3a3bc0ee0e117e0dbdf22c4c7622e1acd9395 +SHA256 (.footprint) = 43bfec3025e8f45a278b478019d315ee0b0182d4d8244ad03d0dbaf8df5cf927 +SHA256 (xdotool-v3.20160805.1.tar.gz) = ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a diff --git a/xdotool/Pkgfile b/xdotool/Pkgfile new file mode 100644 index 000000000..27325a2e3 --- /dev/null +++ b/xdotool/Pkgfile @@ -0,0 +1,17 @@ +# Description: Fake keyboard/mouse input +# URL: http://www.semicomplete.com/projects/xdotool +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: libxkbcommon xorg-libxinerama xorg-libxtst + +name=xdotool +version=3.20160805.1 +release=1 +source=(https://github.com/jordansissel/$name/archive/v$version/$name-v$version.tar....) + + +build() { + cd $name-$version + make WITHOUT_RPATH_FIX=1 + make DESTDIR=$PKG PREFIX=/usr DINSTALLMAN=$PKG/usr/share/man install + chmod -x $PKG/usr/include/xdo.h +}