[Lunar-commits] <moonbase> colord: Adding to monbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Sep 23 12:33:59 CEST 2011


commit 59510089ff47568822c93ab4f57bbd040637c020
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Sep 23 06:33:59 2011 -0400

    colord: Adding to monbase.
---
 graphics/colord/CONFIGURE |    5 +++++
 graphics/colord/DEPENDS   |    6 ++++++
 graphics/colord/DETAILS   |   14 ++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/graphics/colord/CONFIGURE b/graphics/colord/CONFIGURE
new file mode 100644
index 0000000..113ddbd
--- /dev/null
+++ b/graphics/colord/CONFIGURE
@@ -0,0 +1,5 @@
+mquery ENBL_EXAMP "Enable DBus example code?" n "--enable-examples" "--disable-examples"
+mquery ENBL_REVERSE "Enable reverse engineering tools?" n "--enable-reverse" "--disable-reverse"
+mquery ENBL_DISCRIPT "Enable file descriptor fallback?" n "--enable-fd-fallback" "--disable-fd-fallback"
+mquery ENBL_VOL_SRCH "Enable profile volume search" y "--enable-volume-search" "--disable-volume-search"
+mquery ENBL_DAEMON "Enable User for running the colord daemon (root)" y "--with-daemon-user" "--with-daemon-user"
diff --git a/graphics/colord/DEPENDS b/graphics/colord/DEPENDS
new file mode 100644
index 0000000..36a031b
--- /dev/null
+++ b/graphics/colord/DEPENDS
@@ -0,0 +1,6 @@
+depends lcms2
+
+optional_depends "udev"          "--enable-gudev" "--disable-gudev" "for udev support"
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for introspection support"
+optional_depends "sane-backends" "--enable-sane" "--disable-sane" "for scanner support"
+optional_depends "polkit"        "--enable-polkit" "--disable-polkit" "for policy kit support"
diff --git a/graphics/colord/DETAILS b/graphics/colord/DETAILS
new file mode 100644
index 0000000..9c723ec
--- /dev/null
+++ b/graphics/colord/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=colord
+         VERSION=0.1.12
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=http://www.freedesktop.org/software/colord/releases/
+      SOURCE_VFY=sha1:9bc0c4193c0f790702923e0a783962f0f26487e6
+        WEB_SITE=http://www.freedesktop.org/software/colord/
+         ENTERED=20110923
+         UPDATED=20110923
+           SHORT="to manage, install and generate color profiles to accurately color manage input and output devices"
+
+cat << EOF
+colord is a system service that makes it easy to manage, install and generate 
+color profiles to accurately color manage input and output devices. 
+EOF


More information about the Lunar-commits mailing list