forked from autokey/autokey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
92 lines (89 loc) · 2.91 KB
/
Copy pathcontrol
File metadata and controls
92 lines (89 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Source: autokey
Section: utils
Priority: optional
Maintainer: Robert Klebes <robert@klebes.info>
XSBC-Original-Maintainer: Troy C. (Ubuntu PPA) <ubuntu.troxor@xoxy.net>
Build-Depends:
python3-all,
python3-setuptools,
python3-dbus,
python3-xlib,
python3-gi,
gir1.2-gtk-3.0,
dh-python,
debhelper (>= 11~),
pyqt5-dev-tools,
python3-pyqt5.qsci,
python3-pyqt5.qtsvg
Standards-Version: 3.9.7
Vcs-Git: https://github.com/autokey/autokey.git
Homepage: https://github.com/autokey/autokey
X-Python3-Version: >= 3.5
Package: autokey-common
Architecture: all
Homepage: https://github.com/autokey/autokey
Depends:
${python3:Depends},
${misc:Depends},
python3-dbus,
python3-xlib,
python3-pyinotify,
wmctrl
Suggests: python3-pyatspi
Replaces: autokey (<<0.61.4-0~0), autokey-common (<<${binary:Version})
Breaks: autokey (<<0.61.4-0~0), autokey-gtk (<<0.70.4-0~0)
Description: desktop automation utility - common data
AutoKey is a desktop automation utility for Linux and X11. It allows the
automation of virtually any task by responding to typed abbreviations and
hotkeys. It offers a full-featured GUI that makes it highly accessible for
novices, as well as a scripting interface offering the full flexibility and
power of the Python language.
.
This package contains the common data shared between the various frontends.
Package: autokey-gtk
Section: gnome
Architecture: all
Homepage: https://github.com/autokey/autokey
Depends:
${python3:Depends},
${misc:Depends},
python3-gi,
gir1.2-gtk-3.0,
gir1.2-gtksource-3.0,
gir1.2-appindicator3-0.1,
gir1.2-glib-2.0,
gir1.2-notify-0.7,
zenity (>=2.31.3-0~0),
autokey-common (= ${binary:Version})
Replaces: autokey (<<0.61.4-0~0), autokey-gtk (<<${binary:Version})
Breaks: autokey (<<0.61.4-0~0)
Description: desktop automation utility - GTK+ version
AutoKey is a desktop automation utility for Linux and X11. It allows the
automation of virtually any task by responding to typed abbreviations and
hotkeys. It offers a full-featured GUI that makes it highly accessible for
novices, as well as a scripting interface offering the full flexibility and
power of the Python language.
.
This package contains the GTK+ frontend.
Package: autokey-qt
Section: kde
Architecture: all
Homepage: https://github.com/autokey/autokey
Depends:
${python3:Depends},
${misc:Depends},
python3-pyqt5,
python3-pyqt5.qsci,
python3-pyqt5.qtsvg,
autokey-common (= ${binary:Version})
Recommends: kdialog
Replaces: autokey (<<0.61.4-0~0), autokey-qt (<< ${binary:Version})
Breaks: autokey (<<0.61.4-0~0)
Description: desktop automation utility - Qt version
AutoKey is a desktop automation utility for Linux and X11. It allows the
automation of virtually any task by responding to typed abbreviations and
hotkeys. It offers a full-featured GUI that makes it highly accessible for
novices, as well as a scripting interface offering the full flexibility and
power of the Python language.
.
This package contains the Qt frontend.