guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 4/7] gnu: Add xcb-util-cursor.


From: Mark H Weaver
Subject: Re: [PATCH 4/7] gnu: Add xcb-util-cursor.
Date: Mon, 17 Aug 2015 20:19:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Eric Dvorsak <address@hidden> 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?

       Mark



reply via email to

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