all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: tumashu@163.com
To: 54527@debbugs.gnu.org
Cc: Feng Shu <tumashu@163.com>
Subject: [bug#54527] [PATCH] gnu: Add gigolo.
Date: Wed, 23 Mar 2022 04:52:29 +0800	[thread overview]
Message-ID: <20220322205229.10070-1-tumashu@163.com> (raw)

From: Feng Shu <tumashu@163.com>

* gnu/packages/xfce.scm (gigolo): New variable.
---
 gnu/packages/xfce.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index cdd98f2863..b58a517257 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -881,6 +881,29 @@ (define-public xfdesktop
 devices and folders.")
     (license gpl2+)))
 
+(define-public gigolo
+  (package
+    (name "gigolo")
+    (version "0.5.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://archive.xfce.org/src/apps/"
+                                  name "/" (version-major+minor version)
+                                  "/" name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "1hxv3lla567nnqxxly8xfi8fzmpcdhxb493x9hinr7szfnh1ljp3"))))
+    (build-system gnu-build-system)
+    (native-inputs (list pkg-config intltool))
+    (inputs (list gtk+))
+    (home-page "https://www.xfce.org/")
+    (synopsis "A frontend to easily manage connections to remote filesystems")
+    (description
+     "A frontend to easily manage connections to remote filesystems using
+GIO/GVfs.  It allows you to quickly connect/mount local and remote filesystems
+and manage bookmarks of such.")
+    (license gpl2+)))
+
 (define-public xfce4-terminal
   (package
     (name "xfce4-terminal")
-- 
2.34.0





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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22 20:52 tumashu [this message]
2022-03-25 10:57 ` bug#54527: [PATCH] gnu: Add gigolo Ludovic Courtès

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=20220322205229.10070-1-tumashu@163.com \
    --to=tumashu@163.com \
    --cc=54527@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.