all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Rutger Helling <rhelling@mykolab.com>
Cc: 33800@debbugs.gnu.org
Subject: [bug#33800] [PATCH] gnu: Add grim.
Date: Wed, 19 Dec 2018 22:40:48 +0100	[thread overview]
Message-ID: <87k1k5tctb.fsf@gnu.org> (raw)
In-Reply-To: <20181219103851.7cbbd4f2@mykolab.com> (Rutger Helling's message of "Wed, 19 Dec 2018 10:38:51 +0100")

Hi,

Rutger Helling <rhelling@mykolab.com> skribis:

> From a55c2fedeca18627e8f0aa23efc0c78e846e40ee Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Wed, 19 Dec 2018 10:27:28 +0100
> Subject: [PATCH 1/2] gnu: Add scdoc.
>
> * gnu/packages/man.scm (scdoc): New variable.

[...]

> +   (home-page "https://git.sr.ht/~sircmpwn/scdoc")
> +   (synopsis "Simple man page generator")
> +   (description "scdoc is a simple man page generator written for POSIX systems
> +written in C99.")

s/written in C99/in C99/

> +   ;; MIT license, see /share/doc/scdoc-1.6.0/COPYING.
> +   (license (x11-style "file://COPYING"))))

Should be ‘license:expat’.

> From 793ae79c8bbd68b981f4c4b94b43784011776ede Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Wed, 19 Dec 2018 10:31:50 +0100
> Subject: [PATCH 2/2] gnu: Add grim.
>
> * gnu/packages/image.scm (grim): New variable.

[...]

> +(define-public grim
> +  (package
> +  (name "grim")
> +  (version "1.0")
> +  (source
> +   (origin
> +    (method url-fetch)
> +    (uri (string-append "https://github.com/emersion/grim/archive/v" version
> +                        ".tar.gz"))
> +    (file-name (string-append name "-" version ".tar.gz"))
> +    (sha256
> +     (base32 "0xkk5nqyp1px0sxz4asmchznc0q39wdx1b67ql741k8aj815km0f"))))
> +  (build-system meson-build-system)
> +  (native-inputs `(("pkg-config" ,pkg-config)))
> +  (inputs `(("cairo" ,cairo)
> +            ("libjpeg-turbo" ,libjpeg-turbo)
> +            ("scdoc" ,scdoc)
> +            ("wayland" ,wayland)
> +            ("wayland-protocols" ,wayland-protocols)))
> +  (home-page "https://github.com/emersion/grim")
> +  (synopsis "Grab images from a Wayland compositor")
> +  (description "grim can grab images from a Wayland compositor.")

s/grab images/create screenshots/ ?  That would make it easier to find
via ‘guix package -s’.  :-)

> +  ;; MIT license.
> +  (license (license:x11-style
> +"https://raw.githubusercontent.com/emersion/grim/master/LICENSE"))))

‘license:expat’ as well, AFAICS:

  https://directory.fsf.org/wiki/License:Expat

OK with these changes, thanks!

Ludo’.

  reply	other threads:[~2018-12-19 21:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19  9:38 [bug#33800] [PATCH] gnu: Add grim Rutger Helling
2018-12-19 21:40 ` Ludovic Courtès [this message]
2018-12-20  8:03   ` bug#33800: " Rutger Helling

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=87k1k5tctb.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33800@debbugs.gnu.org \
    --cc=rhelling@mykolab.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 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.