GNU bug report logs -
#30945
[PATCH 1/3] gnu: emacs-xelb: Update to 0.14.
Previous Next
Reported by: "Feng Shu" <tumashu <at> qq.com>
Date: Mon, 26 Mar 2018 00:06:01 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 Mar 2018 20:11:47 +0200
with message-id <87lgeeiu58.fsf <at> fastmail.com>
and subject line Re: [bug#30945] [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.
has caused the debbugs.gnu.org bug report #30945,
regarding [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30945: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30945
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0001-gnu-emacs-xelb-Update-to-0.14.patch (text/x-patch, inline)]
From 4bf3a51469d3027b8d59da2b9522f88bf0bef7b0 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu <at> 163.com>
Date: Sun, 25 Mar 2018 20:10:18 +0800
Subject: [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.14.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a95b57e86..3e0cb0d7c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5703,14 +5703,14 @@ which code derived from Kelvin H's org-page.")
(define-public emacs-xelb
(package
(name "emacs-xelb")
- (version "0.12")
+ (version "0.14")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xelb-"
version ".tar"))
(sha256
(base32
- "0i9n0f3ibj4a5pwcsvwrah9m0fz32m0x6a9wsmjn3li20v8pcb81"))))
+ "09flnbjy9ck784kprz036rwg9qk45hpv0w5hz3pz3zhwyk57fv74"))))
(build-system emacs-build-system)
;; The following functions and variables needed by emacs-xelb are
;; not included in emacs-minimal:
--
2.16.2
[0002-gnu-emacs-exwm-Update-to-0.18.patch (text/x-patch, inline)]
From 1c2376e3da955408b71867613b063aa9933c6409 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu <at> 163.com>
Date: Sun, 25 Mar 2018 20:11:53 +0800
Subject: [PATCH 2/3] gnu: emacs-exwm: Update to 0.18.
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.18.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3e0cb0d7c..0a7c8d689 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5742,7 +5742,7 @@ It should enable you to implement low-level X11 applications.")
(define-public emacs-exwm
(package
(name "emacs-exwm")
- (version "0.16")
+ (version "0.18")
(synopsis "Emacs X window manager")
(source (origin
(method url-fetch)
@@ -5750,7 +5750,7 @@ It should enable you to implement low-level X11 applications.")
version ".tar"))
(sha256
(base32
- "0c4w5k9lzqj8yzhdqipdb4fs7ld2qklc6s137104jnfdvmrwcv2i"))))
+ "1shz5bf4v4gg3arjaaldics5qkg3aiiaf3ngys8lb6qyxhcpvh6q"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-xelb" ,emacs-xelb)))
--
2.16.2
[0003-gnu-emacs-exwm-x-Update-to-1.8.1.patch (text/x-patch, inline)]
From 7fd7cae15bc5d62480e5ec0704cb4816ac0105de Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu <at> 163.com>
Date: Mon, 26 Mar 2018 06:40:49 +0800
Subject: [PATCH 3/3] gnu: emacs-exwm-x: Update to 1.8.1.
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.8.1.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0a7c8d689..f28f2221a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5833,7 +5833,7 @@ other operations.")
(define-public emacs-exwm-x
(package
(name "emacs-exwm-x")
- (version "1.7.2")
+ (version "1.8.1")
(synopsis "Derivative window manager based on EXWM")
(source (origin
(method url-fetch)
@@ -5843,7 +5843,7 @@ other operations.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1ny13i82fb72917jgl0ndwjg1x6l9f8gfhcx7cwlwhh5saq23mvy"))))
+ "0ali1100aacq4zbvcck80h51pvw204jlxhn4aikkqq4ngbx03kkr"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-exwm" ,emacs-exwm)
--
2.16.2
[Message part 6 (text/plain, inline)]
--
[Message part 7 (message/rfc822, inline)]
[Message part 8 (text/plain, inline)]
Feng Shu <tumashu <at> qq.com> writes:
> From 4bf3a51469d3027b8d59da2b9522f88bf0bef7b0 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu <at> 163.com>
> Date: Sun, 25 Mar 2018 20:10:18 +0800
> Subject: [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.
[...]
> From 1c2376e3da955408b71867613b063aa9933c6409 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu <at> 163.com>
> Date: Sun, 25 Mar 2018 20:11:53 +0800
> Subject: [PATCH 2/3] gnu: emacs-exwm: Update to 0.18.
[...]
> From 7fd7cae15bc5d62480e5ec0704cb4816ac0105de Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu <at> 163.com>
> Date: Mon, 26 Mar 2018 06:40:49 +0800
> Subject: [PATCH 3/3] gnu: emacs-exwm-x: Update to 1.8.1.
Applied all three, thanks!
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.