GNU bug report logs - #55126
[PATCH] https://github.com/org-roam/org-roam-ui/issues/191

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 26 Apr 2022 13:14:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55126 in the body.
You can then email your comments to 55126 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Tue, 26 Apr 2022 13:14:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 26 Apr 2022 13:14:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] https://github.com/org-roam/org-roam-ui/issues/191
Date: Tue, 26 Apr 2022 15:12:46 +0200
---
 ngraves/packages/emacs.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ngraves/packages/emacs.scm b/ngraves/packages/emacs.scm
index 1897262..ee2cfa5 100644
--- a/ngraves/packages/emacs.scm
+++ b/ngraves/packages/emacs.scm
@@ -31,7 +31,9 @@
                (base32
                 "0v54vxh95izch74wz2dl2dkdqicbvshra55l6qvd4xl5qmfhpjdc"))))
       (build-system emacs-build-system)
-      (arguments `(#:emacs ,emacs-pgtk-native-comp))
+      (arguments
+       `(#:include (cons "^out" %default-include)
+         #:emacs ,emacs-pgtk-native-comp))
       (propagated-inputs
        (list emacs-org-roam emacs-websocket emacs-simple-httpd emacs-f))
       (home-page "https://github.com/org-roam/org-roam-ui")
@@ -40,7 +42,7 @@
 with your @code{org-roam} notes. It is meant a successor of
 @code{org-roam-server} that extends functionality of org-roam with a Web app
 that runs side-by-side with Emacs.")
-      (license license:gpl3))))
+      (license license:gpl3+))))
 
 (define-public emacs-evil-nativecomp
   (package
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Tue, 26 Apr 2022 15:44:02 GMT) Full text and rfc822 format available.

Message #8 received at 55126 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 55126 <at> debbugs.gnu.org
Subject: Re: bug#55126: Acknowledgement ([PATCH]
 https://github.com/org-roam/org-roam-ui/issues/191)
Date: Tue, 26 Apr 2022 17:42:05 +0200
Sorry, I sent the bad patch, meant to add emacs-org-roam-ui
package. Will resend one here.

Nicolas

help-debbugs <at> gnu.org (GNU bug Tracking System) writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 55126 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.





Information forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Tue, 26 Apr 2022 16:01:01 GMT) Full text and rfc822 format available.

Message #11 received at 55126 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 55126 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: Add emacs-org-roam-ui.
Date: Tue, 26 Apr 2022 18:00:23 +0200
* gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.
---
 gnu/packages/emacs-xyz.scm | 34 +++++++++++++++++++++++++++++++---
 1 file changed, 31 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18e2b806af..1298798075 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29433,6 +29433,34 @@ (define-public emacs-org-roam-bibtex
 opening Org Ref's @code{cite:} links.")
     (license license:gpl3+)))
 
+(define-public emacs-org-roam-ui
+  (let ((commit "9474a254390b1e42488a1801fed5826b32a8030b")
+        (revision "0"))
+    (package
+      (name "emacs-org-roam-ui")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/org-roam/org-roam-ui")
+                      (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0v54vxh95izch74wz2dl2dkdqicbvshra55l6qvd4xl5qmfhpjdc"))))
+      (build-system emacs-build-system)
+      (arguments
+       `(#:include (cons "^out" %default-include)))
+      (propagated-inputs
+       (list emacs-org-roam emacs-websocket emacs-simple-httpd emacs-f))
+      (home-page "https://github.com/org-roam/org-roam-ui")
+      (synopsis "A graphical frontend for your org-roam Zettelkasten")
+      (description " Org-Roam-UI is a frontend for exploring and interacting
+with your @code{org-roam} notes. It is meant a successor of
+@code{org-roam-server} that extends functionality of org-roam with a Web app
+that runs side-by-side with Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-org-generate
   (package
     (name "emacs-org-generate")
@@ -29454,9 +29482,9 @@ (define-public emacs-org-generate
      ;; FIXME: Tests fail with "Wrong type argument: sequencep, :equal".  It
      ;; seems to be an issue with Cort library.
      `(#:tests? #f
-       #:test-command '("emacs" "--batch" "--quick"
-                        "--directory=." "--load=org-generate-tests.el"
-                        "--funcall=cort-test-run")))
+                #:test-command '("emacs" "--batch" "--quick"
+                                 "--directory=." "--load=org-generate-tests.el"
+                                 "--funcall=cort-test-run")))
     (build-system emacs-build-system)
     (home-page "https://github.com/conao3/org-generate.el")
     (synopsis "Generate template files and folders from Org document")
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Wed, 27 Apr 2022 13:39:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Giovanni Biscuolo <g <at> xelera.eu>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>,
 55126 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#55126] [PATCH] gnu: Add emacs-org-roam-ui.
Date: Wed, 27 Apr 2022 15:38:05 +0200
[Message part 1 (text/plain, inline)]
Hi Nocolas,

your patch also contains some reformatted text for emacs-org-generate:
please can you send an updated patch?

Thanks!

Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 34 +++++++++++++++++++++++++++++++---
>  1 file changed, 31 insertions(+), 3 deletions(-)

[...]

>  (define-public emacs-org-generate
>    (package
>      (name "emacs-org-generate")
> @@ -29454,9 +29482,9 @@ (define-public emacs-org-generate
>       ;; FIXME: Tests fail with "Wrong type argument: sequencep, :equal".  It
>       ;; seems to be an issue with Cort library.
>       `(#:tests? #f
> -       #:test-command '("emacs" "--batch" "--quick"
> -                        "--directory=." "--load=org-generate-tests.el"
> -                        "--funcall=cort-test-run")))
> +                #:test-command '("emacs" "--batch" "--quick"
> +                                 "--directory=." "--load=org-generate-tests.el"
> +                                 "--funcall=cort-test-run")))
>      (build-system emacs-build-system)
>      (home-page "https://github.com/conao3/org-generate.el")
>      (synopsis "Generate template files and folders from Org document")
> -- 
> 2.35.1

-- 
Giovanni Biscuolo

Xelera IT Infrastructures
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Wed, 27 Apr 2022 13:39:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Wed, 27 Apr 2022 15:47:02 GMT) Full text and rfc822 format available.

Message #20 received at 55126 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 55126 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: Add emacs-org-roam-ui.
Date: Wed, 27 Apr 2022 17:46:12 +0200
* gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18e2b806af..67da16517a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29433,6 +29433,34 @@ (define-public emacs-org-roam-bibtex
 opening Org Ref's @code{cite:} links.")
     (license license:gpl3+)))
 
+(define-public emacs-org-roam-ui
+  (let ((commit "9474a254390b1e42488a1801fed5826b32a8030b")
+        (revision "0"))
+    (package
+      (name "emacs-org-roam-ui")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/org-roam/org-roam-ui")
+                      (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0v54vxh95izch74wz2dl2dkdqicbvshra55l6qvd4xl5qmfhpjdc"))))
+      (build-system emacs-build-system)
+      (arguments
+       `(#:include (cons "^out" %default-include)))
+      (propagated-inputs
+       (list emacs-org-roam emacs-websocket emacs-simple-httpd emacs-f))
+      (home-page "https://github.com/org-roam/org-roam-ui")
+      (synopsis "A graphical frontend for your org-roam Zettelkasten")
+      (description " Org-Roam-UI is a frontend for exploring and interacting
+with your @code{org-roam} notes. It is meant a successor of
+@code{org-roam-server} that extends functionality of org-roam with a Web app
+that runs side-by-side with Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-org-generate
   (package
     (name "emacs-org-generate")
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Mon, 25 Jul 2022 19:38:01 GMT) Full text and rfc822 format available.

Message #23 received at 55126 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 55126 <at> debbugs.gnu.org
Subject: reminder
Date: Mon, 25 Jul 2022 21:37:18 +0200
Hi!

I've sent an updated patch, just a quick reminder ;)

Nicolas





Information forwarded to guix-patches <at> gnu.org:
bug#55126; Package guix-patches. (Mon, 01 Aug 2022 11:13:01 GMT) Full text and rfc822 format available.

Message #26 received at 55126 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 55126 <at> debbugs.gnu.org
Subject: [PATCH] https://github.com/org-roam/org-roam-ui/issues/191
Date: Mon, 01 Aug 2022 13:12:31 +0200
Hi!

Sorry, quick reminder again, this patch will allow me to send another
one for Andrew Tropin's rde. 

Thanks! 

-- 
Best regards,
Nicolas Graves




Reply sent to Nicolas Graves <ngraves <at> ngraves.fr>:
You have taken responsibility. (Sat, 03 Sep 2022 10:10:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Sat, 03 Sep 2022 10:10:02 GMT) Full text and rfc822 format available.

Message #31 received at 55126-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 55126-done <at> debbugs.gnu.org
Subject: Closing 55126
Date: Sat, 03 Sep 2022 12:09:47 +0200
The package includes minified javascript, it doesn't comply with guix
packaging guidelines, sorry!

-- 
Best regards,
Nicolas Graves




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 01 Oct 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 207 days ago.

Previous Next


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