* [bug#54527] [PATCH] gnu: Add gigolo.
@ 2022-03-22 20:52 tumashu
2022-03-25 10:57 ` bug#54527: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: tumashu @ 2022-03-22 20:52 UTC (permalink / raw)
To: 54527; +Cc: Feng Shu
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54527: [PATCH] gnu: Add gigolo.
2022-03-22 20:52 [bug#54527] [PATCH] gnu: Add gigolo tumashu
@ 2022-03-25 10:57 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-25 10:57 UTC (permalink / raw)
To: tumashu; +Cc: 54527-done
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-25 10:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-22 20:52 [bug#54527] [PATCH] gnu: Add gigolo tumashu
2022-03-25 10:57 ` bug#54527: " Ludovic Courtès
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.