mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
x11/xdotool: Update to 3.20210804.2
ChangeLog: https://github.com/jordansissel/xdotool/releases/tag/v3.20210804.2 * While here, pet linters * Change MAINTAINER email address * Add missing USE_XORG = xi
This commit is contained in:
parent
70421b2fb1
commit
6212c464a8
2 changed files with 15 additions and 10 deletions
|
@ -1,10 +1,9 @@
|
||||||
PORTNAME= xdotool
|
PORTNAME= xdotool
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.20160805.1
|
DISTVERSION= 3.20210804.2
|
||||||
PORTEPOCH= 1
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= gregf@hugops.pw
|
MAINTAINER= gregf@beastie.tech
|
||||||
COMMENT= Programmatically simulate keyboard input or mouse activity
|
COMMENT= Programmatically simulate keyboard input or mouse activity
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
@ -12,16 +11,22 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||||
|
|
||||||
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
||||||
|
|
||||||
|
USES= gmake pkgconfig perl5 xorg
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= jordansissel
|
GH_ACCOUNT= jordansissel
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= gmake pkgconfig perl5 xorg
|
|
||||||
USE_XORG= x11 xtst xinerama
|
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
USE_XORG= x11 xtst xi xinerama
|
||||||
|
|
||||||
|
PLIST_FILES= bin/xdotool \
|
||||||
|
include/xdo.h \
|
||||||
|
lib/libxdo.so \
|
||||||
|
lib/libxdo.so.3 \
|
||||||
|
libdata/pkgconfig/libxdo.pc \
|
||||||
|
man/man1/xdotool.1.gz
|
||||||
|
|
||||||
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
|
# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1481639544
|
TIMESTAMP = 1628709090
|
||||||
SHA256 (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a
|
SHA256 (jordansissel-xdotool-v3.20210804.2_GH0.tar.gz) = 5bd76b81df670a34e7d8e71918b71df5c28c56212317e5ee07d7e593045a64a9
|
||||||
SIZE (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = 106026
|
SIZE (jordansissel-xdotool-v3.20210804.2_GH0.tar.gz) = 111795
|
||||||
|
|
Loading…
Add table
Reference in a new issue