mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Update to 3.20160805.1
Approved by: Greg Fitzgerald <gregf@hugops.pw> (maintainer, via mail)
This commit is contained in:
parent
2889ff802d
commit
8236d3cc02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428506
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xdotool
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.20150503.1
|
||||
DISTVERSION= 3.20160805.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -10,6 +10,7 @@ MAINTAINER= gregf@hugops.pw
|
||||
COMMENT= Programmatically simulate keyboard input or mouse activity
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
||||
|
||||
@ -21,9 +22,16 @@ USES= gmake pkgconfig perl5
|
||||
USE_XORG= x11 xtst xinerama
|
||||
USE_PERL5= build
|
||||
|
||||
PLIST_FILES= bin/xdotool include/xdo.h lib/libxdo.so \
|
||||
lib/libxdo.so.3 man/man1/xdotool.1.gz
|
||||
|
||||
# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xdotool \
|
||||
${STAGEDIR}${PREFIX}/lib/libxdo.so.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1471135682
|
||||
SHA256 (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf
|
||||
SIZE (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = 103128
|
||||
TIMESTAMP = 1481639544
|
||||
SHA256 (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a
|
||||
SIZE (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = 106026
|
||||
|
@ -1,5 +0,0 @@
|
||||
bin/xdotool
|
||||
include/xdo.h
|
||||
lib/libxdo.so
|
||||
lib/libxdo.so.3
|
||||
man/man1/xdotool.1.gz
|
Loading…
Reference in New Issue
Block a user