guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add emacs-xpm.


From: guix-commits
Subject: 03/04: gnu: Add emacs-xpm.
Date: Wed, 26 Jun 2019 00:08:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit d558e2362edbe07caf6cc1f1d2d20d35326c7476
Author: Maxim Cournoyer <address@hidden>
Date:   Thu Jun 20 08:57:50 2019 +0900

    gnu: Add emacs-xpm.
    
    * gnu/packages/emacs-xyz.scm (emacs-xpm): New variable.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 205a4c8..52000c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12962,6 +12962,26 @@ datastructures as needed, both for method parameters 
and return values, making
 using XML-RPC methods fairly transparent to the Lisp code.")
       (license license:gpl3+))))
 
+(define-public emacs-xpm
+  (package
+    (name "emacs-xpm")
+    (version "1.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/xpm-";
+                           version ".tar"))
+       (sha256
+        (base32
+         "075miyashh9cm3b0gk6ngld3rm8bfgnh4qxnhxmmvjgzf6a64grh"))))
+    (build-system emacs-build-system)
+    (home-page "https://elpa.gnu.org/packages/xpm.html";)
+    (synopsis "XPM image editing mode for Emacs")
+    (description "This Emacs package makes editing XPM images easy (and maybe
+fun).  Editing is done directly on the (textual) image format, for maximal
+cohesion with the Emacs Way.")
+    (license license:gpl3+)))
+
 (define-public emacs-fish-completion
   (package
     (name "emacs-fish-completion")



reply via email to

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