git: 17fb92ba39b0 - main - x11/wezterm: Avoid updating desktop database as .desktop file has no MimeType entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Apr 2025 08:16:07 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=17fb92ba39b01227821194ed4b94bb17550c295c commit 17fb92ba39b01227821194ed4b94bb17550c295c Author: Vladyslav Movchan <vladislav.movchan@gmail.com> AuthorDate: 2025-04-16 15:37:06 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2025-04-17 08:15:28 +0000 x11/wezterm: Avoid updating desktop database as .desktop file has no MimeType entry This fixes the following poudriere warning: Warning: you may not need USES=desktop-file-utils PR: 284964 --- x11/wezterm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 788cd64044bb..d7777d42d2e7 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,6 +1,7 @@ PORTNAME= wezterm DISTVERSION= 20250213-133349 DISTVERSIONSUFFIX= -ee0c04e7 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= vladislav.movchan@gmail.com @@ -18,7 +19,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd \ libxcb-util.so:x11/xcb-util \ libxcb-image.so:x11/xcb-util-image -USES= cargo desktop-file-utils ssl xorg +USES= cargo ssl xorg USE_GITHUB= yes USE_GITLAB= nodefault USE_XORG= x11 xcb