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

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

bug#57891: closed ([PATCH 0/1] Add emacs-org-roam-ui)


From: GNU bug Tracking System
Subject: bug#57891: closed ([PATCH 0/1] Add emacs-org-roam-ui)
Date: Sun, 18 Sep 2022 09:30:02 +0000

Your message dated Sun, 18 Sep 2022 11:29:20 +0200
with message-id <87tu55yqrz.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#57891] [PATCH 1/1] gnu: Add emacs-org-roam-ui.
has caused the debbugs.gnu.org bug report #57891,
regarding [PATCH 0/1] Add emacs-org-roam-ui
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57891: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57891
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] Add emacs-org-roam-ui Date: Sat, 17 Sep 2022 22:35:23 +0000
Add package definition for Org Roam UI, a web interface for Emacs' Org Roam.

Fredrik Salomonsson (1):
  gnu: Add emacs-org-roam-ui.

 gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)


base-commit: c54ef97c80f98fba77304efc560945fe78a4bafb
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57891] [PATCH 1/1] gnu: Add emacs-org-roam-ui. Date: Sun, 18 Sep 2022 11:29:20 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

Fredrik Salomonsson <plattfot@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.

Thank you. Applied with the following changes.

> +(define-public emacs-org-roam-ui
> +  (package
> +    (name "emacs-org-roam-ui")
> +    (version "20220803.1024")

Version is actually "0.1".
> +    (source
> +      (origin
> +        (method git-fetch)
> +        (uri (git-reference
> +               (url "https://github.com/org-roam/org-roam-ui.git";)

I removed ".git" suffix.
> +               (commit "c75fc7506ee7f03840a9a93ed9336d7ed24551aa")))
> +        (sha256
> +          (base32 "0mkcd2622np8s5qz2zvx7lch6dc586xqmn6914gi4ym7nvklf3zy"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +     (list
> +      emacs-org-roam
> +      emacs-simple-httpd
> +      emacs-websocket))
> +    (arguments
> +      (list
> +       #:include #~(cons "^out" %default-include)))
> +    (home-page "https://github.com/org-roam/org-roam-ui";)
> +    (synopsis "Web User Interface for Org-roam")

I capitalzed project name Org Roam.

> +    (description
> +      "Org-Roam-UI is meant as a successor of org-roam-server that extends
> +functionality of Org Roam with a Web app that runs side-by-side with Emacs.
> +Providing a web interface for navigating around notes created within
> Org Roam.")

I also capitalized project names. I changed "Web app" into "web app",
but I think it should be "web application". I eventually merged the two
into a single one.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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