summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-20 10:29:18 +0200
committerTreeve Jelbert2015-06-20 13:37:31 +0200
commit2198df298ff4c7defa894bc664fdeccae67197f9 (patch)
treebc9239ea8ba95a011edd020bdc232bb1b579c72c
parent400005f64cf2a1b7f6d5470abd3c5654fd769afa (diff)
colord: => 1.2.11
-rwxr-xr-xx11/colord/DEPENDS27
-rwxr-xr-xx11/colord/DETAILS2
-rw-r--r--x11/colord/HISTORY4
3 files changed, 30 insertions, 3 deletions
diff --git a/x11/colord/DEPENDS b/x11/colord/DEPENDS
index fc208a016b..c1a9f56319 100755
--- a/x11/colord/DEPENDS
+++ b/x11/colord/DEPENDS
@@ -1,6 +1,29 @@
-depends glib2 &&
+depends dbus &&
+depends glib2 &&
+depends intltool &&
+depends lcms2 &&
+depends sqlite &&
-optional_depends -sub GUDEV UDEV \
+optional_depends gettext \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'NLS support' &&
+
+optional_depends libgusb \
+ '--enable-gusb' \
+ '--disable-gusb' 'USB support' &&
+
+optional_depends spotread \
+ '--enable-argyllcms-sensor' \
+ '--disable-argyllcms-sensor' \
+ 'ArgllCMS sensor ' &&
+
+optional_depends systemd \
+ '--enable-systemd-login' \
+ '--disable-systemd-login' \
+ 'SystemD support' &&
+
+optional_depends -sub GUDEV DEVICE_MANAGER \
"--enable-gudev" \
"--disable-gudev" \
"for GUDEV support" &&
diff --git a/x11/colord/DETAILS b/x11/colord/DETAILS
index 8455371487..bc4f8b5938 100755
--- a/x11/colord/DETAILS
+++ b/x11/colord/DETAILS
@@ -1,5 +1,5 @@
SPELL=colord
- VERSION=0.1.22
+ VERSION=1.2.11
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/x11/colord/HISTORY b/x11/colord/HISTORY
index 20cd3e0dff..e3dccd8f96 100644
--- a/x11/colord/HISTORY
+++ b/x11/colord/HISTORY
@@ -1,3 +1,7 @@
+2015-06-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.2.11
+ * DEPENDS" add intltool, dbus, libgdbus, lcms2,gettext, systemd
+
2013-07-28 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: udev => UDEV