all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Dvorsak <eric@dvorsak.fr>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 4/7] gnu: Add xcb-util-cursor.
Date: Tue, 18 Aug 2015 18:16:08 +0200	[thread overview]
Message-ID: <87zj1o608n.fsf@dvorsak.fr> (raw)
In-Reply-To: <877fot5tz8.fsf@netris.org>


Mark H Weaver writes:

> Eric Dvorsak <eric@dvorsak.fr> writes:
>
>> +(define-public xcb-util-cursor
>> +  (package
>> +    (name "xcb-util-cursor")
>> +    (version "0.1.2")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri (string-append "http://xcb.freedesktop.org/dist/"
>> +                                  "xcb-util-cursor-" version ".tar.gz"))
>> +              (sha256
>> +               (base32
>> +                "0bm0mp99abdfb6v4v60hq3msvk67b2x9ml3kbx5y2g18xdhm3rdr"))))
>> +    (build-system gnu-build-system)
>> +    (native-inputs
>> +     `(("m4" ,m4)
>> +       ("pkg-config" ,pkg-config)))
>> +    (inputs
>> +     `(("libxcb" ,libxcb)
>> +       ("xcb-util-renderutil" ,xcb-util-renderutil)
>> +       ("xcb-util-image" ,xcb-util-image)))
>> +    (home-page "http://cgit.freedesktop.org/xcb/util-cursor/")
>> +    (synopsis "Port of libxcursor")
>> +    (description "Port of libxcursor.")
>
> The synopsis and description seem like stubs.  Can you make them better?

There is no description on freedesktop.org and in the readme
either. Should I just add the description of libxcursor itself ? Which
is "Xorg Cursor management library" for both the synospis and the description
>
>        Mark

Eric

  reply	other threads:[~2015-08-18 16:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17  3:05 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17  3:05 ` [PATCH 2/7] gnu: Add libyajl Eric Dvorsak
2015-08-17  3:05 ` [PATCH 3/7] gnu: Add libev Eric Dvorsak
2015-08-17  3:05 ` [PATCH 4/7] gnu: Add xcb-util-cursor Eric Dvorsak
2015-08-16 23:44   ` Eric Bavier
2015-08-18  0:19   ` Mark H Weaver
2015-08-18 16:16     ` Eric Dvorsak [this message]
2015-08-17  3:05 ` [PATCH 5/7] gnu: Add i3-wm Eric Dvorsak
2015-08-16 23:48   ` Eric Bavier
2015-08-17  3:05 ` [PATCH 6/7] gnu: Add libconfuse Eric Dvorsak
2015-08-16 23:53   ` Eric Bavier
2015-08-17  3:05 ` [PATCH 7/7] gnu: Add i3status Eric Dvorsak
2015-08-23 16:49   ` Eric Bavier
  -- strict thread matches above, loose matches on Subject: below --
2015-08-17 20:06 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17 20:06 ` [PATCH 4/7] gnu: Add xcb-util-cursor Eric Dvorsak
2015-08-23 16:43   ` Eric Bavier
2015-08-17  2:05 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17  2:05 ` [PATCH 4/7] gnu: Add xcb-util-cursor Eric Dvorsak

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zj1o608n.fsf@dvorsak.fr \
    --to=eric@dvorsak.fr \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.