GNU bug report logs - #40402
[PATCH] gnu: emacs-modus-themes: Update to 0.7.0.

Previous Next

Package: guix-patches;

Reported by: Dimos Dimakakos <me <at> bendersteed.tech>

Date: Fri, 3 Apr 2020 09:25:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dimos Dimakakos <me <at> bendersteed.tech>
Subject: bug#40402: closed (Re: [bug#40402] [PATCH 0/3] Deprecate
 emacs-modus-themes)
Date: Sat, 04 Apr 2020 09:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#40402: [PATCH] gnu: emacs-modus-themes: Update to 0.7.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 40402 <at> debbugs.gnu.org.

-- 
40402: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40402
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Dimakis Dimakakos <me <at> bendersteed.tech>
Cc: 40402-done <at> debbugs.gnu.org
Subject: Re: [bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes
Date: Sat, 04 Apr 2020 11:55:53 +0200
Hello,

Dimakis Dimakakos <me <at> bendersteed.tech> writes:

> This is series of patches to add emacs-modus-vivendi-theme and
> emacs-modus-operandi-theme as separate variables, grabbed from elpa,
> and deprecate emacs-modus-theme so that it links to
> emacs-modus-operandi-theme.
>
> Hope this is acceptable!  Thanks.

Great!

I fixed the indentation (you may want to use Emacs or
"etc/indent-code.el" script in repository) added two spaces between
sentences in the description, as required by Texinfo, and applied the
three patches, with the references:

   51d4587a6998af30598de153fd7ed5ca1baae6d0
   56ec01132e4dae2abf575195bf605f080c96fb21
   cdbbb94c69e954cc179949b6bb49fedd3d2c3468

Thank you!

Regards,

-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Dimos Dimakakos <me <at> bendersteed.tech>
To: guix-patches <at> gnu.org
Cc: Dimakakos Dimos <me <at> bendersteed.tech>
Subject: [PATCH] gnu: emacs-modus-themes: Update to 0.7.0.
Date: Fri,  3 Apr 2020 12:24:12 +0300
From: Dimakakos Dimos <me <at> bendersteed.tech>

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.7.0.
---
 gnu/packages/emacs-xyz.scm | 63 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 61 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 782d8650dd..d1b34ccc03 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20278,7 +20278,7 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -20287,7 +20287,7 @@ Emacs that integrate with major modes like Org-mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa"))))
+        (base32 "0nw3jlx2h9127y9b8mmyrps9jyvr33yz2dr9q33j9fll1b8wapn0"))))
     (build-system emacs-build-system)
     (home-page "https://gitlab.com/protesilaos/modus-themes")
     (synopsis "Emacs themes designed for colour-contrast accessibility")
@@ -21760,3 +21760,62 @@ enables modal editing and composition of commands, too.  It combines ideas of
 other Editors like Vim or Kakoune and tries to align them with regular Emacs
 conventions.")
     (license license:gpl3+)))
+
+(define-public emacs-emacsql-sqlite
+  (package
+    (name "emacs-emacsql-sqlite")
+    (version "20190727.1710")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://melpa.org/packages/emacsql-sqlite-"
+               version
+               ".tar"))
+        (sha256
+          (base32
+            "1lx06hlbj9yfflv7nw6ngsm3vhchyzqbm1wlzfxrwx9zi54xm7h4"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+      `(("emacs-emacsql" ,emacs-emacsql)))
+    (home-page "https://github.com/skeeto/emacsql")
+    (synopsis "EmacSQL back-end for SQLite")
+    (description
+      "During package installation EmacSQL will attempt to compile a
+custom native binary for communicating with a SQLite database.
+")
+    (license #f)))
+
+(define-public emacs-org-roam
+  (package
+    (name "emacs-org-roam")
+    (version "20200329.1330")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://melpa.org/packages/org-roam-"
+               version
+               ".tar"))
+        (sha256
+          (base32
+            "166sxsv259iclvzr4p9ip4lprmrsydwjcr4rvg3xz144pld4qwf3"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+      `(("emacs-dash" ,emacs-dash)
+        ("emacs-f" ,emacs-f)
+        ("emacs-s" ,emacs-s)
+        ("emacs-org" ,emacs-org)
+        ("emacs-emacsql" ,emacs-emacsql)
+        ("emacs-emacsql-sqlite" ,emacs-emacsql-sqlite)))
+    (home-page
+      "https://github.com/jethrokuan/org-roam")
+    (synopsis "Roam Research replica with Org-mode")
+    (description
+      "This library is an attempt at injecting Roam functionality into Org-mode.
+This is achieved primarily through building caches for forward links,
+backward links, and file titles.
+")
+    (license #f)))
+
+
-- 
2.26.0



This bug report was last modified 5 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.