all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: tumashu@163.com
To: 54525@debbugs.gnu.org
Cc: Feng Shu <tumashu@163.com>
Subject: bug#54525: [PATCH 1/5] gnu: Add thunar-archive-plugin.
Date: Wed, 23 Mar 2022 04:49:38 +0800	[thread overview]
Message-ID: <20220322204942.9624-1-tumashu@163.com> (raw)
In-Reply-To: <875yo5pw3i.fsf@163.com>

From: Feng Shu <tumashu@163.com>

* gnu/packages/xfce.scm (thunar-archive-plugin): New variable.
---
 gnu/packages/xfce.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b58a517257..9de3db3cc4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -792,6 +792,27 @@ (define-public thunar-volman
 and import the new pictures from your camera.")
     (license gpl2+)))
 
+(define-public thunar-archive-plugin
+  (package
+    (name "thunar-archive-plugin")
+    (version "0.4.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 "059ikda4hig1iqk0g5kqc4p95chj0z1ljhl5qjrlw4l8lf3gm0mz"))))
+    (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")
-- 
2.34.0





  reply	other threads:[~2022-03-22 20:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22 20:32 bug#54525: [patchs] Let thunar support plugin search patchs and add some thunar plugins Feng Shu
2022-03-22 20:49 ` tumashu [this message]
2022-03-22 20:49   ` bug#54525: [PATCH 2/5] gnu: Add thunar-shares-plugin tumashu
2022-03-22 20:49   ` bug#54525: [PATCH 3/5] gnu: Add thunar-media-tags-plugin tumashu
2022-03-22 20:49   ` bug#54525: [PATCH 4/5] gnu: Add thunar-vcs-plugin tumashu
2022-03-22 20:49   ` bug#54525: [PATCH 5/5] gnu: thunar: Add search path for "THUNARX_DIRS" tumashu
2022-03-29  9:45     ` [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins Ludovic Courtès
2022-04-02 23:40       ` Feng Shu
2022-04-05 22:48       ` Feng Shu
2022-03-29 13:03 ` [bug#54525] [patch v2 1/5] gnu: Add thunar-archive-plugin tumashu
2022-03-29 13:03   ` [bug#54525] [patch v2 2/5] gnu: Add thunar-shares-plugin tumashu
2022-03-29 13:04   ` [bug#54525] [patch v2 3/5] gnu: Add thunar-media-tags-plugin tumashu
2022-03-29 13:04   ` [bug#54525] [patch v2 4/5] gnu: Add thunar-vcs-plugin tumashu
2022-03-29 13:04   ` [bug#54525] [patch v2 5/5] gnu: thunar: Add search path for "THUNARX_DIRS" tumashu
2022-04-27  4:20 ` [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins Feng Shu
2023-08-25 10:01   ` bug#54525: " 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220322204942.9624-1-tumashu@163.com \
    --to=tumashu@163.com \
    --cc=54525@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.