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

EAPI="4"
inherit gnome2-live

DESCRIPTION="Minimalistic vte-based terminal emulator"
HOMEPAGE="http://github.com/Keruspe/Germinal"
EGIT_REPO_URI="git://github.com/Keruspe/Germinal"

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

DEPEND=">=dev-libs/glib-2.28:2
	>=sys-devel/gettext-0.17
	>=dev-util/intltool-0.40
	>=x11-libs/gtk+-3.0.0:3
	x11-libs/vte:2.90"
RDEPEND="${DEPEND}
	app-misc/tmux"

WANT_AUTOMAKE="1.11"

G2CONF="
	--disable-schemas-compile"

DOCS="AUTHORS NEWS ChangeLog README"