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
This commit is contained in:
Vladyslav Movchan 2025-04-16 18:37:06 +03:00 committed by Mikael Urankar
parent 10ae342b13
commit 17fb92ba39

View file

@ -1,6 +1,7 @@
PORTNAME= wezterm PORTNAME= wezterm
DISTVERSION= 20250213-133349 DISTVERSION= 20250213-133349
DISTVERSIONSUFFIX= -ee0c04e7 DISTVERSIONSUFFIX= -ee0c04e7
PORTREVISION= 1
CATEGORIES= x11 wayland CATEGORIES= x11 wayland
MAINTAINER= vladislav.movchan@gmail.com MAINTAINER= vladislav.movchan@gmail.com
@ -18,7 +19,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd \
libxcb-util.so:x11/xcb-util \ libxcb-util.so:x11/xcb-util \
libxcb-image.so:x11/xcb-util-image libxcb-image.so:x11/xcb-util-image
USES= cargo desktop-file-utils ssl xorg USES= cargo ssl xorg
USE_GITHUB= yes USE_GITHUB= yes
USE_GITLAB= nodefault USE_GITLAB= nodefault
USE_XORG= x11 xcb USE_XORG= x11 xcb