GNU bug report logs - #40591
Add emacs-org-roam

Previous Next

Package: guix-patches;

Reported by: Alberto EFG <albertoefg <at> posteo.mx>

Date: Mon, 13 Apr 2020 03:59:02 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.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 40591 in the body.
You can then email your comments to 40591 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#40591; Package guix-patches. (Mon, 13 Apr 2020 03:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alberto EFG <albertoefg <at> posteo.mx>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 13 Apr 2020 03:59:02 GMT) Full text and rfc822 format available.

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

From: Alberto EFG <albertoefg <at> posteo.mx>
To: guix-patches <at> gnu.org
Subject: Add emacs-org-roam
Date: Sun, 12 Apr 2020 22:58:03 -0500
[Message part 1 (text/plain, inline)]
Hello.

Added emacs-org-roam. I used it all day, seems like  everything works.
guix size is around 0.2 MB
[0001-gnu-Add-emacs-org-roam.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#40591; Package guix-patches. (Tue, 14 Apr 2020 00:56:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 40591 <at> debbugs.gnu.org, 40593 <at> debbugs.gnu.org, 40616 <at> debbugs.gnu.org,
 40613 <at> debbugs.gnu.org
Date: Tue, 14 Apr 2020 02:55:02 +0200
[Message part 1 (text/plain, inline)]
For the record (and any reviewers), these patches should be 
applied in order:

#40591 emacs-org-roam
#40593 emacs-uml-mode
#40616 emacs-4clojure
#40613 emacs-typing

They're not interdependent, just patch-context-dependent.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 14 Apr 2020 09:10:01 GMT) Full text and rfc822 format available.

Notification sent to Alberto EFG <albertoefg <at> posteo.mx>:
bug acknowledged by developer. (Tue, 14 Apr 2020 09:10:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alberto EFG <albertoefg <at> posteo.mx>
Cc: 40591-done <at> debbugs.gnu.org
Subject: Re: [bug#40591] Add emacs-org-roam
Date: Tue, 14 Apr 2020 11:08:52 +0200
Hello,

Alberto EFG <albertoefg <at> posteo.mx> writes:

> Added emacs-org-roam. I used it all day, seems like  everything works.

Thank you. 

I applied your patch with the following changes.
> +(define-public emacs-org-roam
> +  (package
> +   (name "emacs-org-roam")

The indentation is off. If you use Emacs, you can press M-q, otherwise,
you may call the etc/indent.el script in Guix source tree.

> +   (version "1.0.0")
> +   (source
> +    (origin
> +     (method git-fetch)
> +     (uri (git-reference
> +           (url "https://github.com/jethrokuan/org-roam.git")
> +           (commit "1433dbc31602c412914c71ecc81aa5dcf6b03daf")))

When there is an official release, we use the tag. Therefore, I changed
the line above to:

  (commit (string-append "v" version))

> +     (file-name (git-file-name name version))
> +     (sha256
> +      (base32
> +       "08pfa63k194dpk0y2gfa0nzn5lig81q0l9axkq5j4ibj6ifaap4a"))))

Nitpick: I put the string on the line above.

> +   (build-system emacs-build-system)
> +   (propagated-inputs
> +    `(("emacs-company" ,emacs-company)
> +      ("emacs-emacsql-sqlite" ,emacs-emacsql)
> +      ("emacs-dash" ,emacs-dash)
> +      ("emacs-f" ,emacs-f)
> +      ("emacs-s" ,emacs-s)
> +      ("emacs-org-ref" ,emacs-org-ref)))

I re-ordered the inputs alphabetically.

> +   (license license:gpl3)))

The license is actually gpl3+, as written in the source code.

Regards,

-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 12 May 2020 11:24:08 GMT) Full text and rfc822 format available.

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

Previous Next


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