[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/18: gnu: emacs-exwm-firefox: Update to 1.2.
From: |
guix-commits |
Subject: |
14/18: gnu: emacs-exwm-firefox: Update to 1.2. |
Date: |
Thu, 4 Jan 2024 06:11:29 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 7cf95dc5f419fbcf2d46dc870b12775ba5a60911
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:54:17 2024 +0100
gnu: emacs-exwm-firefox: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox): Update to 1.2.
[arguments]: Add a phase to enter "lisp" sub-directory.
Change-Id: Ia349cd008073f8de3d9ea6089fd54ba16edbb29c
---
gnu/packages/emacs-xyz.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3f005e6db7..45f0a47493 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31363,11 +31363,10 @@ keypresses mapped in firefox to the action described
in the function name.")
(license (list license:gpl3+)))))
(define-public emacs-exwm-firefox
- (let ((commit "7390c3bc425894aeda3c12c23f61a234bb71a2d9")
- (revision "1"))
+ (let ((commit "ba4044cf57f99656bbe1974278336b6abcb15497")) ;version bump
(package
(name "emacs-exwm-firefox")
- (version (git-version "0.4" revision commit))
+ (version "1.2")
(source
(origin
(method git-fetch)
@@ -31376,8 +31375,13 @@ keypresses mapped in firefox to the action described
in the function name.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xmgij04h4cbcgqafyyf9qajf0wp6mxpfpwjm6gi1jgisrql882d"))))
+ (base32 "1x9hc94a5wygyw714q98jbk4kjvys2ra94qdc2cbgkm6iq982rvq"))))
(build-system emacs-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda _ (chdir "lisp"))))))
(inputs (list emacs-exwm-firefox-core emacs-s emacs-exwm))
(home-page "https://codeberg.org/emacs-weirdware/exwm-firefox")
(synopsis "Enhanced support for Firefox under EXWM")
- 02/18: gnu: emacs-vundo: Update to 2.2.0., (continued)
- 02/18: gnu: emacs-vundo: Update to 2.2.0., guix-commits, 2024/01/04
- 03/18: gnu: emacs-vertico-posframe: Update to 0.7.6., guix-commits, 2024/01/04
- 01/18: gnu: emacs-eglot: Update to 1.16., guix-commits, 2024/01/04
- 04/18: gnu: emacs-super-save: Update to 0.4.0., guix-commits, 2024/01/04
- 05/18: gnu: emacs-sqlite3-api: Update to 0.18., guix-commits, 2024/01/04
- 10/18: gnu: emacs-org-sidebar: Improve package style., guix-commits, 2024/01/04
- 06/18: gnu: emacs-solarized-theme: Update to 2.0.4., guix-commits, 2024/01/04
- 07/18: gnu: emacs-robot-mode: Update to 0.8.0., guix-commits, 2024/01/04
- 08/18: gnu: emacs-plz: Update to 0.7.1., guix-commits, 2024/01/04
- 09/18: gnu: emacs-org-sidebar: Update to 0.4., guix-commits, 2024/01/04
- 14/18: gnu: emacs-exwm-firefox: Update to 1.2.,
guix-commits <=
- 11/18: gnu: emacs-org-re-reveal: Update to 3.25.0., guix-commits, 2024/01/04
- 12/18: gnu: emacs-org-fc: Update to 0.3.0., guix-commits, 2024/01/04
- 15/18: gnu: emacs-exwm-firefox: Improve package style., guix-commits, 2024/01/04
- 16/18: gnu: emacs-exwm-firefox: Run tests., guix-commits, 2024/01/04
- 17/18: gnu: emacs-eat: Update to 0.9.4., guix-commits, 2024/01/04
- 18/18: gnu: emacs-citeproc-el: Update to 0.9.4., guix-commits, 2024/01/04
- 13/18: gnu: emacs-helm-company: Update to 0.2.8., guix-commits, 2024/01/04