-
-
Save Elliria/2a2f24ea94fbebb0583a0f87c684df3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: autokey | |
| Maintainer: Joseph J. <josephj111111@gmail.com> | |
| Section: utils | |
| Priority: optional | |
| Build-Depends: debhelper-compat (= 13), | |
| dh-python, | |
| gir1.2-gtk-3.0, | |
| pyqt5-dev-tools, | |
| python3-all, | |
| python3-dbus, | |
| python3-evdev, | |
| python3-gi, | |
| python3-pyinotify, | |
| python3-pyqt5.qsci, | |
| python3-pyqt5.qtsvg, | |
| python3-pytest, | |
| python3-setuptools, | |
| python3-xlib | |
| Standards-Version: 4.7.0 | |
| Vcs-Browser: https://github.com/autokey/autokey | |
| Vcs-Git: https://github.com/autokey/autokey.git | |
| Homepage: https://github.com/autokey/autokey | |
| Package: autokey-common | |
| Architecture: all | |
| Depends: hicolor-icon-theme, | |
| imagemagick, | |
| python3-dbus, | |
| python3-evdev, | |
| python3-pyatspi, | |
| python3-pyinotify, | |
| python3-pyudev, | |
| python3-tk, | |
| python3-xlib, | |
| wmctrl, | |
| xautomation, | |
| ${misc:Depends}, | |
| ${python3:Depends} | |
| 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-appindicator3-0.1 | 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, | |
| gir1.2-wnck-3.0, | |
| python3-dbus, | |
| python3-gi, | |
| zenity, | |
| ${misc:Depends}, | |
| ${python3:Depends} | |
| 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} | |
| 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. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caution
When copying this file to overwrite it at your end, it should have a blank line at the end. To get the true contents, use the Raw link and copy them from there.