guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/35: gnu: Add thunar-archive-plugin.


From: guix-commits
Subject: 26/35: gnu: Add thunar-archive-plugin.
Date: Sat, 28 Jan 2023 03:58:39 -0500 (EST)

iyzsong pushed a commit to branch wip-xfce
in repository guix.

commit a32931f8a700e64a34b50d3ab39f8c07b45946f6
Author: Feng Shu <tumashu@163.com>
AuthorDate: Mon Mar 21 19:29:10 2022 +0800

    gnu: Add thunar-archive-plugin.
    
    * gnu/packages/xfce.scm (thunar-archive-plugin): New variable.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/xfce.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 25af3a1ae5..8159010361 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -781,6 +781,27 @@ digital camera, it will automatically spawn your preferred 
photo application
 and import the new pictures from your camera.")
     (license gpl2+)))
 
+(define-public thunar-archive-plugin
+  (package
+    (name "thunar-archive-plugin")
+    (version "0.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://archive.xfce.org/src/thunar-plugins/";
+                           name "/" (version-major+minor version)
+                           "/" name "-" version ".tar.bz2"))
+       (sha256
+        (base32 "1ykg6qj65l5wywpbiiabidjxzvrhv6q4v63jxb6mlai8b2iqijlf"))))
+    (build-system gnu-build-system)
+    (native-inputs (list pkg-config intltool))
+    (inputs (list exo thunar gtk+))
+    (home-page "https://www.xfce.org/";)
+    (synopsis "Archive plugin for Thunar file manager")
+    (description "The Thunar Archive Plugin allows you to create and extract
+archive files using the file context menus in the Thunar file manager.")
+    (license gpl2+)))
+
 (define-public xfwm4
   (package
     (name "xfwm4")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]