* [PATCH] gnu: Add simple-scan.
@ 2015-08-06 10:30 Andy Wingo
2015-08-08 18:43 ` Mark H Weaver
0 siblings, 1 reply; 2+ messages in thread
From: Andy Wingo @ 2015-08-06 10:30 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: 0004-gnu-Add-simple-scan.patch --]
[-- Type: text/plain, Size: 2302 bytes --]
From c73522c79b474f1095aac4f4f7efd34565e6cb0f Mon Sep 17 00:00:00 2001
From: Andy Wingo <wingo@igalia.com>
Date: Thu, 6 Aug 2015 12:26:44 +0200
Subject: [PATCH 4/4] gnu: Add simple-scan.
* gnu/packages/gnome.scm (simple-scan): New variable.
---
gnu/packages/gnome.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9798960..72e796e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3254,3 +3254,41 @@ asynchronous control, bulk and interrupt transfers with proper cancellation
and integration into a mainloop. This makes it easy to integrate low level
USB transfers with your high-level application or system daemon.")
(license license:lgpl2.1+)))
+
+(define-public simple-scan
+ (package
+ (name "simple-scan")
+ (version "3.17.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://launchpad.net/simple-scan/"
+ (version-major+minor version) "/"
+ version "/+download/simple-scan-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "1pslbv45g01g039zj2b01k08f763kkhzqw8wwz7yh27m7bjllnx6"))))
+ (build-system glib-or-gtk-build-system)
+ (inputs
+ `(("gtk" ,gtk+)
+ ("zlib" ,zlib)
+ ("cairo" ,cairo)
+ ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gusb" ,gusb)
+ ("libgudev" ,libgudev)
+ ("libsane" ,sane-backends)))
+ (native-inputs
+ `(("intltool" ,intltool)
+ ("itstool" ,itstool)
+ ("colord" ,colord)
+ ("glib" ,glib "bin") ; glib-compile-schemas, etc.
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)))
+ (home-page "https://launchpad.net/simple-scan")
+ (synopsis "Document and image scanner")
+ (description "Simple Scan is an easy-to-use application, designed to let
+users connect their scanner and quickly have the image/document in an
+appropriate format. Simple Scan is basically a frontend for SANE - which is
+the same backend as XSANE uses. This means that all existing scanners will
+work and the interface is well tested.")
+ (license license:gpl3+)))
--
2.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Add simple-scan.
2015-08-06 10:30 [PATCH] gnu: Add simple-scan Andy Wingo
@ 2015-08-08 18:43 ` Mark H Weaver
0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-08-08 18:43 UTC (permalink / raw)
To: Andy Wingo; +Cc: guix-devel
Andy Wingo <wingo@igalia.com> writes:
> From c73522c79b474f1095aac4f4f7efd34565e6cb0f Mon Sep 17 00:00:00 2001
> From: Andy Wingo <wingo@igalia.com>
> Date: Thu, 6 Aug 2015 12:26:44 +0200
> Subject: [PATCH 4/4] gnu: Add simple-scan.
Pushed, thanks!
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-08 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 10:30 [PATCH] gnu: Add simple-scan Andy Wingo
2015-08-08 18:43 ` Mark H Weaver
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.