aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-autokey
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* deskutils/py-autokey: update to 0.95.10Tobias C. Berner2021-03-202-5/+4
| | | | | | | | | | | | | | | | | | | * Mitigate crashes when entering invalid Python regular expressions in the window filter dialogue. * Added option to disable the handling of the Capslock modifier key. Fixes issues when that key is remapped to something else, for example Ctrl. The new option can be found in the settings dialogue. * API function system.exec_command() now only trims the last character in the output, if it is actually a newline character. If the executed command does not output a newline at the end, the full output is returned. * Fixed wrong optional argument in man page for autokey-run. * Removed unnecessarily set executable bit from several AutoKey SVG icons. Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D29350 Notes: svn path=/head/; revision=568849
* PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1Loïc Bartoletti2021-03-161-1/+1
| | | | | | | | PR: 254218 Exp-run by: antoine Notes: svn path=/head/; revision=568547
* PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine Notes: svn path=/head/; revision=567825
* Update qscintilla2 to 2.11.6Loïc Bartoletti2021-01-181-1/+1
| | | | Notes: svn path=/head/; revision=561958
* Update py-sip to 4.19.21 and qscintilla2 to 2.11.4Loïc Bartoletti2020-04-111-0/+1
| | | | | | | | | | | | | | - Update py-sip to 4.19.21 - Update qscintilla2 to 2.11.4 - Replace MASTER_SITE_RIVERBANK with https versions - Replace QSCI2_DISTNAME to match with the new one PR: 245308 Approved by: tcberner (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=531396
* - Update to 0.95.9Li-Wen Hsu2020-02-073-8/+10
| | | | | | | | | | | - Update WWW - Pet portlint PR: 243943 Approved by: Daniel Shafer <daniel@shafer.cc> (maintainer) Notes: svn path=/head/; revision=525463
* py-autokey no longer depends on pygtk2Antoine Brodin2020-02-061-3/+0
| | | | Notes: svn path=/head/; revision=525398
* Deprecate a few pygtk2 portsAntoine Brodin2020-01-291-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=524547
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508835
* Clean up plistAntoine Brodin2019-04-251-54/+54
| | | | Notes: svn path=/head/; revision=500004
* deskutils/py-autokey: fix missing dependencies, cleanupSteve Wills2018-12-312-14/+17
| | | | | | | | PR: 234533 Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Notes: svn path=/head/; revision=488832
* New port: deskutils/py-autokey: a desktop automation utility for X11Tobias C. Berner2018-12-305-0/+287
https://github.com/autokey/autokey PR: 232801 Submitted by: Daniel Shafer <daniel@shafer.cc> Differential Revision: https://reviews.freebsd.org/D18407 Notes: svn path=/head/; revision=488737