mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
autokey: remove
This commit is contained in:
parent
8e6e144ccc
commit
ac2c08b713
3 changed files with 0 additions and 43 deletions
|
@ -1 +0,0 @@
|
||||||
autokey
|
|
|
@ -1 +0,0 @@
|
||||||
autokey
|
|
|
@ -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 <gottox@voidlinux.eu>"
|
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue