xdotool: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 14:48:57 +02:00
parent e8f37477c1
commit 6acdb98346
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,12 +0,0 @@
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

View File

@ -1,5 +0,0 @@
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

View File

@ -1,17 +0,0 @@
# 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.gz)
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
}