xdotool: update to 3.20150503.1.
This commit is contained in:
parent
def05c2207
commit
9499699384
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'xdotool'
|
||||
pkgname=xdotool
|
||||
version=2.20110530.1
|
||||
revision=2
|
||||
version=3.20150503.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="perl"
|
||||
makedepends="libXtst-devel libXinerama-devel"
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libXtst-devel libXinerama-devel libxkbcommon-devel"
|
||||
make_build_target="all static"
|
||||
make_install_args="INSTALLMAN=$DESTDIR/usr/share/man"
|
||||
make_install_target="install-static installman"
|
||||
short_desc="Command-line X11 automation tool"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.semicomplete.com/projects/xdotool/"
|
||||
distfiles="http://semicomplete.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
checksum=e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67
|
||||
homepage="https://github.com/jordansissel/xdotool"
|
||||
distfiles="https://github.com/jordansissel/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf
|
||||
|
|
Loading…
Reference in New Issue