GNU bug report logs -
#61031
[PATCH] Add emacs-kodi-remote.
Previous Next
Reported by: Matthieu Lemerre <racin <at> free.fr>
Date: Mon, 23 Jan 2023 22:40:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 61031-done <at> debbugs.gnu.org (full text, mbox):
Hello,
racin <at> free.fr writes:
> You were right about the problem that it did not compile; I did not understand that I had to to make
> before ./pre-inst-env guix build emacs-kodi-remote. I think I properly
> tested it now.
Great. I added a commit message and applied your patch, with the changes below.
> + (package
> + (name "emacs-kodi-remote")
> + (version (git-version "0" revision commit))
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/spiderbit/kodi-remote.el.git")
I removed ".git" suffix
> + (commit commit)))
I added
(file-name (git-file-name name version))
here
> + (sha256
> + (base32
> + "1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934"))))
> + (build-system emacs-build-system)
> + (propagated-inputs (list emacs-f emacs-json-mode emacs-let-alist emacs-request))
I added a newline character after "propagated-inputs".
> + (home-page "http://github.com/spiderbit/kodi-remote.el")
> + (synopsis "Remote Control for Kodi")
Control -> control
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 115 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.