From e5ce72a8bf9063e89284b56c037c0f95927a8be2 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Thu, 28 Dec 2017 23:04:57 +0700 Subject: app-office/texmacs: use Qt5 instead of Qt4; switch to cmake Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-office/texmacs/texmacs-1.99.6-r1.ebuild | 71 +++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 app-office/texmacs/texmacs-1.99.6-r1.ebuild (limited to 'app-office/texmacs') diff --git a/app-office/texmacs/texmacs-1.99.6-r1.ebuild b/app-office/texmacs/texmacs-1.99.6-r1.ebuild new file mode 100644 index 000000000000..f30d4670bf1f --- /dev/null +++ b/app-office/texmacs/texmacs-1.99.6-r1.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils xdg-utils gnome2-utils qmake-utils + +MY_P=${P/tex/TeX}-src + +DESCRIPTION="Wysiwyg text processor with high-quality maths" +HOMEPAGE="http://www.texmacs.org/" +SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="jpeg netpbm sqlite svg spell" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + app-text/ghostscript-gpl +