unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34875] [PATCH] Add emacs-erc-image
@ 2019-03-15 23:38 Brian Leung
  2019-03-16 11:46 ` bug#34875: " Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-03-15 23:38 UTC (permalink / raw)
  To: 34875


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]

[-- Attachment #2: 0001-gnu-Add-emacs-erc-image.patch --]
[-- Type: text/x-patch, Size: 1627 bytes --]

From d9a99e66c3d2ce71489125603712260cedb76572 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Sat, 16 Mar 2019 00:37:34 +0100
Subject: [PATCH] gnu: Add emacs-erc-image.

---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f5936a2d23..022f82bfa2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9025,6 +9025,29 @@ arXiv, Google Scholar, Library of Congress, etc.
 @code{wmctrl} command-line window-management program.")
       (license license:gpl3+))))
 
+(define-public emacs-erc-image
+  (let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
+        (revision "1"))
+    (package
+      (name "emacs-erc-image")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/kidd/erc-image.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/kidd/erc-image.el")
+      (synopsis "Show inlined images (png/jpg/gif/svg) in erc buffers")
+      (description "This plugin subscribes to hooks @code{erc-insert-modify-hook}
+and @code{erc-send-modify-hook} to download and show images.")
+      (license license:gpl3+))))
+
 (define-public emacs-helm-gtags
   (package
     (name "emacs-helm-gtags")
-- 
2.21.0


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

* bug#34875: [PATCH] Add emacs-erc-image
  2019-03-15 23:38 [bug#34875] [PATCH] Add emacs-erc-image Brian Leung
@ 2019-03-16 11:46 ` Oleg Pykhalov
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2019-03-16 11:46 UTC (permalink / raw)
  To: Brian Leung; +Cc: 34875-done

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

Hello Brian,

Pushed as 2d164c9e96e9177f46976d93d5d457254e587eca to master with
upcased ‘erc’ and a changelog line in Git commit message.
--8<---------------cut here---------------start------------->8---
-      (synopsis "Show inlined images (png/jpg/gif/svg) in erc buffers")
+      (synopsis "Show inlined images (png/jpg/gif/svg) in ERC buffers")
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg.

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

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

end of thread, other threads:[~2019-03-16 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15 23:38 [bug#34875] [PATCH] Add emacs-erc-image Brian Leung
2019-03-16 11:46 ` bug#34875: " Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).