unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Fredrik Salomonsson <plattfot@posteo.net>
To: 58055@debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot@posteo.net>
Subject: [bug#58055] [PATCH 1/1] gnu: Add emacs-orgmdb.
Date: Sun, 25 Sep 2022 00:49:57 +0000	[thread overview]
Message-ID: <20220925004957.635421-1-plattfot@posteo.net> (raw)
In-Reply-To: <20220925003750.631327-1-plattfot@posteo.net>

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0e3e0be3b8..5572564b6d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6010,6 +6010,32 @@ (define-public emacs-org-now
 their original location with another.")
       (license license:gpl3+))))
 
+(define-public emacs-orgmdb
+  (package
+   (name "emacs-orgmdb")
+   (version "0.5")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://github.com/isamert/orgmdb.el")
+           (commit "66c13abdb84e0f0a31bae6cfda27478771d58d8e")))
+     (sha256
+      (base32
+       "1hvxha0ih9jhvwj07l6jnpf2vzhgvb6ii73g49c8saxld61l0frf"))
+     (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (propagated-inputs
+    (list
+     emacs-s
+     emacs-dash
+     emacs-org))
+   (home-page "https://github.com/isamert/orgmdb.el")
+   (synopsis "An Emacs' Org mode watchlist manager and OMDb API client")
+   (description "This package adds tools for managing your watchlist in Emacs' Org
+mode and some functions for interacting with the OMDb API.")
+   (license license:gpl3+)))
+
 (define-public emacs-rich-minority
   (package
     (name "emacs-rich-minority")
-- 
2.37.3





  reply	other threads:[~2022-09-25  0:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-25  0:37 [bug#58055] [PATCH 0/1] Add emacs-orgmd Fredrik Salomonsson
2022-09-25  0:49 ` Fredrik Salomonsson [this message]
2022-09-25 13:18   ` bug#58055: [PATCH 1/1] gnu: Add emacs-orgmdb Nicolas Goaziou
2022-09-25 17:40 ` [bug#58055] [PATCH 0/1] Add emacs-orgmd Maxime Devos
2022-09-25 19:10   ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220925004957.635421-1-plattfot@posteo.net \
    --to=plattfot@posteo.net \
    --cc=58055@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).