GNU bug report logs - #27638
[PATCH] gnu: emacs-exwm-x: Update to 1.7.2.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Feng Shu" <tumashu <at> 163.com>
Subject: bug#27638: closed (Re: [bug#27638] [PATCH] gnu: emacs-exwm-x:
 Update to 1.7.2.)
Date: Mon, 10 Jul 2017 16:55:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27638: [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27638 <at> debbugs.gnu.org.

-- 
27638: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27638
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: tumashu <tumashu <at> 163.com>
Cc: 27638-done <at> debbugs.gnu.org
Subject: Re: [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
Date: Mon, 10 Jul 2017 22:23:45 +0530
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.

[Message part 3 (message/rfc822, inline)]
From: "Feng Shu" <tumashu <at> 163.com>
To: guix-guix-patches <guix-patches <at> gnu.org>
Cc: Feng Shu <tumashu <at> 163.com>
Subject: [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
Date: Mon, 10 Jul 2017 19:46:11 +0800
[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 5 (text/plain, inline)]

-- 

This bug report was last modified 8 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.