[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add emacs-ibrowse.
From: |
guix-commits |
Subject: |
02/10: gnu: Add emacs-ibrowse. |
Date: |
Thu, 5 Jan 2023 17:22:45 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 8b3d0b1849404d8ecc9a6bc42562839c13556c6c
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Mon Nov 28 09:07:33 2022 +0100
gnu: Add emacs-ibrowse.
* gnu/packages/emacs-xyz.scm (emacs-ibrowse): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 7a94a674fa..b5c2c011db 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21991,6 +21991,30 @@ key again.")
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")
- branch master updated (80902fc210 -> 6f8a03fad3), guix-commits, 2023/01/05
- 07/10: gnu: Add charls., guix-commits, 2023/01/05
- 01/10: home: shells: Do not escape backslashes in single-quoted strings., guix-commits, 2023/01/05
- 05/10: doc: Introduce using swap space for hibernation, with examples., guix-commits, 2023/01/05
- 02/10: gnu: Add emacs-ibrowse.,
guix-commits <=
- 08/10: gnu: kicad: Update to 6.0.10., guix-commits, 2023/01/05
- 10/10: gnu: zfs: Update to 2.1.7., guix-commits, 2023/01/05
- 03/10: gnu: Add zls., guix-commits, 2023/01/05
- 06/10: gnu: gpodder: Update to 3.11.0., guix-commits, 2023/01/05
- 04/10: gnu: Add yaru-theme, guix-commits, 2023/01/05
- 09/10: gnu: flightgear: Update to 2020.3.17., guix-commits, 2023/01/05