emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#40402: closed ([PATCH] gnu: emacs-modus-themes: Update to 0.7.0.)


From: GNU bug Tracking System
Subject: bug#40402: closed ([PATCH] gnu: emacs-modus-themes: Update to 0.7.0.)
Date: Sat, 04 Apr 2020 09:57:01 +0000

Your message dated Sat, 04 Apr 2020 11:55:53 +0200
with message-id <address@hidden>
and subject line Re: [bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes
has caused the debbugs.gnu.org bug report #40402,
regarding [PATCH] gnu: emacs-modus-themes: Update to 0.7.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40402: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40402
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. Date: Fri, 3 Apr 2020 12:24:12 +0300
From: Dimakakos Dimos <address@hidden>

* 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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes Date: Sat, 04 Apr 2020 11:55:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Dimakis Dimakakos <address@hidden> 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


--- End Message ---

reply via email to

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