forked from Lainports/freebsd-ports
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)
This commit is contained in:
parent
6f3acf3bd6
commit
0b78eecd19
2 changed files with 18 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue