all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rutger Helling <rhelling@mykolab.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 33800-done@debbugs.gnu.org
Subject: bug#33800: [PATCH] gnu: Add grim.
Date: Thu, 20 Dec 2018 09:03:50 +0100	[thread overview]
Message-ID: <20181220090350.6c2baca6@mykolab.com> (raw)
In-Reply-To: <87k1k5tctb.fsf@gnu.org>

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

Pushed as e2dd54c09035aadce8a363c3b1faf703f025d62d and
0290f533cc879239f275e45a704334c545f77f3a with your changes, thanks for
the review!

On Wed, 19 Dec 2018 22:40:48 +0100
Ludovic Courtès <ludo@gnu.org> wrote:

> 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’.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      reply	other threads:[~2018-12-20  8:05 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
2018-12-20  8:03   ` Rutger Helling [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

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

  git send-email \
    --in-reply-to=20181220090350.6c2baca6@mykolab.com \
    --to=rhelling@mykolab.com \
    --cc=33800-done@debbugs.gnu.org \
    --cc=ludo@gnu.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.