[Lunar-commits] <moonbase-other> colord: Version bump to 1.0.0 and adding a couple of optional_depends.
stumbles
stumbles at lunar-linux.org
Mon May 13 16:35:18 CEST 2013
commit 8e288f4dfcb349257e683b409c3c03ba598c7649
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 13 May 2013 07:34:28 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8e288f4dfcb349257e683b409c3c03ba598c7649
colord: Version bump to 1.0.0 and adding a couple of optional_depends.
---
graphics/colord/CONFIGURE | +1/-1
graphics/colord/DEPENDS | +2/-0
graphics/colord/DETAILS | +3/-3
3 files changed, 6 insertions(+), 4 deletions(-)
--- a/graphics/colord/CONFIGURE
+++ b/graphics/colord/CONFIGURE
@@ -2,6 +2,6 @@ mquery ENBL_EXAMP "Enable DBus example code?" n "--enable-examples" "--disable-e
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_PRNT_PROF "Enable print profiles?" y "--enable-print-profiles" "--disable-print-profiles"
-
+mquery ROOT_DAEMON "Use root as the colord daemon?" n "--with-daemon-user" "--without-daemon-user"
# this fails without gusb with 0.1.22
mquery ENBL_REVERSE "Enable reverse engineering tools?" n "--enable-reverse" "--disable-reverse"
--- a/graphics/colord/DEPENDS
+++ b/graphics/colord/DEPENDS
@@ -1,6 +1,8 @@
depends lcms2
depends libgusb
+optional_depends "bash-completion" "--enable-bash-completion" "--disable-bash-completion" "for bash completion support"
+optional_depends "sane-backends" "--enable-sane" "--disable-sane" "for scanner support"
optional_depends "%UDEV" "--enable-gudev" "--disable-gudev" "for udev support"
optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for introspection support"
optional_depends "polkit" "--enable-polkit" "--disable-polkit" "for policy kit support"
--- a/graphics/colord/DETAILS
+++ b/graphics/colord/DETAILS
@@ -1,11 +1,11 @@
MODULE=colord
- VERSION=0.1.33
+ VERSION=1.0.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://www.freedesktop.org/software/colord/releases
- SOURCE_VFY=sha1:41888fc853e033302c59539777b09317a7e1ab3d
+ SOURCE_VFY=sha1:a01547080f0905dacca37c5ded3886431144a36a
WEB_SITE=http://www.freedesktop.org/software/colord
ENTERED=20110923
- UPDATED=20130420
+ UPDATED=20130513
SHORT="manage, install and generate color profiles"
cat << EOF
More information about the Lunar-commits
mailing list