emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55087: closed ([PATCH] gnu: Add grsync.)


From: GNU bug Tracking System
Subject: bug#55087: closed ([PATCH] gnu: Add grsync.)
Date: Tue, 26 Apr 2022 07:30:02 +0000

Your message dated Tue, 26 Apr 2022 09:29:02 +0200
with message-id <87tuagwbep.fsf@gnu.org>
and subject line Re: bug#55087: [PATCH] gnu: Add grsync.
has caused the debbugs.gnu.org bug report #55087,
regarding [PATCH] gnu: Add grsync.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55087: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55087
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add grsync. Date: Sun, 24 Apr 2022 09:54:05 +0800
From: Feng Shu <tumashu@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#55087: [PATCH] gnu: Add grsync. Date: Tue, 26 Apr 2022 09:29:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * gnu/packages/backup.scm (grsync): New variable.

I added your copyright, wrapped the description and pushed,

Thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]