[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: Add gigolo.
From: |
guix-commits |
Subject: |
04/06: gnu: Add gigolo. |
Date: |
Fri, 25 Mar 2022 07:22:20 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1f46534646b199699a8c4d33eccf8f19af7ee8ff
Author: Feng Shu <tumashu@163.com>
AuthorDate: Wed Mar 23 04:52:29 2022 +0800
gnu: Add gigolo.
* gnu/packages/xfce.scm (gigolo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/xfce.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index cdd98f2863..a2d8e99290 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -881,6 +881,29 @@ optional application menu or icons for minimized
applications or launchers,
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 "Manage connections to remote file systems")
+ (description
+ "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
(name "xfce4-terminal")
- branch master updated (cce693a4a9 -> cabda1197e), guix-commits, 2022/03/25
- 06/06: gnu: nftables: Enable json output., guix-commits, 2022/03/25
- 01/06: gnu: hwloc: Update to 2.7.1., guix-commits, 2022/03/25
- 03/06: gnu: Add curlie., guix-commits, 2022/03/25
- 05/06: gnu: nftables: Enable build of manpages., guix-commits, 2022/03/25
- 04/06: gnu: Add gigolo.,
guix-commits <=
- 02/06: gnu: akku: Update to 1.1.0., guix-commits, 2022/03/25