unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: ngraves@ngraves.fr, 59649@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#59649] [PATCH] gnu: Add emacs-ibrowse.
Date: Mon, 28 Nov 2022 15:12:45 +0400	[thread overview]
Message-ID: <87tu2jib82.fsf@trop.in> (raw)
In-Reply-To: <20221128080733.28777-1-ngraves@ngraves.fr>

[-- Attachment #1: Type: text/plain, Size: 1759 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2022-11-28 11:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28  8:07 [bug#59649] [PATCH] gnu: Add emacs-ibrowse Nicolas Graves via Guix-patches via
2022-11-28 11:12 ` Andrew Tropin [this message]
2023-01-05 21:21 ` bug#59649: " Ludovic Courtès
2023-01-06  8:27   ` [bug#59649] " Andrew Tropin
2023-01-06 23:04     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tu2jib82.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=59649@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).