GNU bug report logs - #54527
[PATCH] gnu: Add gigolo.

Previous Next

Package: guix-patches;

Reported by: tumashu <at> 163.com

Date: Tue, 22 Mar 2022 20:53:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54527 in the body.
You can then email your comments to 54527 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54527; Package guix-patches. (Tue, 22 Mar 2022 20:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to tumashu <at> 163.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 22 Mar 2022 20:53:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: tumashu <at> 163.com
To: guix-patches <at> gnu.org
Cc: Feng Shu <tumashu <at> 163.com>
Subject: [PATCH] gnu: Add gigolo.
Date: Wed, 23 Mar 2022 04:52:29 +0800
From: Feng Shu <tumashu <at> 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 sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 25 Mar 2022 10:58:01 GMT) Full text and rfc822 format available.

Notification sent to tumashu <at> 163.com:
bug acknowledged by developer. (Fri, 25 Mar 2022 10:58:01 GMT) Full text and rfc822 format available.

Message #10 received at 54527-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: tumashu <at> 163.com
Cc: 54527-done <at> debbugs.gnu.org
Subject: Re: bug#54527: [PATCH] gnu: Add gigolo.
Date: Fri, 25 Mar 2022 11:57:26 +0100
[Message part 1 (text/plain, inline)]
Hi,

tumashu <at> 163.com skribis:

> From: Feng Shu <tumashu <at> 163.com>
>
> * gnu/packages/xfce.scm (gigolo): New variable.

Applied with the cosmetic changes below + license change: source file
headers explicitly say “version 2”, without the “or any later version”
wording.

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b58a517257..a2d8e99290 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -897,12 +897,12 @@ (define-public gigolo
     (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")
+    (synopsis "Manage connections to remote file systems")
     (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+)))
+     "Gigolo is a graphical user interface to easily manage connections to
+remote file systems using GIO/GVfs.  It allows you to quickly connect/mount
+local and remote file systems and manage bookmarks of such.")
+    (license gpl2)))                              ;version 2 only
 
 (define-public xfce4-terminal
   (package

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Apr 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.