GNU bug report logs -
#26453
[PATCH 1/2] gnu: add emacs-xelb
Previous Next
Reported by: Feng Shu <tumashu <at> 163.com>
Date: Tue, 11 Apr 2017 23:17:01 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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Apr 2017 10:56:59 +0530
with message-id <b113ba3c.AEQAJM4_8_AAAAAAAAAAAAO0jIkAAAACwQwAAAAAAAW9WABY7wwu <at> mailjet.com>
and subject line Re: bug#26453: [PATCH 1/2] gnu: add emacs-xelb
has caused the debbugs.gnu.org bug report #26453,
regarding [PATCH 1/2] gnu: add emacs-xelb
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
26453: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26453
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs.scm (emacs-xelb): New variable
---
gnu/packages/emacs.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ff33daf71..9b907a212 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4137,3 +4137,38 @@ abbreviation of the mode line displays (lighters) of minor modes.")
configuration in your @file{.emacs} file in a way that is both
performance-oriented and tidy.")
(license license:gpl2+)))
+
+(define-public emacs-xelb
+ (package
+ (name "emacs-xelb")
+ (version "0.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/xelb-"
+ version ".tar"))
+ (file-name (string-append name "-" version ".tar"))
+ (sha256
+ (base32
+ "0i9n0f3ibj4a5pwcsvwrah9m0fz32m0x6a9wsmjn3li20v8pcb81"))))
+ (build-system emacs-build-system)
+ ;; The following functions or variables is need by emacs-xelb,
+ ;; which is not included in 'emacs-minimal'.
+ ;; x-display-screens x-keysym-table x-alt-keysym x-meta-keysym
+ ;; x-hyper-keysym x-super-keysym libxml-parse-xml-region
+ ;; 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 "xelb-pkg.el") #t)))))
+ (home-page "https://github.com/ch11ng/xelb")
+ (synopsis "X protocol Emacs Lisp Binding")
+ (description "XELB (X protocol Emacs Lisp Binding) is a pure Elisp
+implementation of X11 protocol based on the XML description files from
+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+)))
--
2.12.2
[Message part 3 (message/rfc822, inline)]
Closing this bug report so that the entire patch set can be discussed in
one place at bug 26454.
This bug report was last modified 8 years and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.