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

EAPI=1
inherit distutils

DESCRIPTION="Simple LaTeX editor for GTK+ users"
HOMEPAGE="http://gummi.midnightcoding.org"
SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/25/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-python/pygtksourceview-2.4.0:2
	dev-python/python-poppler
	dev-texlive/texlive-latex
	dev-texlive/texlive-latexextra
	x11-libs/gtk+:2
	x11-libs/pango"

pkg_postinst() {
	elog "Gummi >=0.4.8 supports spell checking through gtkspell. You are"
	elog "required to have dev-python/gtkspell-python installed to use this"
	elog "feature. Support for additional languages can be enabled by"
	elog "installing myspell-** packages for your language of choice."
}