You can safely remove the autokey-qt package requirement by replacing this:
true && pkgname=('autokey' 'autokey-gtk' 'autokey-qt')
to:
true && pkgname=('autokey' 'autokey-gtk')
inside the PKGBUILD file.
Cheers, BK
On Wednesday, May 9, 2012 12:03:27 AM UTC-5, Mr Green wrote:
> Hi,
> I recently updated autokey-gtk on my Arch Linux box and it has
> installed a load of KDE deps [phonon]. Can I install autokey without
> kdelibs?
> Package in question is found in aur
> http://aur.archlinux.org/packages.php?ID=27043
> MrG