summaryrefslogtreecommitdiff
blob: 26d37b78df045af41ffa62f9be1faabe0b469e45 (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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils qt4-r2 subversion

DESCRIPTION="Environment for authoring TeX/LaTeX/ConTeXt with focus on usability"
HOMEPAGE="http://code.google.com/p/texworks"
SRC_URI=""
ESVN_REPO_URI="http://texworks.googlecode.com/svn/trunk/"

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

DEPEND="
	>=dev-qt/qtcore-4.5:4
	app-text/poppler[qt4]
	>=app-text/hunspell-1.2.2"
RDEPEND="${DEPEND}"

src_install() {
	domenu "${FILESDIR}"/texworks.desktop
	doicon "${FILESDIR}"/icon/texworks.png
	dobin texworks
}