From b73f0d780ce39b511d3a3c3a3754e44ac33c91f2 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 11 Oct 2025 17:44:30 +0300 Subject: [PATCH] Add gvfs as an optional dependency --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index c8babd3..1332200 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,11 @@ name: thunar description: A modern file manager for the Xfce Desktop Environment version: 4.20.4 +revision: 2 url: https://docs.xfce.org/xfce/thunar/start license: GPL2-or-later,LGPL2.1-only architecture: any depends: ["desktop-file-utils","exo","hicolor-icon-theme","libgudev","libnotify","libpng","libxfce4ui","libxfce4util","pcre2"] -optional_depends: ["thunar-volman","tumbler"] +optional_depends: ["gvfs","thunar-volman","tumbler"] make_depends: ["glib","gobject-introspection","gtk-doc","xfce4-panel","xfce4-dev-tools"] type: source