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

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

bug#59649: closed ([PATCH] gnu: Add emacs-ibrowse.)


From: GNU bug Tracking System
Subject: bug#59649: closed ([PATCH] gnu: Add emacs-ibrowse.)
Date: Thu, 05 Jan 2023 21:22:01 +0000

Your message dated Thu, 05 Jan 2023 22:21:30 +0100
with message-id <87ilhk3cf9.fsf@gnu.org>
and subject line Re: bug#59649: [PATCH] gnu: Add emacs-ibrowse.
has caused the debbugs.gnu.org bug report #59649,
regarding [PATCH] gnu: Add emacs-ibrowse.
to be marked as done.

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


-- 
59649: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59649
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-ibrowse. Date: Mon, 28 Nov 2022 09:07:33 +0100
* 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")
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#59649: [PATCH] gnu: Add emacs-ibrowse. Date: Thu, 05 Jan 2023 22:21:30 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-ibrowse): New variable.

Not sure what Andrew had in mind regarding a “version tag” (seems
alright to me, no?) so I went ahead and finally applied it.

Thanks!

Ludo’.


--- End Message ---

reply via email to

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