mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
x11/foot: update to 1.17.0
Changes: https://codeberg.org/dnkl/foot/releases/tag/1.17.0 Reported by: upstream (via mail)
This commit is contained in:
parent
0ebe688b91
commit
8a77f36e8e
@ -1,6 +1,5 @@
|
||||
PORTNAME= foot
|
||||
DISTVERSION= 1.16.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.17.0
|
||||
CATEGORIES= x11 wayland
|
||||
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
@ -76,6 +75,7 @@ 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
|
||||
(cd ${BUILD_WRKSRC} && ./${PORTNAME} --version) # -Wbackend-plugin/-Wmissing-profile
|
||||
.if defined(WAYLAND_DISPLAY)
|
||||
# Likely a local build, so optimize for the current config
|
||||
(cd ${BUILD_WRKSRC} && LC_ALL=en_US.UTF-8 ./${PORTNAME} ${PYTHON_CMD} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1697556252
|
||||
SHA256 (foot-1.16.2.tar.gz) = 0e02af376e5f4a96eeb90470b7ad2e79a1d660db2a7d1aa772be43c7db00e475
|
||||
SIZE (foot-1.16.2.tar.gz) = 529917
|
||||
TIMESTAMP = 1712068074
|
||||
SHA256 (foot-1.17.0.tar.gz) = ab5603edad89d26e8ae543e92c72210a1fbbe7abdf15a0729664b41baed6a3b8
|
||||
SIZE (foot-1.17.0.tar.gz) = 543348
|
||||
|
@ -23,6 +23,7 @@ share/fish/vendor_completions.d/footclient.fish
|
||||
%%DATADIR%%/themes/derp
|
||||
%%DATADIR%%/themes/deus
|
||||
%%DATADIR%%/themes/dracula
|
||||
%%DATADIR%%/themes/electrophoretic
|
||||
%%DATADIR%%/themes/gruvbox-dark
|
||||
%%DATADIR%%/themes/gruvbox-light
|
||||
%%DATADIR%%/themes/hacktober
|
||||
@ -34,6 +35,7 @@ share/fish/vendor_completions.d/footclient.fish
|
||||
%%DATADIR%%/themes/modus-vivendi
|
||||
%%DATADIR%%/themes/monokai-pro
|
||||
%%DATADIR%%/themes/moonfly
|
||||
%%DATADIR%%/themes/neon
|
||||
%%DATADIR%%/themes/nightfly
|
||||
%%DATADIR%%/themes/nord
|
||||
%%DATADIR%%/themes/nordiq
|
||||
@ -41,6 +43,7 @@ share/fish/vendor_completions.d/footclient.fish
|
||||
%%DATADIR%%/themes/panda
|
||||
%%DATADIR%%/themes/paper-color-dark
|
||||
%%DATADIR%%/themes/paper-color-light
|
||||
%%DATADIR%%/themes/poimandres
|
||||
%%DATADIR%%/themes/rezza
|
||||
%%DATADIR%%/themes/rose-pine
|
||||
%%DATADIR%%/themes/selenized-black
|
||||
|
Loading…
Reference in New Issue
Block a user