[PATCH 01/20] gnu: Add xfce4-screenshooter.

  • Done
  • quality assurance status badge
Details
2 participants
  • L p R n d n
  • Ludovic Courtès
Owner
unassigned
Submitted by
L p R n d n
Severity
normal
L
L
L p R n d n wrote on 3 Sep 2019 15:47
(address . guix-patches@gnu.org)
20190903134707.8135-1-guix@lprndn.info
* gnu/packages/xfce.scm (xfce4-screenshooter): New variable.
---
gnu/packages/xfce.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

Toggle diff (43 lines)
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
L
L
Ludovic Courtès wrote on 4 Sep 2019 23:36
(name . L p R n d n)(address . guix@lprndn.info)(address . 37268-done@debbugs.gnu.org)
87tv9rzqu2.fsf@gnu.org
L p R n d n <guix@lprndn.info> skribis:

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

Applied, thanks!
Closed
?