Update to 1.1

simplestroke 1.1 adds a small daemon that listens for mouse button
clicks and removes the need to start simplestroke from e.g. xbindkeys.

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10549
This commit is contained in:
Tobias Kortkamp 2017-05-02 11:59:36 +00:00
parent 51aa0de6f7
commit 6aef1b1194
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439941
2 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= simplestroke
PORTVERSION= 1.0
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
CATEGORIES= x11
@ -19,6 +19,8 @@ USES= pkgconfig
USE_XORG= x11 xtst
PLIST_FILES= bin/simplestroke \
man/man1/simplestroke.1.gz
bin/simplestroke-daemon \
man/man1/simplestroke.1.gz \
man/man1/simplestroke-daemon.1.gz
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1470235134
SHA256 (t6-simplestroke-v1.0_GH0.tar.gz) = 6213e3042ac87693d99d0093269b680f4d8ab1be9150dad887383876627e9c0a
SIZE (t6-simplestroke-v1.0_GH0.tar.gz) = 7711
TIMESTAMP = 1493576120
SHA256 (t6-simplestroke-v1.1_GH0.tar.gz) = 113b9557138fbcd060f7627ec5229765db4a574a335a961b1236897a02bbc4d5
SIZE (t6-simplestroke-v1.1_GH0.tar.gz) = 7996