Commit Graph

19 Commits

Author SHA1 Message Date
ajacoutot
813e81fae1 Update to colord-0.1.23. 2012-09-27 06:55:04 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
d564010b05 Sync comment; no pkg change. 2012-09-10 08:08:49 +00:00
ajacoutot
848712095b Update to colord-0.1.22. 2012-08-04 15:00:16 +00:00
ajacoutot
3fca82ecfb Seems I still don't quite understand the ports framework... with help
from espie@
2012-05-28 16:38:35 +00:00
ajacoutot
a23531b374 Add GTK support and split colord into -main and -gtk.
Since -gtk adds a cyclic dependency with x11/gtk+3, hack around
PSEUDO_FLAVOR with a bootstrap and no_gtk FLAVORs.
2012-05-28 15:52:26 +00:00
ajacoutot
983300e9d7 Disable gtk dependency that sneaked in. 2012-05-28 08:56:36 +00:00
ajacoutot
44ccd288b1 Update to colord-0.1.21. 2012-05-28 08:45:38 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
296f27bceb Fix localstatedir. 2012-04-13 15:03:01 +00:00
ajacoutot
69a46f2c17 Add extraunexec goo to remove the mapping and storage DB. 2012-03-19 18:10:35 +00:00
ajacoutot
3ff389c550 Add comment about libgusb. 2012-03-19 12:23:13 +00:00
ajacoutot
28c8cea2c0 Update to colord-0.1.18. 2012-03-19 08:59:00 +00:00
ajacoutot
ca7f268938 Forgot to cvs rm, spotted by fgsch@ 2012-01-09 18:23:09 +00:00
ajacoutot
2884040ae1 Bugfix update to colord-0.1.15. 2012-01-09 16:28:25 +00:00
ajacoutot
4efb30229a SECURITY: bring a couple of patches from upstream to fix SA46940
(Multiple SQL Injection Vulnerabilities)

Build man pages while here.
2011-11-26 08:47:08 +00:00
ajacoutot
335984546f Missing textproc/intltool MODULE, spotted by nigel@ 2011-11-13 18:02:33 +00:00
ajacoutot
c5a99e7d5e Add a RUN_DEPENDS on shared-color-profiles. 2011-11-02 17:55:33 +00:00
ajacoutot
774cadc17b Import colord-0.1.14.
colord is a system activated daemon that makes it easy to manage,
install and generate color profiles to accurately color manage input and
output devices.

ok jasper@ (on a previous diff)
2011-11-02 16:40:22 +00:00