summaryrefslogtreecommitdiff
blob: 142a9f0fbb3990f091a1c2b0c60184f7ebf9d476 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit bzr

DESCRIPTION="Stupidly simple."
HOMEPAGE="https://launchpad.net/plank"
EBZR_REPO_URI="lp:plank"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=">=dev-libs/glib-2.26:2
	dev-libs/libgee
	dev-libs/libunique:1
	>=x11-libs/gtk+-2.22:2
	x11-libs/bamf:0
	x11-libs/libX11
	x11-libs/libwnck:1"
DEPEND="${RDEPEND}
	dev-lang/vala:0.12
	dev-util/intltool
	dev-util/pkgconfig
	gnome-base/gnome-common
	sys-devel/gettext"

DOCS=( AUTHORS COPYRIGHT )

src_prepare() {
	NOCONFIGURE=1 ./autogen.sh
}

src_configure() {
	VALAC=$(type -p valac-0.12) \
		econf
}