27 lines
721 B
Bash
27 lines
721 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-gfx/colorhug-client/colorhug-client-0.1.12.ebuild,v 1.2 2013/03/03 16:56:35 pacho Exp $
|
|
|
|
EAPI=4
|
|
|
|
inherit 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=""
|
|
|
|
DEPEND="dev-db/sqlite:3
|
|
>=dev-libs/glib-2.28.0
|
|
dev-libs/libgusb
|
|
media-libs/lcms:2
|
|
media-libs/libcanberra[gtk3]
|
|
net-libs/libsoup:2.4
|
|
x11-libs/gtk+:3
|
|
>=x11-misc/colord-0.1.20
|
|
>=x11-libs/colord-gtk-0.1.20"
|
|
RDEPEND="${DEPEND}"
|