Skip to content

Commit

Permalink
colord: Version bump to 1.0.0 and adding a couple of optional_depends.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed May 13, 2013
1 parent cfaf42f commit 8e288f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion graphics/colord/CONFIGURE
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions 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"
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit 8e288f4

Please sign in to comment.