all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33884] [PATCH] gnu: Add slurp.
@ 2018-12-27  8:53 Rutger Helling
  2019-01-06 20:13 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Rutger Helling @ 2018-12-27  8:53 UTC (permalink / raw)
  To: 33884


[-- Attachment #1.1: Type: text/plain, Size: 37 bytes --]

Hey Guix,

this patch adds slurp.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-slurp.patch --]
[-- Type: text/x-patch, Size: 1694 bytes --]

From b1fd7ccd589a5f28b998296cbeb255bead9eb75d Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 27 Dec 2018 09:25:45 +0100
Subject: [PATCH] gnu: Add slurp.

* gnu/packages/image.scm (slurp): New variable.
---
 gnu/packages/image.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 08a9f86be..f95eae238 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1595,3 +1595,30 @@ identical visual appearance.")
    (description "grim can create screenshots from a Wayland compositor.")
    ;; MIT license.
    (license license:expat)))
+
+(define-public slurp
+  (package
+   (name "slurp")
+   (version "1.0")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://github.com/emersion/slurp.git")
+           (commit (string-append "v" version))))
+     (file-name (git-file-name name version))
+     (sha256
+      (base32 "03igv8r8n772xb0y7whhs1pa298l3d94jbnknaxpwp2n4fi04syb"))))
+   (build-system meson-build-system)
+   (native-inputs `(("pkg-config" ,pkg-config)))
+   (inputs `(("cairo" ,cairo)
+             ("scdoc" ,scdoc)
+             ("wayland" ,wayland)
+             ("wayland-protocols" ,wayland-protocols)))
+   (home-page "https://github.com/emersion/slurp")
+   (synopsis "Select a region in a Wayland compositor and print it to the
+standard output")
+   (description "Slurp can select a region in a Wayland compositor and print it
+to the standard output.  It works well together with grim.")
+   ;; MIT license.
+   (license license:expat)))
2.20.1


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#33884] [PATCH] gnu: Add slurp.
  2018-12-27  8:53 [bug#33884] [PATCH] gnu: Add slurp Rutger Helling
@ 2019-01-06 20:13 ` Ludovic Courtès
  2019-01-07  7:33   ` bug#33884: " Rutger Helling
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-01-06 20:13 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 33884

Hi,

Rutger Helling <rhelling@mykolab.com> skribis:

> From b1fd7ccd589a5f28b998296cbeb255bead9eb75d Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Thu, 27 Dec 2018 09:25:45 +0100
> Subject: [PATCH] gnu: Add slurp.
>
> * gnu/packages/image.scm (slurp): New variable.

LGTM!  I wonder if the synopsis could be shortened a bit.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#33884: [PATCH] gnu: Add slurp.
  2019-01-06 20:13 ` Ludovic Courtès
@ 2019-01-07  7:33   ` Rutger Helling
  0 siblings, 0 replies; 3+ messages in thread
From: Rutger Helling @ 2019-01-07  7:33 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 33884-done

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

Pushed with a shorter synopsis, thanks for the review!

On Sun, 06 Jan 2019 21:13:39 +0100
Ludovic Courtès <ludo@gnu.org> wrote:

> Hi,
> 
> Rutger Helling <rhelling@mykolab.com> skribis:
> 
> > From b1fd7ccd589a5f28b998296cbeb255bead9eb75d Mon Sep 17 00:00:00
> > 2001 From: Rutger Helling <rhelling@mykolab.com>
> > Date: Thu, 27 Dec 2018 09:25:45 +0100
> > Subject: [PATCH] gnu: Add slurp.
> >
> > * gnu/packages/image.scm (slurp): New variable.
> 
> LGTM!  I wonder if the synopsis could be shortened a bit.
> 
> Thanks,
> Ludo’.


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-07  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27  8:53 [bug#33884] [PATCH] gnu: Add slurp Rutger Helling
2019-01-06 20:13 ` Ludovic Courtès
2019-01-07  7:33   ` bug#33884: " Rutger Helling

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.