diff --git a/srcpkgs/autokey-gtk b/srcpkgs/autokey-gtk deleted file mode 120000 index 3a62bea9686..00000000000 --- a/srcpkgs/autokey-gtk +++ /dev/null @@ -1 +0,0 @@ -autokey \ No newline at end of file diff --git a/srcpkgs/autokey-qt b/srcpkgs/autokey-qt deleted file mode 120000 index 3a62bea9686..00000000000 --- a/srcpkgs/autokey-qt +++ /dev/null @@ -1 +0,0 @@ -autokey \ No newline at end of file diff --git a/srcpkgs/autokey/template b/srcpkgs/autokey/template deleted file mode 100644 index ee9b318ddfc..00000000000 --- a/srcpkgs/autokey/template +++ /dev/null @@ -1,41 +0,0 @@ -# Template file for 'autokey' -pkgname=autokey -version=0.90.4 -revision=4 -noarch=yes -build_style=python2-module -pycompile_module="autokey" -hostmakedepends="python" -makedepends="python" -depends="python python-xlib python-inotify python-simplejson wmctrl" -short_desc="desktop automation utility for Linux and X11" -maintainer="Enno Boland " -license="GPL-3" -homepage="https://code.google.com/archive/p/autokey/downloads" -distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-${version}.tar.gz" -checksum=7352c94ca984f1ba049f0b0d832abe47005cf65567904e5404c73e90358117e4 - -autokey-qt_package() { - depends="${sourcepkg}>=${version}_${revision} kde-python python-notify python-PyQt4 python-PyQt4-dbus" - short_desc+=" - Qt frontend" - pkg_install() { - vmove usr/share/applications/autokey-qt.desktop - vmove usr/bin/autokey-qt - vmove usr/share/man/man1/autokey-qt.1 - vmove usr/lib/python2.7/site-packages/autokey/qtui - vmove usr/lib/python2.7/site-packages/autokey/qtapp.py - vmove usr/share/kde4 - } -} - -autokey-gtk_package() { - depends="${sourcepkg}>=${version}_${revision} python-dbus python-gobject zenity" - short_desc+=" - GTK+ frontend" - pkg_install() { - vmove usr/share/applications/autokey-gtk.desktop - vmove usr/bin/autokey-gtk - vmove usr/share/man/man1/autokey-gtk.1 - vmove usr/lib/python2.7/site-packages/autokey/gtkui - vmove usr/lib/python2.7/site-packages/autokey/gtkapp.py - } -}