GNU bug report logs -
#76272
[PATCH] gnu: Add emacs-syncthing.
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Thu, 13 Feb 2025 20:45:02 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
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 76272 in the body.
You can then email your comments to 76272 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#76272
; Package
guix-patches
.
(Thu, 13 Feb 2025 20:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ian Eure <ian <at> retrospec.tv>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 13 Feb 2025 20:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-syncthing): New variable.
Change-Id: I357c59c35b818c9e1e74b191afa6b500d833845a
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 40e207bf0a..64aa9e636e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -845,6 +845,27 @@ (define-public emacs-geiser-chez
"This package adds support for using Chez Scheme in Emacs with Geiser.")
(license license:bsd-3)))
+(define-public emacs-syncthing
+ (package
+ (name "emacs-syncthing")
+ (version "3.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/KeyWeeUsr/emacs-syncthing.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1q755rcmlmpz9zb1i3ic3a3svyqwavncnfzmx0bsg6229qg06d0l"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/KeyWeeUsr/emacs-syncthing")
+ (synopsis "Emacs client for Syncthing")
+ (description
+ "Emacs-Syncthing is a client for the Syncthing file synchronization tool
+which provides an Emacs interface to replace the built-in web UI.")
+ (license license:gpl3+)))
+
(define-public emacs-vc-hgcmd
(package
(name "emacs-vc-hgcmd")
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76272
; Package
guix-patches
.
(Fri, 21 Feb 2025 14:23:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76272 <at> debbugs.gnu.org (full text, mbox):
Ian Eure <ian <at> retrospec.tv> skribis:
> * gnu/packages/emacs-xyz.scm (emacs-syncthing): New variable.
>
> Change-Id: I357c59c35b818c9e1e74b191afa6b500d833845a
LGTM! :-)
bug closed, send any further explanations to
76272 <at> debbugs.gnu.org and Ian Eure <ian <at> retrospec.tv>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 22 Feb 2025 22:56:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 23 Mar 2025 11:24:48 GMT)
Full text and
rfc822 format available.
This bug report was last modified 138 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.