unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26449: [PATCH] gnu: Add emacs-htmlize.
@ 2017-04-11 18:17 Arun Isaac
  2017-04-11 18:53 ` Kei Kebreau
  0 siblings, 1 reply; 2+ messages in thread
From: Arun Isaac @ 2017-04-11 18:17 UTC (permalink / raw)
  To: 26449

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a70fb2167..06bb432f4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4235,3 +4235,25 @@ sign messages that you send.  For details and instructions on how to use
 DefaultEncrypt, please refer to the home page or read the comments in the
 source file, @file{jl-encrypt.el}.")
     (license license:gpl3+)))
+
+(define-public emacs-htmlize
+  (package
+    (name "emacs-htmlize")
+    (version "1.51")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/hniksic/emacs-htmlize/archive/release/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1fy1lybzrxl8a8r88f6p19nz8ygmvcxhxbnymkxh7jqaz25viwld"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/hniksic/emacs-htmlize")
+    (synopsis "Convert buffer text and decorations to HTML")
+    (description "@code{emacs-htmlize} converts the buffer text and
+the associated decorations to HTML.  Output to CSS, inline CSS and
+fonts is supported.")
+    (license license:gpl2+)))
-- 
2.12.2


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

* bug#26449: [PATCH] gnu: Add emacs-htmlize.
  2017-04-11 18:17 bug#26449: [PATCH] gnu: Add emacs-htmlize Arun Isaac
@ 2017-04-11 18:53 ` Kei Kebreau
  0 siblings, 0 replies; 2+ messages in thread
From: Kei Kebreau @ 2017-04-11 18:53 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 26449-done

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

Arun Isaac <arunisaac@systemreboot.net> writes:

> * gnu/packages/emacs.scm (emacs-htmlize): New variable.
> ---
>  gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index a70fb2167..06bb432f4 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -4235,3 +4235,25 @@ sign messages that you send.  For details and instructions on how to use
>  DefaultEncrypt, please refer to the home page or read the comments in the
>  source file, @file{jl-encrypt.el}.")
>      (license license:gpl3+)))
> +
> +(define-public emacs-htmlize
> +  (package
> +    (name "emacs-htmlize")
> +    (version "1.51")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://github.com/hniksic/emacs-htmlize/archive/release/"
> +             version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "1fy1lybzrxl8a8r88f6p19nz8ygmvcxhxbnymkxh7jqaz25viwld"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/hniksic/emacs-htmlize")
> +    (synopsis "Convert buffer text and decorations to HTML")
> +    (description "@code{emacs-htmlize} converts the buffer text and
> +the associated decorations to HTML.  Output to CSS, inline CSS and
> +fonts is supported.")
> +    (license license:gpl2+)))

Thanks for the package. It has been pushed to master.

[-- 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:[~2017-04-11 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 18:17 bug#26449: [PATCH] gnu: Add emacs-htmlize Arun Isaac
2017-04-11 18:53 ` Kei Kebreau

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).