all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: tumashu@163.com
Cc: 54527-done@debbugs.gnu.org
Subject: bug#54527: [PATCH] gnu: Add gigolo.
Date: Fri, 25 Mar 2022 11:57:26 +0100	[thread overview]
Message-ID: <878rsy8fl5.fsf@gnu.org> (raw)
In-Reply-To: <20220322205229.10070-1-tumashu@163.com> (tumashu@163.com's message of "Wed, 23 Mar 2022 04:52:29 +0800")

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

Hi,

tumashu@163.com skribis:

> From: Feng Shu <tumashu@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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1007 bytes --]

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

      reply	other threads:[~2022-03-25 10:58 UTC|newest]

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

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=878rsy8fl5.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=54527-done@debbugs.gnu.org \
    --cc=tumashu@163.com \
    /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.