diff options
author | leot <leot@pkgsrc.org> | 2018-09-19 09:33:52 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-09-19 09:33:52 +0000 |
commit | fa778b2bacde68728ac0b70847356f3c8ab69885 (patch) | |
tree | 870b85c47c6e8998c34a8a3e35e8706c9d4e45f9 /x11/xdotool/PLIST | |
parent | 0fc2b12ffd7b10b4e7056a05a9ac07416e1f9754 (diff) | |
download | pkgsrc-fa778b2bacde68728ac0b70847356f3c8ab69885.tar.gz |
xdotool: Update x11/xdotool to 3.20160805
pkgsrc changes:
- Update MASTER_SITES
- Remove unused USE_LIBTOOL (libtool was not and is not used)
- Only pod2man is needed as a tool, avoid to include perl bl3
Changes:
3.20160805.1
- Fix release tool problem. cflags.sh was missing from the previous two
releases.
`make test-package-build` now works correctly on OSX 10.11 and Fedora 23.
3.20160804.2
- Fix some bugs in the Makefile especially for OS X / macOS Sierra
(Misty De Meo)
3.20160804.1
- Fix compilation problems on OSX 10.12 aka macOS Sierra. (#138; Jordan
Sissel and Misty De Meo)
- Fix memory leaks in window search and charcode map lookups (Markus Roth)
- xdotool selectwindow (xdo_select_window_with_click) now only selects the
window if mouse button 1 is pressed. Any other buttons will cause this
selection to be aborted. (#136, #137; Jordan Sissel and Yuri D'Elia)
- Fix bug where `xdotool click` with --clearmodifiers can sometimes leave
stuck keys or mouse buttons. (#102, Aurelien Lourot)
- windowmove now supports coordinates as a percentage of screen size. For
example, a move to 50% 50% would move the window such that the top-left
corner of the window is in the center of the screen. (#92, #27; Collin
Guarino)
- Typing commands (key and type) will now try to use XTEST instead of
XSendEvent in a special circumstance. If the window id given (by window
stack or the --window flag) is the currenly-focused window, key sequences
will be sent using XTEST. (#85, mpnolan)
- getmouselocation, getwindowgeometry, and search commands: now supports
--shell and --prefix for having stdout be consumable by bash or similar
shells. (#80, yatsek)
- xdotool scripts such as running via `xdotool -` will now execute commands
as lines of input are read. The previous behavior waited until stdin closed
before executing anything. (#131, abensj)
3.20150503
- Lots of changes over the past 4 years, but with many folks telling me to do
another release tarball, here it is.
We can backfill the changelog later.
Diffstat (limited to 'x11/xdotool/PLIST')
-rw-r--r-- | x11/xdotool/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xdotool/PLIST b/x11/xdotool/PLIST index 99c8b6351ed..85497c32c35 100644 --- a/x11/xdotool/PLIST +++ b/x11/xdotool/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2017/08/28 11:30:53 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/09/19 09:33:52 leot Exp $ bin/xdotool include/xdo.h lib/libxdo.so -lib/libxdo.so.2 +lib/libxdo.so.3 man/man1/xdotool.1 |