diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-02-22 05:48:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-02-22 07:01:54 +0000 |
commit | 0b78eecd1952d10bf42fbb2601a588e79a765ee8 (patch) | |
tree | 1a4d227e27c618900e5bf4e57973a0f49e1145d9 /x11 | |
parent | 6f3acf3bd627da55688b0cb5bf574514dd40ab96 (diff) | |
download | ports-0b78eecd1952d10bf42fbb2601a588e79a765ee8.tar.gz ports-0b78eecd1952d10bf42fbb2601a588e79a765ee8.zip |
x11/way-displays: update to 1.4.0
Changes: https://github.com/alex-courtis/way-displays/releases/tag/1.4.0
Reported by: GitHub (watch releases)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/way-displays/Makefile | 15 | ||||
-rw-r--r-- | x11/way-displays/distinfo | 14 |
2 files changed, 18 insertions, 11 deletions
diff --git a/x11/way-displays/Makefile b/x11/way-displays/Makefile index ca9cec454c48..d53303de1bf8 100644 --- a/x11/way-displays/Makefile +++ b/x11/way-displays/Makefile @@ -1,9 +1,11 @@ PORTNAME= way-displays -DISTVERSION= 1.3.0 +DISTVERSION= 1.4.0 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 90081b314a75.patch:-p1 # https://github.com/alex-courtis/way-displays/pull/21 +PATCHFILES+= 813843077c0c.patch:-p1 # https://github.com/alex-courtis/way-displays/pull/21 +PATCHFILES+= edeeb344a430.patch:-p1 # https://github.com/alex-courtis/way-displays/pull/21 +PATCHFILES+= d57fc203a043.patch:-p1 # https://github.com/alex-courtis/way-displays/pull/21 MAINTAINER= jbeich@FreeBSD.org COMMENT= Auto Manage Your Wayland Displays @@ -11,6 +13,8 @@ COMMENT= Auto Manage Your Wayland Displays LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= https://github.com/alex-courtis/way-displays/issues/23 + LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libinotify.so:devel/libinotify \ libudev.so:devel/libudev-devd \ @@ -18,14 +22,13 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland \ libinput.so:x11/libinput -USES= compiler:c11 gmake localbase:ldflags +USES= compiler:c11 gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= alex-courtis MAKE_ENV= VERSION="${DISTVERSIONFULL}" -MAKE_ARGS= CC="${CC}" CXX="${CXX}" OFLAGS= -CFLAGS+= -isystem${LOCALBASE}/include/libepoll-shim -LDFLAGS+= -lepoll-shim -linotify +MAKE_ARGS= OFLAGS= PLIST_FILES= bin/${PORTNAME} \ + share/man/man1/${PORTNAME}.1.gz \ "@sample ${ETCDIR}/cfg.yaml.sample" post-patch: diff --git a/x11/way-displays/distinfo b/x11/way-displays/distinfo index f40b3f213a23..2f2bb35d41fc 100644 --- a/x11/way-displays/distinfo +++ b/x11/way-displays/distinfo @@ -1,5 +1,9 @@ -TIMESTAMP = 1642830068 -SHA256 (alex-courtis-way-displays-1.3.0_GH0.tar.gz) = 4a757f079e14bcfcd2804fed0a4a6190535ae059b45e3d73e5b298bba306201b -SIZE (alex-courtis-way-displays-1.3.0_GH0.tar.gz) = 54611 -SHA256 (90081b314a75.patch) = 0dd16e43b035bda5c3568d661202f6d18053ab7c8e51be5b3e04d7d8bee93214 -SIZE (90081b314a75.patch) = 1245 +TIMESTAMP = 1645508903 +SHA256 (alex-courtis-way-displays-1.4.0_GH0.tar.gz) = 0514e79fe113ebee02b3ca338336d10cf94d9ebf2e7bdb798dc48a3ca157ae28 +SIZE (alex-courtis-way-displays-1.4.0_GH0.tar.gz) = 67238 +SHA256 (813843077c0c.patch) = f7283740949023d63e7000a42c772f83c1438a4260ed9ffe8eed68c6eff21aec +SIZE (813843077c0c.patch) = 662 +SHA256 (edeeb344a430.patch) = 6fd33e87498ce1fdda29249ff5dd1282a4e6e67143d3a5d45e4a31ea815b1364 +SIZE (edeeb344a430.patch) = 789 +SHA256 (d57fc203a043.patch) = 474965ecb18733d123969824bbf0514e8b144f00d54004472431db7b8362392a +SIZE (d57fc203a043.patch) = 1758 |