* [bug#37268] [PATCH 01/20] gnu: Add xfce4-screenshooter.
@ 2019-09-03 13:47 L p R n d n
2019-09-04 21:36 ` bug#37268: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: L p R n d n @ 2019-09-03 13:47 UTC (permalink / raw)
To: 37268
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-04 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-03 13:47 [bug#37268] [PATCH 01/20] gnu: Add xfce4-screenshooter L p R n d n
2019-09-04 21:36 ` bug#37268: " Ludovic Courtès
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.