unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38409] [PATCH] gnu: Add emacs-libmpdel.
@ 2019-11-28  6:37 LaFreniere, Joseph
  2019-11-28  6:41 ` [bug#38409] [PATCH] gnu: Add emacs-mpdel LaFreniere, Joseph
  0 siblings, 1 reply; 4+ messages in thread
From: LaFreniere, Joseph @ 2019-11-28  6:37 UTC (permalink / raw)
  To: 38409

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

Patch file is attached.  This package is needed for the 
emacs-mpdel package, which I will attach a patch for in response 
to this.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-libmpdel.patch --]
[-- Type: text/x-patch, Size: 1686 bytes --]

From 54f2afb58259835d7ec576793b541c2810bd5bcf Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Thu, 28 Nov 2019 00:32:23 -0600
Subject: [PATCH] gnu: Add emacs-libmpdel.

* gnu/packages/emacs-xyz.scm (emacs-libmpdel): New variable.
---
 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 3862cced20..1c60221b38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17234,6 +17234,27 @@ Nix expressions.  It supports syntax highlighting, indenting and refilling of
 comments.")
     (license license:lgpl2.1+)))
 
+(define-public emacs-libmpdel
+  (package
+    (name "emacs-libmpdel")
+    (version "1.1.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitea.petton.fr/mpdel/libmpdel.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0dnjndpv6bmz5blfs75ynmbm32g23l4slg5p3941b1i94a08qzpy"))))
+    (build-system emacs-build-system)
+    (home-page "https://gitea.petton.fr/mpdel/libmpdel")
+    (synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
+    (description
+     "An Emacs library client to communicate with Music Player Daemon (MPD), a
+flexible, powerful, server-side application for playing music.")
+    (license license:gpl3)))
+
 (define-public emacs-simple-mpc
   ;; There have been no releases.
   (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
-- 
2.24.0


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

end of thread, other threads:[~2019-12-07  2:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-28  6:37 [bug#38409] [PATCH] gnu: Add emacs-libmpdel LaFreniere, Joseph
2019-11-28  6:41 ` [bug#38409] [PATCH] gnu: Add emacs-mpdel LaFreniere, Joseph
2019-12-07  2:18   ` Brett Gilio
2019-12-07  2:21     ` bug#38409: " Brett Gilio

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