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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27638 in the body.
You can then email your comments to 27638 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27638; Package guix-patches. (Mon, 10 Jul 2017 11:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Feng Shu" <tumashu <at> 163.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 10 Jul 2017 11:47:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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 2 (text/plain, inline)]

-- 

Information forwarded to guix-patches <at> gnu.org:
bug#27638; Package guix-patches. (Mon, 10 Jul 2017 13:50:01 GMT) Full text and rfc822 format available.

Message #8 received at 27638 <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Feng Shu <tumashu <at> 163.com>
Cc: 27638 <at> debbugs.gnu.org
Subject: Re: [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
Date: Mon, 10 Jul 2017 19:19:32 +0530
> +       ;; 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?




Information forwarded to guix-patches <at> gnu.org:
bug#27638; Package guix-patches. (Mon, 10 Jul 2017 13:54:02 GMT) Full text and rfc822 format available.

Message #11 received at 27638 <at> debbugs.gnu.org (full text, mbox):

From: tumashu <tumashu <at> 163.com>
To: "Arun Isaac" <arunisaac <at> systemreboot.net>
Cc: "27638 <at> debbugs.gnu.org" <27638 <at> debbugs.gnu.org>
Subject: Re: [bug#27638] [PATCH] gnu: emacs-exwm-x: Update to 1.7.2.
Date: Mon, 10 Jul 2017 21:53:10 +0800 (GMT+08:00)
[Message part 1 (text/plain, inline)]
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?
[Message part 2 (text/html, inline)]

Reply sent to Arun Isaac <arunisaac <at> systemreboot.net>:
You have taken responsibility. (Mon, 10 Jul 2017 16:55:02 GMT) Full text and rfc822 format available.

Notification sent to "Feng Shu" <tumashu <at> 163.com>:
bug acknowledged by developer. (Mon, 10 Jul 2017 16:55:02 GMT) Full text and rfc822 format available.

Message #16 received at 27638-done <at> debbugs.gnu.org (full text, mbox):

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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Aug 2017 11:24:04 GMT) Full text and rfc822 format available.

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.