unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 2/6] gnu: Add colord-gtk.
@ 2015-12-17  2:36 宋文武
  2015-12-17  2:36 ` [PATCH 3/6] gnu: Add libgtop 宋文武
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: 宋文武 @ 2015-12-17  2:36 UTC (permalink / raw)
  To: guix-devel; +Cc: 宋文武

* gnu/packages/freedesktop.scm (colord-gtk): New variable.
---
 gnu/packages/freedesktop.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 474cf24..b8eb75e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -35,6 +35,7 @@
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages gperf)
+  #:use-module (gnu packages gtk)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages glib)                ;intltool
@@ -568,3 +569,33 @@ modems and setup connections with them.")
 received by the Telepathy framework.  It features pluggable backends to log
 different sorts of messages in different formats.")
     (license license:lgpl2.1+)))
+
+(define-public colord-gtk
+  (package
+    (name "colord-gtk")
+    (version "0.1.26")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://www.freedesktop.org/software/colord"
+                                  "/releases/" name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0i9y3bb5apj6a0f8cx36l6mjzs7xc0k7nf0magmf58vy2mzhpl18"))))
+    (build-system gnu-build-system)
+    (arguments '(#:tests? #f)) ; require the colord system service
+    (native-inputs
+     `(("gobject-introspection" ,gobject-introspection)
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
+    (propagated-inputs
+     ;; colord-gtk.pc refers to all these.
+     `(("colord" ,colord)
+       ("gtk+" ,gtk+)))
+    (synopsis "GTK integration for libcolord")
+    (home-page "http://www.freedesktop.org/software/colord/")
+    (description
+     "This is a GTK+ convenience library for interacting with colord.  It is
+useful for both applications which need colour management and applications that
+wish to perform colour calibration.")
+    (license license:lgpl2.1+)))
-- 
2.5.0

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

end of thread, other threads:[~2015-12-22  2:17 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17  2:36 [PATCH 2/6] gnu: Add colord-gtk 宋文武
2015-12-17  2:36 ` [PATCH 3/6] gnu: Add libgtop 宋文武
2015-12-19 13:53   ` Ludovic Courtès
2015-12-17  2:36 ` [PATCH 4/6] gnu: gnome-bluetooth: New variable 宋文武
2015-12-19 13:55   ` Ludovic Courtès
2015-12-17  2:36 ` [PATCH 5/6] gnu: Add gnome-control-center 宋文武
2015-12-19 13:56   ` Ludovic Courtès
2015-12-17  2:36 ` [PATCH 6/6] gnu: Add gnome-shell 宋文武
2015-12-17  3:04   ` Thompson, David
2015-12-17 14:08     ` Daniel Pimentel
2015-12-20 12:50       ` GNOME on GuixSD 宋文武
2015-12-20 18:13         ` Efraim Flashner
2015-12-21  2:28           ` 宋文武
2015-12-21 10:42             ` Ludovic Courtès
2015-12-20 19:04         ` Thompson, David
2015-12-20 22:24           ` Ludovic Courtès
2015-12-20 22:28         ` Ludovic Courtès
2015-12-22  1:03         ` d4n1
2015-12-17 14:15     ` [PATCH 6/6] gnu: Add gnome-shell Luis Felipe López Acevedo
2015-12-17  6:21   ` Christopher Allan Webber
2015-12-19 13:58   ` Ludovic Courtès
2015-12-19 13:53 ` [PATCH 2/6] gnu: Add colord-gtk Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).