svn commit: r568881 - head/x11/foot
Jan Beich
jbeich at FreeBSD.org
Sat Mar 20 19:50:41 UTC 2021
Author: jbeich
Date: Sat Mar 20 19:50:40 2021
New Revision: 568881
URL: https://svnweb.freebsd.org/changeset/ports/568881
Log:
x11/foot: update to 1.7.0
Changes: https://codeberg.org/dnkl/foot/releases/tag/1.7.0
Reported by: Repology
Modified:
head/x11/foot/Makefile (contents, props changed)
head/x11/foot/distinfo (contents, props changed)
head/x11/foot/pkg-descr (contents, props changed)
head/x11/foot/pkg-plist (contents, props changed)
Modified: head/x11/foot/Makefile
==============================================================================
--- head/x11/foot/Makefile Sat Mar 20 19:22:03 2021 (r568880)
+++ head/x11/foot/Makefile Sat Mar 20 19:50:40 2021 (r568881)
@@ -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=/
@@ -24,6 +24,14 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
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}
Modified: head/x11/foot/distinfo
==============================================================================
--- head/x11/foot/distinfo Sat Mar 20 19:22:03 2021 (r568880)
+++ head/x11/foot/distinfo Sat Mar 20 19:50:40 2021 (r568881)
@@ -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
Modified: head/x11/foot/pkg-descr
==============================================================================
--- head/x11/foot/pkg-descr Sat Mar 20 19:22:03 2021 (r568880)
+++ head/x11/foot/pkg-descr Sat Mar 20 19:50:40 2021 (r568881)
@@ -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
Modified: head/x11/foot/pkg-plist
==============================================================================
--- head/x11/foot/pkg-plist Sat Mar 20 19:22:03 2021 (r568880)
+++ head/x11/foot/pkg-plist Sat Mar 20 19:50:40 2021 (r568881)
@@ -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
More information about the svn-ports-all
mailing list