Add xdotool to depends

This commit is contained in:
Antonio Malcolm 2016-02-23 03:03:50 -08:00
parent 4d5ebf1b06
commit dc99801c0b

View file

@ -1,10 +1,11 @@
# Template file for 'clipit' # Template file for 'clipit'
pkgname=clipit pkgname=clipit
version=1.4.2 version=1.4.2
revision=3 revision=4
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="intltool pkg-config" hostmakedepends="intltool pkg-config"
makedepends="gtk+-devel librsvg-devel" makedepends="gtk+-devel librsvg-devel"
depends="xdotool"
short_desc="Lightweight GTK+ clipboard manager" short_desc="Lightweight GTK+ clipboard manager"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3" license="GPL-3"