GNU bug report logs - #59649
[PATCH] gnu: Add emacs-ibrowse.

Previous Next

Package: guix-patches;

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

Date: Mon, 28 Nov 2022 08:09:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andrew Tropin <andrew <at> trop.in>
To: ngraves <at> ngraves.fr, 59649 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [bug#59649] [PATCH] gnu: Add emacs-ibrowse.
Date: Mon, 28 Nov 2022 15:12:45 +0400
[Message part 1 (text/plain, inline)]
On 2022-11-28 09:07, Nicolas Graves wrote:

> * gnu/packages/emacs-xyz.scm (emacs-ibrowse): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 35d6d87030..a680b29f27 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -21515,6 +21515,30 @@ (define-public emacs-mbsync
>  within Emacs.")
>        (license license:gpl3+))))
>  
> +(define-public emacs-ibrowse
> +  (let* ((commit "7e4a2987fc63861514b441f65db2008da5949ef2")
> +         (revision "0"))
> +    (package
> +      (name "emacs-ibrowse")
> +      (version (git-version "0.0" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://git.sr.ht/~ngraves/ibrowse.el")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32 "15661xgjxdxk1p0g87dsas9jd9v7g64y6n9irlbyzww09gjsjwwd"))))
> +      (build-system emacs-build-system)
> +      (inputs (list sqlite))
> +      (propagated-inputs (list emacs-embark emacs-marginalia))
> +      (home-page "https://git.sr.ht/~ngraves/ibrowse.el")
> +      (synopsis "Interact with your browser from emacs")
> +      (description "This package provides some commands to act on the browser
> +tabs, history, or bookmarks from Emacs.")
> +      (license license:gpl3+))))
> +
>  (define-public emacs-ibuffer-projectile
>    (package
>      (name "emacs-ibuffer-projectile")

Could you add a version tag and use it in package definition, please?

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 135 days ago.

Previous Next


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