[aur-general] xautomation package
Hello everybody. The current version of the package xautomation at the AUR is outdated the maintainer xcsd seems to be careless about it. The package was submitted about October 2006 and the reffered source is from April 2004. I would like to replace it with this one: # Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com> pkgname=xautomation pkgver=1.02 pkgrel=1 pkgdesc="Controls X from the command line for scripts, and do \"visual scraping\" to find things on the screen." url="http://hoopajoo.net/projects/xautomation.html" arch=('i686' 'x86_64') license="GPL" depends=() source=(http://hoopajoo.net/static/projects/$pkgname-$pkgver.tar.gz) md5sums=('523198135f7cf7a5324189aef20ac48d') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install } Greetings humans ;)
On Thu, Oct 30, 2008 at 22:40, Christian Scharkus <mail.sensenmann@googlemail.com> wrote:
Hello everybody.
The current version of the package xautomation at the AUR is outdated the maintainer xcsd seems to be careless about it. The package was submitted about October 2006 and the reffered source is from April 2004. Disowned. You may now adopt and update it.
Daenyth Blank ha scritto:
On Thu, Oct 30, 2008 at 22:40, Christian Scharkus <mail.sensenmann@googlemail.com> wrote:
Hello everybody.
The current version of the package xautomation at the AUR is outdated the maintainer xcsd seems to be careless about it. The package was submitted about October 2006 and the reffered source is from April 2004.
Disowned. You may now adopt and update it.
Two tip, license is an array use license=('GPL') instead license="GPL" Remove the empty arrays (depends), then add your package with these fixes to AUR. Thanks for contributing! -- Angel Velásquez angvp @ irc.freenode.net Arch Linux Trusted User (TU) http://www.angvp.com
I will do so. Thanks to you two :) 2008/10/30 Ángel Velásquez <angvp@archlinux.com.ve>:
Daenyth Blank ha scritto:
On Thu, Oct 30, 2008 at 22:40, Christian Scharkus <mail.sensenmann@googlemail.com> wrote:
Hello everybody.
The current version of the package xautomation at the AUR is outdated the maintainer xcsd seems to be careless about it. The package was submitted about October 2006 and the reffered source is from April 2004.
Disowned. You may now adopt and update it.
Two tip, license is an array use license=('GPL') instead license="GPL"
Remove the empty arrays (depends), then add your package with these fixes to AUR.
Thanks for contributing!
-- Angel Velásquez angvp @ irc.freenode.net Arch Linux Trusted User (TU) http://www.angvp.com
participants (3)
-
Christian Scharkus
-
Daenyth Blank
-
Ángel Velásquez