* [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
@ 2017-07-10 11:46 Feng Shu
2017-07-10 13:49 ` Arun Isaac
[not found] ` <a4097955.AEAAMsN-rPgAAAAAAAAAAAO1LyIAAAACwQwAAAAAAAW9WABZY4X2@mailjet.com>
0 siblings, 2 replies; 4+ messages in thread
From: Feng Shu @ 2017-07-10 11:46 UTC (permalink / raw)
To: 27638
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-emacs-exwm-x-Update-to-1.7.2.patch --]
[-- Type: text/x-patch, Size: 1491 bytes --]
From 6aa9f5a176f96f9ec94fc791ecf81b7c5040b7c7 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@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
[-- Attachment #2: Type: text/plain, Size: 6 bytes --]
--
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
2017-07-10 11:46 [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2 Feng Shu
@ 2017-07-10 13:49 ` Arun Isaac
[not found] ` <a4097955.AEAAMsN-rPgAAAAAAAAAAAO1LyIAAAACwQwAAAAAAAW9WABZY4X2@mailjet.com>
1 sibling, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2017-07-10 13:49 UTC (permalink / raw)
To: Feng Shu; +Cc: 27638
> + ;; EXWM-X require bind-key, which is in emacs-use-package.
> + ("emacs-use-package" ,emacs-use-package)))
Do we need to have this comment? It's not like we need to explain why we
have each dependency. WDYT?
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
[not found] ` <a4097955.AEAAMsN-rPgAAAAAAAAAAAO1LyIAAAACwQwAAAAAAAW9WABZY4X2@mailjet.com>
@ 2017-07-10 13:53 ` tumashu
2017-07-10 16:53 ` bug#27638: " Arun Isaac
0 siblings, 1 reply; 4+ messages in thread
From: tumashu @ 2017-07-10 13:53 UTC (permalink / raw)
To: Arun Isaac; +Cc: 27638@debbugs.gnu.org
[-- Attachment #1: Type: text/plain, Size: 331 bytes --]
Haha, if it is not useful, just delete it.
发自网易邮箱大师
在2017年07月10日 21:49,Arun Isaac 写道:
> + ;; EXWM-X require bind-key, which is in emacs-use-package.
> + ("emacs-use-package" ,emacs-use-package)))
Do we need to have this comment? It's not like we need to explain why we
have each dependency. WDYT?
[-- Attachment #2: Type: text/html, Size: 1167 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#27638: [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
2017-07-10 13:53 ` tumashu
@ 2017-07-10 16:53 ` Arun Isaac
0 siblings, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2017-07-10 16:53 UTC (permalink / raw)
To: tumashu; +Cc: 27638-done
tumashu writes:
> Haha, if it is not useful, just delete it.
Done and pushed! Thanks! :-)
I also modified the commit message to mention the new propagated input.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-10 16:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10 11:46 [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2 Feng Shu
2017-07-10 13:49 ` Arun Isaac
[not found] ` <a4097955.AEAAMsN-rPgAAAAAAAAAAAO1LyIAAAACwQwAAAAAAAW9WABZY4X2@mailjet.com>
2017-07-10 13:53 ` tumashu
2017-07-10 16:53 ` bug#27638: " Arun Isaac
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.