GNU bug report logs - #37268
[PATCH 01/20] gnu: Add xfce4-screenshooter.

Previous Next

Package: guix-patches;

Reported by: L p R n d n <guix <at> lprndn.info>

Date: Mon, 2 Sep 2019 13:48:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37268: closed ([PATCH 01/20] gnu: Add xfce4-screenshooter.)
Date: Wed, 04 Sep 2019 21:37:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 04 Sep 2019 23:36:37 +0200
with message-id <87tv9rzqu2.fsf <at> gnu.org>
and subject line Re: [bug#37268] [PATCH 01/20] gnu: Add xfce4-screenshooter.
has caused the debbugs.gnu.org bug report #37268,
regarding [PATCH 01/20] gnu: Add xfce4-screenshooter.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37268: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37268
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: L  p R n  d n <guix <at> lprndn.info>
To: guix-patches <at> gnu.org
Subject: [PATCH 01/20] gnu: Add xfce4-screenshooter.
Date: Tue,  3 Sep 2019 15:47:07 +0200
* gnu/packages/xfce.scm (xfce4-screenshooter): New variable.
---
 gnu/packages/xfce.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 6d2155fc53..388732352e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1087,3 +1087,36 @@ of data to either CD/DVD/BD.")
     (description
      "Mousepad is a graphical text editor for Xfce based on Leafpad.")
     (license gpl2+)))
+
+(define-public xfce4-screenshooter
+  (package
+   (name "xfce4-screenshooter")
+   (version "1.9.5")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "http://archive.xfce.org/src/apps/"
+                                "xfce4-screenshooter/"
+                                (version-major+minor version)
+                                "/xfce4-screenshooter-"
+                                version ".tar.bz2"))
+            (sha256
+             (base32
+              "135kad07922jxjs05amn48sdgm2x1rh97wbzdmy9h85r5i1vaddz"))))
+   (build-system gnu-build-system)
+   (native-inputs
+    `(("pkg-config" ,pkg-config)
+      ("intltool" ,intltool)
+      ("glib:bin" ,glib "bin")))        ; glib-genmarshal
+   (inputs
+    `(("exo" ,exo)
+      ("libsoup" ,libsoup)
+      ("libxfce4ui" ,libxfce4ui)
+      ("xfce4-panel" ,xfce4-panel)))
+   (home-page "https://goodies.xfce.org/projects/applications/xfce4-screenshooter")
+   (synopsis "Xfce's application to take screenshots")
+   (description
+    "This application allows you to capture the entire screen, the active
+window or a selected region. You can set the delay that elapses before the screenshot
+is taken and the action that will be done with the screenshot.
+A plugin for the Xfce panel is also available.")
+   (license gpl2+)))
-- 
2.22.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: L p R n d n <guix <at> lprndn.info>
Cc: 37268-done <at> debbugs.gnu.org
Subject: Re: [bug#37268] [PATCH 01/20] gnu: Add xfce4-screenshooter.
Date: Wed, 04 Sep 2019 23:36:37 +0200
L  p R n  d n <guix <at> lprndn.info> skribis:

> * gnu/packages/xfce.scm (xfce4-screenshooter): New variable.

Applied, thanks!


This bug report was last modified 5 years and 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.