diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 21:46:09 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 21:46:09 +0200 |
| commit | 996ef206e6622304fc75617b991fd7de1323bc83 (patch) | |
| tree | dab88e968812198950638ea9c16c55ad4990913b /kde-apps/cantor/cantor-9999.ebuild | |
| parent | 3a2ee5e8d82efac6eaa2f590fc56f60f05dabf42 (diff) | |
| download | kde-996ef206e6622304fc75617b991fd7de1323bc83.tar.gz kde-996ef206e6622304fc75617b991fd7de1323bc83.tar.bz2 kde-996ef206e6622304fc75617b991fd7de1323bc83.zip | |
kde-apps/cantor: Add USE markdown, add missing DEPEND
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/cantor/cantor-9999.ebuild')
| -rw-r--r-- | kde-apps/cantor/cantor-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index 2c26722eb36..060397632e1 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ inherit kde5 python-r1 DESCRIPTION="Interface for doing mathematics and scientific computing" HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor/" KEYWORDS="" -IUSE="+analitza julia lua postscript python qalculate R" +IUSE="+analitza julia lua markdown postscript python qalculate R" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -35,6 +35,7 @@ DEPEND=" $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep syntax-highlighting) $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtsvg) @@ -44,6 +45,7 @@ DEPEND=" analitza? ( $(add_kdeapps_dep analitza) ) julia? ( dev-lang/julia ) lua? ( dev-lang/luajit:2 ) + markdown? ( >=app-text/discount-2.2.2 ) qalculate? ( sci-libs/cln sci-libs/libqalculate:= @@ -98,6 +100,7 @@ src_configure() { $(cmake-utils_use_find_package analitza Analitza5) $(cmake-utils_use_find_package julia Julia) $(cmake-utils_use_find_package lua LuaJIT) + $(cmake-utils_use_find_package markdown Discount) $(cmake-utils_use_find_package postscript LibSpectre) $(cmake-utils_use_find_package python PythonLibs) $(cmake-utils_use_find_package qalculate Qalculate) |
