GNU bug report logs -
#27638
[PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
Previous Next
Reported by: "Feng Shu" <tumashu <at> 163.com>
Date: Mon, 10 Jul 2017 11:47:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-emacs-exwm-x-Update-to-1.7.2.patch (text/x-patch, inline)]
From 6aa9f5a176f96f9ec94fc791ecf81b7c5040b7c7 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu <at> 163.com>
Date: Thu, 6 Jul 2017 21:55:28 +0800
Subject: [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.7.2.
---
gnu/packages/emacs.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index be71f140d..c3b69e0a5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4688,7 +4688,7 @@ other operations.")
(define-public emacs-exwm-x
(package
(name "emacs-exwm-x")
- (version "1.6.2")
+ (version "1.7.2")
(synopsis "Derivative window manager based on EXWM")
(source (origin
(method url-fetch)
@@ -4698,12 +4698,14 @@ other operations.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0rki0vh01m0ywnz25r92f444x038l5cy9vwmpdqw9j92yl29hays"))))
+ "1ny13i82fb72917jgl0ndwjg1x6l9f8gfhcx7cwlwhh5saq23mvy"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-exwm" ,emacs-exwm)
("emacs-switch-window" ,emacs-switch-window)
- ("emacs-ivy" ,emacs-ivy)))
+ ("emacs-ivy" ,emacs-ivy)
+ ;; EXWM-X require bind-key, which is in emacs-use-package.
+ ("emacs-use-package" ,emacs-use-package)))
(inputs
`(("xhost" ,xhost)
("dbus" ,dbus)))
--
2.13.2
[Message part 2 (text/plain, inline)]
--
This bug report was last modified 8 years and 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.