GNU bug report logs -
#55087
[PATCH] gnu: Add grsync.
Previous Next
Reported by: tumashu <at> 163.com
Date: Sun, 24 Apr 2022 01:55:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <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 55087 in the body.
You can then email your comments to 55087 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#55087
; Package
guix-patches
.
(Sun, 24 Apr 2022 01:55:02 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
.
(Sun, 24 Apr 2022 01:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Feng Shu <tumashu <at> 163.com>
* gnu/packages/backup.scm (grsync): New variable.
---
gnu/packages/backup.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 36bb2ae8e2..51d6de6b43 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -71,6 +71,7 @@ (define-module (gnu packages backup)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang)
#:use-module (gnu packages gperf)
+ #:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
#:use-module (gnu packages guile-xyz)
#:use-module (gnu packages linux)
@@ -1340,3 +1341,26 @@ (define-public vorta
scheduled backups, and has a graphical tool for browsing and extracting the Borg
archives.")
(license license:gpl3+)))
+
+(define-public grsync
+ (package
+ (name "grsync")
+ (version "1.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://www.opbyte.it/release/"
+ "grsync-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1z1m782b50x348kgynzf753apy8yszkl31y32y1jsc055skcdixp"))))
+ (build-system gnu-build-system)
+ (native-inputs (list intltool pkg-config))
+ (inputs (list gtk+))
+ (propagated-inputs (list rsync))
+ (home-page "http://www.opbyte.it/grsync/")
+ (synopsis "GTK frontend for rsync")
+ (description
+ "Grsync is a simple graphical interface using GTK for the rsync command line
+program. It currently supports only a limited set of the most important rsync
+features, but can be used effectively for local directory synchronization.")
+ (license license:gpl2)))
--
2.35.1
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Tue, 26 Apr 2022 07:30:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
tumashu <at> 163.com
:
bug acknowledged by developer.
(Tue, 26 Apr 2022 07:30:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 55087-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/backup.scm (grsync): New variable.
I added your copyright, wrapped the description and pushed,
Thanks,
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 24 May 2022 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 23 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.