39 lines
821 B
Bash
39 lines
821 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
KDE_MINIMAL="4.12.0"
|
|
inherit kde4-base
|
|
|
|
DESCRIPTION="An application to generate publication-ready figures"
|
|
HOMEPAGE="http://wwwu.uni-klu.ac.at/magostin/cirkuit.html"
|
|
SRC_URI="http://wwwu.uni-klu.ac.at/magostin/src/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="4"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE="debug"
|
|
|
|
DEPEND="
|
|
>=app-text/poppler-0.12.3-r3[qt4]
|
|
"
|
|
RDEPEND="${DEPEND}
|
|
app-text/ghostscript-gpl
|
|
app-text/ps2eps
|
|
dev-texlive/texlive-pstricks
|
|
media-gfx/dpic
|
|
media-gfx/pdf2svg
|
|
media-libs/netpbm
|
|
virtual/latex-base
|
|
"
|
|
|
|
DOCS=( Changelog README )
|
|
|
|
src_install() {
|
|
kde4-base_src_install
|
|
|
|
# bug 496694 - this file is part of >=kde-base/katepart-4.12.0
|
|
rm "${D}"/usr/share/apps/katepart/syntax/gnuplot.xml || die
|
|
}
|