From: Feng Shu <tumashu@163.com>
To: 26454@debbugs.gnu.org
Subject: bug#26454: [PATCH 2/2] gnu: add emacs-exwm
Date: Wed, 12 Apr 2017 06:58:03 +0800 [thread overview]
Message-ID: <20170411225803.2420-2-tumashu@163.com> (raw)
In-Reply-To: <20170411225803.2420-1-tumashu@163.com>
* gnu/packages/emacs.scm (emacs-exwm): New variable
---
gnu/packages/emacs.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9b907a212..ae7fcc8b3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4172,3 +4172,35 @@ XCB project. It features an object-oriented API and permits a certain
degree of concurrency. It should enable you to implement some low-level
X11 applications.")
(license license:gpl3+)))
+
+(define-public emacs-exwm
+ (package
+ (name "emacs-exwm")
+ (version "0.13")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/exwm-"
+ version ".tar"))
+ (file-name (string-append name "-" version ".tar"))
+ (sha256
+ (base32
+ "0n1wzy6chh024r0yaywjbf7mdsrxs6hrfycv5v0ps0drf6q3zldc"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/ch11ng/exwm")
+ (propagated-inputs `(("emacs-xelb" ,emacs-xelb)))
+ ;; The following functions or variables is need by emacs-exwm,
+ ;; which is not included in 'emacs-minimal'.
+ ;; scroll-bar-mode, fringe-mode
+ ;; x-display-pixel-width x-display-pixel-height
+ (arguments
+ `(#:emacs ,emacs
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'delete-pkg-file
+ (lambda _
+ (delete-file "exwm-pkg.el") #t)))))
+ (synopsis "Emacs X Window Manager")
+ (description "EXWM (Emacs X Window Manager) is a full-featured
+tiling X window manager for Emacs built on top of XELB.")
+ (license license:gpl3+)))
--
2.12.2
next prev parent reply other threads:[~2017-04-11 23:17 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-11 22:58 bug#26453: [PATCH 1/2] gnu: add emacs-xelb Feng Shu
2017-04-11 22:58 ` Feng Shu [this message]
2017-04-12 9:35 ` bug#26454: [PATCH 2/2] gnu: add emacs-exwm Arun Isaac
2017-04-12 18:13 ` Alex Kost
2017-04-12 20:05 ` Arun Isaac
2017-04-13 1:14 ` tumashu
2017-04-13 5:21 ` Arun Isaac
2017-04-14 11:54 ` Feng Shu
2017-04-14 13:27 ` Arun Isaac
2017-04-14 15:13 ` Feng Shu
2017-04-14 17:24 ` Arun Isaac
2017-04-15 2:37 ` tumashu
2017-04-15 12:29 ` Feng Shu
2017-04-15 21:13 ` Arun Isaac
[not found] ` <e0ed6d82.AEAAJGDHDFkAAAAAAAAAAAO1LyIAAAACwQwAAAAAAAW9WABY8o0b@mailjet.com>
2017-04-15 23:41 ` Feng Shu
2017-04-16 7:09 ` Arun Isaac
2017-04-16 8:04 ` Feng Shu, Arun Isaac
2017-04-16 20:53 ` Arun Isaac
2017-04-16 21:22 ` tumashu
2017-04-17 2:14 ` tumashu
2017-04-17 13:47 ` Arun Isaac
2017-04-18 8:20 ` Ludovic Courtès
2017-04-18 13:38 ` Arun Isaac
2017-04-18 20:39 ` Arun Isaac
2017-04-23 9:54 ` tumashu
2017-04-28 18:57 ` Arun Isaac
2017-04-14 21:47 ` Ludovic Courtès
2017-04-16 9:32 ` Ludovic Courtès
2017-04-16 11:06 ` Arun Isaac
2017-04-16 21:09 ` tumashu
2017-04-13 5:25 ` Arun Isaac
2017-04-13 21:04 ` Ludovic Courtès
2017-04-14 5:40 ` Arun Isaac
2017-04-16 9:03 ` Alex Kost
2017-04-16 9:29 ` Arun Isaac
2017-04-17 13:27 ` bug#26454: [PATCH 1/2] gnu: Add emacs-xelb Arun Isaac
2017-04-12 9:34 ` bug#26453: [PATCH 1/2] gnu: add emacs-xelb Arun Isaac
2017-04-12 10:12 ` Arun Isaac
[not found] ` <cu7zifmezqp.fsf@systemreboot.net>
2017-04-13 5:26 ` Arun Isaac
[not found] <20170417132743.5683-1-arunisaac@systemreboot.net>
2017-04-17 13:27 ` bug#26454: [PATCH 2/2] gnu: Add emacs-exwm Arun Isaac
[not found] ` <c675c264.AEMAJSAD6iUAAAAAAAAAAAO1LyIAAAACwQwAAAAAAAW9WABY9MMd@mailjet.com>
2017-04-17 14:41 ` Feng Shu
2017-04-17 17:23 ` Arun Isaac
2017-04-17 21:51 ` Feng Shu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170411225803.2420-2-tumashu@163.com \
--to=tumashu@163.com \
--cc=26454@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).