unofficial mirror of bug-guix@gnu.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 2/5] gnu: Add thunar-shares-plugin.
Date: Wed, 23 Mar 2022 04:49:39 +0800	[thread overview]
Message-ID: <20220322204942.9624-2-tumashu@163.com> (raw)
In-Reply-To: <20220322204942.9624-1-tumashu@163.com>

From: Feng Shu <tumashu@163.com>

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

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 9de3db3cc4..ba4e51a2f3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -813,6 +813,28 @@ (define-public thunar-archive-plugin
 archive files using the file context menus in the Thunar file manager.")
     (license gpl2+)))
 
+(define-public thunar-shares-plugin
+  (package
+    (name "thunar-shares-plugin")
+    (version "0.3.1")
+    (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 "182j8jl91735004hbl0i2xxga4r6fk03srfl6g87czkjm9y8q7fw"))))
+    (build-system gnu-build-system)
+    (native-inputs (list pkg-config intltool))
+    (inputs (list thunar gtk+))
+    (home-page "https://www.xfce.org/")
+    (synopsis "Folder share plugin for Thunar file manager")
+    (description
+     "The Thunar Shares Plugin allows you to quickly share a folder using
+Samba from Thunar (the Xfce file manager) without requiring root access.")
+    (license gpl2+)))
+
 (define-public xfwm4
   (package
     (name "xfwm4")
-- 
2.34.0





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

Thread overview: 6+ 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 ` bug#54525: [PATCH 1/5] gnu: Add thunar-archive-plugin tumashu
2022-03-22 20:49   ` tumashu [this message]
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

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20220322204942.9624-2-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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).