emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33087: closed ([PATCH] gnu: xorg: Add xcb-util-err


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33087: closed ([PATCH] gnu: xorg: Add xcb-util-errors.)
Date: Tue, 06 Nov 2018 15:57:02 +0000

Your message dated Tue, 06 Nov 2018 16:56:23 +0100
with message-id <address@hidden>
and subject line Re: [bug#33087] [PATCH] gnu: xorg: Add xcb-util-errors.
has caused the debbugs.gnu.org bug report #33087,
regarding [PATCH] gnu: xorg: Add xcb-util-errors.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33087: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33087
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: xorg: Add xcb-util-errors. Date: Thu, 18 Oct 2018 15:53:32 +0200

Attachment: 0001-gnu-xorg-Add-xcb-util-errors.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#33087] [PATCH] gnu: xorg: Add xcb-util-errors. Date: Tue, 06 Nov 2018 16:56:23 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

Stefan Stefanović <address@hidden> skribis:

> From d99569a104ee893b2b4bd31d7b21d20689405cf2 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Stefan=20Stefanovi=C4=87?= <address@hidden>
> Date: Sat, 20 Oct 2018 00:20:25 +0200
> Subject: [PATCH] gnu: Add xcb-util-errors.
>
> * gnu/packages/xorg.scm (xcb-util-errors): New variable.

Applied with the minor changes below, thanks!

Ludo’.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7e4fdefe2f..49baef5f04 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5513,6 +5513,9 @@ The XCB util module provides the following libraries:
         (modify-phases %standard-phases
           (replace 'bootstrap
             (lambda _
+              ;; The default 'bootstrap' phase would run 'autogen.sh', which
+              ;; would try to run ./configure and fail due to unpatched
+              ;; shebangs.
               (invoke "autoreconf" "-v" "--install"))))))
      (home-page "https://cgit.freedesktop.org/xcb/util-errors/";)
      (synopsis "XCB helper library for printing information about X11 errors")
@@ -5524,12 +5527,10 @@ and interfaces which make the raw X protocol more 
usable.  Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which has traditionally been provided by Xlib.
 
-The XCB util-errors module provides the following library:
-
-- errors: utility library that gives human readable names to
-error codes, event codes and also to major and minor numbers.")
-     (license (license:non-copyleft
-               "file://COPYING" "See COPYING in the distribution.")))))
+The XCB util-errors module provides a utility library that gives human
+readable names to error codes, event codes, and also to major and minor
+numbers.")
+     (license license:x11))))
 
 (define-public xcb-util-image
   (package

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]