unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: "Stefan Stefanović" <stefanx2ovic@gmail.com>
Cc: 33087-done@debbugs.gnu.org
Subject: bug#33087: [PATCH] gnu: xorg: Add xcb-util-errors.
Date: Tue, 06 Nov 2018 16:56:23 +0100	[thread overview]
Message-ID: <87h8guw66w.fsf@gnu.org> (raw)
In-Reply-To: <CAFBTj=gGokyzaEA0FdaoL9KzCJ1G7C6w6X-+Z2Zrjd4onHwqrQ@mail.gmail.com> ("Stefan \=\?utf-8\?Q\?Stefanovi\=C4\=87\=22's\?\= message of "Sat, 20 Oct 2018 00:29:07 +0200")

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

Hello,

Stefan Stefanović <stefanx2ovic@gmail.com> skribis:

> From d99569a104ee893b2b4bd31d7b21d20689405cf2 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Stefan=20Stefanovi=C4=87?= <stefanx2ovic@gmail.com>
> 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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1473 bytes --]

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

      reply	other threads:[~2018-11-06 15:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 13:53 [bug#33087] [PATCH] gnu: xorg: Add xcb-util-errors Stefan Stefanović
2018-10-18 18:18 ` Stefan Stefanović
2018-10-19 22:29   ` Stefan Stefanović
2018-11-06 15:56     ` Ludovic Courtès [this message]

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=87h8guw66w.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33087-done@debbugs.gnu.org \
    --cc=stefanx2ovic@gmail.com \
    /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).