blob: b3261ba349699180f8eb9cc5cf54541d0b793006 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
GCONF_DEBUG="no"
inherit bash-completion-r1 eutils gnome2
DESCRIPTION="Client tools for the ColorHug display colorimeter"
HOMEPAGE="http://www.hughski.com/"
SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# Tests need valgrind, that needs glibc with debugging symbols
RESTRICT="test"
RDEPEND="
dev-db/sqlite:3
>=dev-libs/glib-2.31.10:2
>=dev-libs/libgusb-0.2.2
media-libs/lcms:2
>=media-libs/libcanberra-0.10[gtk3]
net-libs/libsoup:2.4
>=x11-libs/gtk+-3.11.2:3
>=x11-misc/colord-1.2.9:0=
>=x11-libs/colord-gtk-0.1.24
"
DEPEND="${RDEPEND}
app-text/docbook-sgml-dtd:4.1
app-text/docbook-sgml-utils
app-text/yelp-tools
>=dev-util/intltool-0.50
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
# docbook stuff needed for man pages
src_configure() {
# introspection checked but not needed by anything
# Install completions manually to prevent dependency on bash-completion, bug #546166
gnome2_src_configure --disable-introspection --disable-bash-completion
}
src_install() {
gnome2_src_install
dobashcomp data/bash/colorhug-cmd
}