[bug#76386,07/10] gnu: thunar-shares-plugin: Update to 0.4.0.

Message ID fee375ca6da02922a637bed3f3cb0be71f432834.1739854967.git.iyzsong@member.fsf.org
State New
Headers
Series xfce updates |

Commit Message

iyzsong--- via Guix-patches via Feb. 18, 2025, 5:07 a.m. UTC
  From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (thunar-shares-plugin): Update to 0.4.0.
[native-inputs]: Add autoconf-2.71.
[inputs]: Add xfconf.

Change-Id: I8355c2b74afae9ef538bddd80d95def1c6fb55de
---
 gnu/packages/xfce.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 28dd2c21a0..34fe0f8fd9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -945,7 +945,7 @@  (define-public thunar-archive-plugin
 (define-public thunar-shares-plugin
   (package
     (name "thunar-shares-plugin")
-    (version "0.3.2")
+    (version "0.4.0")
     (source
      (origin
        (method git-fetch)
@@ -955,10 +955,10 @@  (define-public thunar-shares-plugin
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0agq4f16mlrri84n81wgrhipvg55gh527jw42wiv6ac9vnqlcnw8"))))
+        (base32 "1m4xdmfs6zcxsq96p0wgwgqv2av7bqqsbpsrbqkq78mrmn9533nl"))))
     (build-system gnu-build-system)
-    (native-inputs (list xfce4-dev-tools))
-    (inputs (list thunar gtk+))
+    (native-inputs (list autoconf-2.71 xfce4-dev-tools))
+    (inputs (list thunar gtk+ xfconf))
     (home-page "https://docs.xfce.org/xfce/thunar/thunar-shares-plugin")
     (synopsis "Folder share plugin for Thunar file manager")
     (description