all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29288] [PATCH] gnu: Add emacs-transmission.
@ 2017-11-13 20:58 Oleg Pykhalov
  2017-11-16 10:00 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2017-11-13 20:58 UTC (permalink / raw)
  To: 29288


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: [PATCH] gnu: Add emacs-transmission. --]
[-- Type: text/x-patch, Size: 1914 bytes --]

From 92a4fb9eea7b2ac428d350d51cbd39d68d325cd4 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Mon, 13 Nov 2017 23:56:28 +0300
Subject: [PATCH] gnu: Add emacs-transmission.

* gnu/packages/emacs.scm (emacs-transmission): New variable.
---
 gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4ed81438a..f1bcd87b9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6228,3 +6228,33 @@ and shell-command prompts that are based on bash completion.")
      "This package provides commands @code{easy-kill} and @code{easy-mark} to
 let users kill or mark things easily.")
     (license license:gpl3+)))
+
+(define-public emacs-transmission
+  (package
+    (name "emacs-transmission")
+    (version "0.12")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/holomorph/transmission/archive/"
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1y0bpsy16pycp6m9aqvfjh2x1yswfb305ib7m2slcjpb6njgxfi6"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/holomorph/transmission")
+    (synopsis "Emacs interface to a Transmission session")
+    (description "This package provides the Emacs interface to the
+Transmission session.
+
+Features:
+
+@itemize
+@item List, add, start/stop, verify, remove torrents.
+@item Set speed limits, ratio limits, bandwidth priorities, trackers.
+@item Navigate to the corresponding file list, torrent info, peer info
+contexts.
+@item Toggle downloading and set priorities for individual files.
+@end itemize\n")
+    (license license:gpl3+)))
-- 
2.15.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#29288] [PATCH] gnu: Add emacs-transmission.
  2017-11-13 20:58 [bug#29288] [PATCH] gnu: Add emacs-transmission Oleg Pykhalov
@ 2017-11-16 10:00 ` Ludovic Courtès
  2017-11-17 10:39   ` bug#29288: " Oleg Pykhalov
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-16 10:00 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 29288

Hi Oleg,

Oleg Pykhalov <go.wigust@gmail.com> skribis:

> From 92a4fb9eea7b2ac428d350d51cbd39d68d325cd4 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust@gmail.com>
> Date: Mon, 13 Nov 2017 23:56:28 +0300
> Subject: [PATCH] gnu: Add emacs-transmission.
>
> * gnu/packages/emacs.scm (emacs-transmission): New variable.

[...]

> +    (home-page "https://github.com/holomorph/transmission")
> +    (synopsis "Emacs interface to a Transmission session")
> +    (description "This package provides the Emacs interface to the
> +Transmission session.

Maybe give a bit more context like this:

  “This package provides an Emacs interface to interact with a running
  session of the Transmission Bittorrent client.”

Otherwise LGTM, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#29288: [PATCH] gnu: Add emacs-transmission.
  2017-11-16 10:00 ` Ludovic Courtès
@ 2017-11-17 10:39   ` Oleg Pykhalov
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2017-11-17 10:39 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29288, 29288-done

Hello Ludovic,

ludo@gnu.org (Ludovic Courtès) writes:

>> +    (description "This package provides the Emacs interface to the
>> +Transmission session.
>
> Maybe give a bit more context like this:
>
>   “This package provides an Emacs interface to interact with a running
>   session of the Transmission Bittorrent client.”

OK, thank you for improvements.

Pushed as 3fe4c9dcc4707cb0a99bc4f9cb8dad9ebf14c1d7

Oleg.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-17 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 20:58 [bug#29288] [PATCH] gnu: Add emacs-transmission Oleg Pykhalov
2017-11-16 10:00 ` Ludovic Courtès
2017-11-17 10:39   ` bug#29288: " Oleg Pykhalov

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.