summaryrefslogtreecommitdiff
blob: 801499ed4ab3dfd8615e62ba3a138bad8edbb591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit autotools gnome2 git

EGIT_REPO_URI="git://git.gnome.org/gnome-color-manager"

DESCRIPTION="Color management framework for the GNOME desktop"
HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/glib-2.14
	>=x11-libs/gtk+-2.14
	>=gnome-base/gnome-desktop-2.14
	>=gnome-base/gconf-2.0
	>=dev-libs/libunique-1.0
	>=x11-libs/vte-0.22.2
	>=sys-fs/udev-145[extras]
	>=dev-libs/dbus-glib-0.73
	>=x11-apps/xrandr-1.2
	x11-libs/libXxf86vm
	x11-libs/libX11"

DEPEND="${RDEPEND}"

DOCS="AUTHORS MAINTAINERS NEWS README"

src_unpack() {
	git_src_unpack

	cd ${S}
	./autogen.sh
}