x11/foot: update to 1.14.0
No utmp logging due to https://codeberg.org/dnkl/foot/issues/1314 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.14.0 Reported by: upstream (via mail)
This commit is contained in:
+2
-4
@@ -1,11 +1,8 @@
|
||||
PORTNAME= foot
|
||||
DISTVERSION= 1.13.1
|
||||
DISTVERSION= 1.14.0
|
||||
CATEGORIES= x11 wayland
|
||||
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
PATCH_SITES= https://codeberg.org/dnkl/${PORTNAME}/commit/
|
||||
PATCHFILES+= 1c16e4a57571.patch:-p1 # https://codeberg.org/dnkl/foot/issues/1278
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Fast, lightweight and minimalistic Wayland terminal emulator
|
||||
WWW= https://codeberg.org/dnkl/foot
|
||||
@@ -78,6 +75,7 @@ post-patch:
|
||||
.if !defined(DEFAULT_POST_BUILD)
|
||||
post-build-PGO-on:
|
||||
(cd ${BUILD_WRKSRC} && ./tests/test-config) # -Wbackend-plugin/-Wmissing-profile
|
||||
(cd ${BUILD_WRKSRC} && ./utils/xtgettcap) # -Wbackend-plugin/-Wmissing-profile
|
||||
(cd ${BUILD_WRKSRC} && ./${PORTNAME}client --version) # -Wbackend-plugin/-Wmissing-profile
|
||||
.if defined(WAYLAND_DISPLAY)
|
||||
# Likely a local build, so optimize for the current config
|
||||
|
||||
+3
-5
@@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1661966355
|
||||
SHA256 (foot-1.13.1.tar.gz) = 604f777fdaccfc1ee2d20376cc5688a819dcd6b7113725880cc973194fd6c737
|
||||
SIZE (foot-1.13.1.tar.gz) = 496955
|
||||
SHA256 (1c16e4a57571.patch) = 5e9e27c3adc3eaacbd659cb2798d05fdae3544aa8b234d933aab7d2fb3482f3e
|
||||
SIZE (1c16e4a57571.patch) = 1051
|
||||
TIMESTAMP = 1680540762
|
||||
SHA256 (foot-1.14.0.tar.gz) = 9a306951bc6bdce150364bccb0fb4b67720f50e98e9ac1de89792c1c1aa30690
|
||||
SIZE (foot-1.14.0.tar.gz) = 509863
|
||||
|
||||
+12
-3
@@ -5,9 +5,9 @@ bin/footclient
|
||||
%%PORTDOCS%%man/man1/footclient.1.gz
|
||||
%%PORTDOCS%%man/man5/foot.ini.5.gz
|
||||
%%PORTDOCS%%man/man7/foot-ctlseqs.7.gz
|
||||
share/applications/foot-server.desktop
|
||||
share/applications/foot.desktop
|
||||
share/applications/footclient.desktop
|
||||
share/applications/org.codeberg.dnkl.foot-server.desktop
|
||||
share/applications/org.codeberg.dnkl.foot.desktop
|
||||
share/applications/org.codeberg.dnkl.footclient.desktop
|
||||
share/bash-completion/completions/foot
|
||||
share/bash-completion/completions/footclient
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
|
||||
@@ -18,19 +18,27 @@ share/fish/vendor_completions.d/footclient.fish
|
||||
%%DATADIR%%/themes/apprentice
|
||||
%%DATADIR%%/themes/catppuccin
|
||||
%%DATADIR%%/themes/derp
|
||||
%%DATADIR%%/themes/deus
|
||||
%%DATADIR%%/themes/dracula
|
||||
%%DATADIR%%/themes/gruvbox-dark
|
||||
%%DATADIR%%/themes/gruvbox-light
|
||||
%%DATADIR%%/themes/hacktober
|
||||
%%DATADIR%%/themes/jetbrains-darcula
|
||||
%%DATADIR%%/themes/kitty
|
||||
%%DATADIR%%/themes/material-amber
|
||||
%%DATADIR%%/themes/material-design
|
||||
%%DATADIR%%/themes/modus-operandi
|
||||
%%DATADIR%%/themes/modus-vivendi
|
||||
%%DATADIR%%/themes/monokai-pro
|
||||
%%DATADIR%%/themes/moonfly
|
||||
%%DATADIR%%/themes/nightfly
|
||||
%%DATADIR%%/themes/nord
|
||||
%%DATADIR%%/themes/nordiq
|
||||
%%DATADIR%%/themes/onedark
|
||||
%%DATADIR%%/themes/paper-color-dark
|
||||
%%DATADIR%%/themes/paper-color-light
|
||||
%%DATADIR%%/themes/rezza
|
||||
%%DATADIR%%/themes/rose-pine
|
||||
%%DATADIR%%/themes/selenized-black
|
||||
%%DATADIR%%/themes/selenized-dark
|
||||
%%DATADIR%%/themes/selenized-light
|
||||
@@ -59,6 +67,7 @@ share/fish/vendor_completions.d/footclient.fish
|
||||
%%DATADIR%%/themes/tokyonight-night
|
||||
%%DATADIR%%/themes/tokyonight-storm
|
||||
%%DATADIR%%/themes/visibone
|
||||
%%DATADIR%%/themes/zenburn
|
||||
share/icons/hicolor/48x48/apps/foot.png
|
||||
share/icons/hicolor/scalable/apps/foot.svg
|
||||
share/zsh/site-functions/_foot
|
||||
|
||||
Reference in New Issue
Block a user