diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-03-20 19:50:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-03-20 19:50:40 +0000 |
commit | e4cf88eb43068ac6d9acc9c20dd66cb06b113270 (patch) | |
tree | 9a7b7faf0f1177d53bdb095cd8020d1f75dc7a6f /x11 | |
parent | 18f77f400e03b61bb443e1fc629ba1ea7e645a81 (diff) | |
download | freebsd-ports-e4cf88eb43068ac6d9acc9c20dd66cb06b113270.zip |
x11/foot: update to 1.7.0
Changes: https://codeberg.org/dnkl/foot/releases/tag/1.7.0
Reported by: Repology
Diffstat (limited to 'x11')
-rw-r--r-- | x11/foot/Makefile | 10 | ||||
-rw-r--r-- | x11/foot/distinfo | 6 | ||||
-rw-r--r-- | x11/foot/pkg-descr | 3 | ||||
-rw-r--r-- | x11/foot/pkg-plist | 3 |
4 files changed, 17 insertions, 5 deletions
diff --git a/x11/foot/Makefile b/x11/foot/Makefile index bb6a1788e6b3..f9ad96a11496 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= foot -DISTVERSION= 1.6.4 +DISTVERSION= 1.7.0 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -25,6 +25,14 @@ USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} +OPTIONS_DEFINE= NOTIFY XDG +OPTIONS_DEFAULT=NOTIFY XDG + +NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify + +XDG_DESC= Open files with xdg-open +XDG_RUN_DEPENDS= xdg-open:devel/xdg-utils + .if exists(/usr/bin/tic) PKGMESSAGE= ${NONEXISTENT} PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 79afcfc956a7..dfde374ca35a 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613161667 -SHA256 (foot-1.6.4.tar.gz) = 73142dcb7d0223ca740f880d372084b6dfdd56700c375709b3166bcaf32e034c -SIZE (foot-1.6.4.tar.gz) = 348577 +TIMESTAMP = 1616245332 +SHA256 (foot-1.7.0.tar.gz) = a5a7405956fc1862638712606e502eba11f2561a77f3a9fbbb332f90c8b50ee4 +SIZE (foot-1.7.0.tar.gz) = 388996 diff --git a/x11/foot/pkg-descr b/x11/foot/pkg-descr index cd8efef0c9c7..ede402ce5a1d 100644 --- a/x11/foot/pkg-descr +++ b/x11/foot/pkg-descr @@ -5,12 +5,13 @@ Features: - Lightweight, in dependencies, on-disk and in-memory - Wayland native - DE agnostic +- Server/daemon mode - User configurable font fallback - On-the-fly font resize - On-the-fly DPI font size adjustment - Scrollback search +- Keyboard driven URL detection - Color emoji support -- Server/daemon mode - IME (via text-input-v3) - Multi-seat - Synchronized Updates diff --git a/x11/foot/pkg-plist b/x11/foot/pkg-plist index d224f2f9fc40..9881168fc5b3 100644 --- a/x11/foot/pkg-plist +++ b/x11/foot/pkg-plist @@ -3,8 +3,11 @@ bin/footclient man/man1/foot.1.gz man/man1/footclient.1.gz man/man5/foot.ini.5.gz +man/man7/foot-ctlseqs.7.gz share/applications/foot-server.desktop share/applications/foot.desktop +share/bash-completion/completions/foot +share/bash-completion/completions/footclient share/fish/vendor_completions.d/foot.fish share/fish/vendor_completions.d/footclient.fish %%DATADIR%%/foot.ini |