Date: Sat, 4 Jan 2025 00:16:13 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d309f6cdb9fb - main - x11/foot: update to 1.20.1 Message-ID: <202501040016.5040GDFe014834@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d309f6cdb9fbd3fd96d3bf6107646cb8dc2f68f3 commit d309f6cdb9fbd3fd96d3bf6107646cb8dc2f68f3 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-01-03 07:01:35 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-01-04 00:09:17 +0000 x11/foot: update to 1.20.1 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.20.0 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.20.1 Reported by: upstream (via mail) --- x11/foot/Makefile | 3 ++- x11/foot/distinfo | 6 +++--- x11/foot/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index e1cda212f288..46fd808958b7 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.19.0 +DISTVERSION= 1.20.1 CATEGORIES= x11 wayland MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -45,6 +45,7 @@ PGO_SCRIPT_ARGS= --colors-regular --colors-bright --colors-256 --colors-rgb \ UTF8PROC_DESC= Grapheme clustering using libutf8proc UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc +UTF8PROC_USES= localbase # https://codeberg.org/dnkl/foot/issues/1903 UTF8PROC_MESON_ENABLED= grapheme-clustering XDG_DESC= Open files with xdg-open diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 41e2f41837bb..a7f675f9b40b 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729684275 -SHA256 (foot-1.19.0.tar.gz) = 148b0b545ca37e15b877ff9f6a768a4ce6feb0ed256f8a5f853cb2e16e3323c1 -SIZE (foot-1.19.0.tar.gz) = 584254 +TIMESTAMP = 1735887695 +SHA256 (foot-1.20.1.tar.gz) = a89ad5b45c55397862b6746a921e11448ce7d320726ae7193bacb72a33209bdd +SIZE (foot-1.20.1.tar.gz) = 589903 diff --git a/x11/foot/pkg-plist b/x11/foot/pkg-plist index d203c55ae181..62d6014e00d4 100644 --- a/x11/foot/pkg-plist +++ b/x11/foot/pkg-plist @@ -31,6 +31,7 @@ share/fish/vendor_completions.d/footclient.fish %%DATADIR%%/themes/gruvbox-dark %%DATADIR%%/themes/gruvbox-light %%DATADIR%%/themes/hacktober +%%DATADIR%%/themes/iterm %%DATADIR%%/themes/jetbrains-darcula %%DATADIR%%/themes/kitty %%DATADIR%%/themes/material-amber @@ -54,6 +55,8 @@ share/fish/vendor_completions.d/footclient.fish %%DATADIR%%/themes/poimandres %%DATADIR%%/themes/rezza %%DATADIR%%/themes/rose-pine +%%DATADIR%%/themes/rose-pine-dawn +%%DATADIR%%/themes/rose-pine-moon %%DATADIR%%/themes/selenized-black %%DATADIR%%/themes/selenized-dark %%DATADIR%%/themes/selenized-light
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501040016.5040GDFe014834>