X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 8F286DC01FA; Wed, 30 Jul 2014 14:12:43 +0000 (UTC) Date: Wed, 30 Jul 2014 16:12:39 +0200 From: Natanael Copa To: Stuart Cardall Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/xdotool: new aport Message-ID: <20140730161239.0d6fe40f@ncopa-desktop.alpinelinux.org> In-Reply-To: <1402392295-30480-1-git-send-email-developer@it-offshore.co.uk> References: <1402392295-30480-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, trying to clean up my inbox. (sorry late response) On Tue, 10 Jun 2014 09:24:55 +0000 Stuart Cardall wrote: > xdotool lets you simulate keyboard input and mouse activity, move and > resize windows, etc. It does this using X11's XTEST extension and other > Xlib functions. http://www.semicomplete.com/projects/xdotool/#idp9392 > > Builds on uclibc & musl > --- > testing/xdotool/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 testing/xdotool/APKBUILD > > diff --git a/testing/xdotool/APKBUILD b/testing/xdotool/APKBUILD > new file mode 100644 > index 0000000..cefa4c2 > --- /dev/null > +++ b/testing/xdotool/APKBUILD > @@ -0,0 +1,39 @@ > +# Contributor: Stuart Cardall > +# Maintainer: > +pkgname=xdotool > +pkgver=2.20110530.1 > +pkgrel=0 > +pkgdesc="This tool lets you simulate keyboard input and mouse activity, move and resize windows, etc." > +url="http://www.semicomplete.com/projects/xdotool/#idp9392" > +arch="all" > +license="(c) Jordan Sissel" This license does not look like a valid open source license :) Package failed to build also (missing perl in makedepends?) >>> xdotool: Unpacking /var/cache/distfiles/xdotool-2.20110530.1.tar.gz... pod2man -c "" -r "" xdotool.pod > xdotool.1 /bin/sh: pod2man: not found Makefile:148: recipe for target 'xdotool.1' failed make: *** [xdotool.1] Error 127 -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---