File: control

package info (click to toggle)
autokey 0.95.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,092 kB
  • sloc: python: 9,372; xml: 2,741; javascript: 249; sh: 24; makefile: 4
file content (82 lines) | stat: -rw-r--r-- 2,987 bytes parent folder | download | duplicates (2)
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
Source: autokey
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luke Faraone <lfaraone@debian.org>,
           Anthony Fok <foka@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               gir1.2-gtk-3.0,
               pyqt5-dev-tools,
               python3,
               python3-dbus,
               python3-gi,
               python3-pyqt5.qsci,
               python3-pyqt5.qtsvg,
               python3-setuptools,
               python3-xlib
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/autokey
Vcs-Git: https://salsa.debian.org/python-team/packages/autokey.git
Homepage: https://github.com/autokey/autokey

Package: autokey-common
Architecture: all
Depends: python3-dbus,
         python3-pyinotify,
         python3-xlib,
         wmctrl,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-pyatspi
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
Architecture: all
Section: gnome
Depends: autokey-common (= ${binary:Version}),
         gir1.2-ayatanaappindicator3-0.1,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-gtksource-3.0,
         gir1.2-notify-0.7,
         python3-dbus,
         python3-gi,
         zenity,
         ${misc:Depends},
         ${python3:Depends}
Suggests: gnome-shell-extension-appindicator
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
Architecture: all
Section: kde
Depends: autokey-common (= ${binary:Version}),
         python3-pyqt5,
         python3-pyqt5.qsci,
         python3-pyqt5.qtsvg,
         ${misc:Depends},
         ${python3:Depends}
Suggests: gnome-shell-extension-appindicator
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.