Diff wxmaxima-23.08.0 with a wxmaxima-23.04.1
/usr/portage/sci-mathematics/wxmaxima/wxmaxima-23.04.1.ebuild 2023-10-09 14:52:35.124368492 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
WX_GTK_VER="3.2-gtk3" |
|
6 |
WX_GTK_VER="3.0-gtk3" |
|
7 | 7 |
PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW" |
8 | 8 |
inherit cmake plocale wxwidgets xdg |
9 | 9 | |
... | ... | |
14 | 14 | |
15 | 15 |
LICENSE="GPL-2" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
18 |
IUSE="test webkit" |
|
17 |
KEYWORDS="amd64 ~ppc ~x86" |
|
18 |
IUSE="test" |
|
19 | 19 |
RESTRICT="!test? ( test )" |
20 | 20 | |
21 | 21 |
DEPEND=" |
22 | 22 |
dev-libs/libxml2:2 |
23 |
x11-libs/wxGTK:${WX_GTK_VER}[webkit?]" |
|
23 |
x11-libs/wxGTK:${WX_GTK_VER}[webkit]" |
|
24 | 24 |
RDEPEND="${DEPEND} |
25 | 25 |
media-fonts/jsmath |
26 | 26 |
sci-visualization/gnuplot[wxwidgets] |
... | ... | |
50 | 50 |
src_configure() { |
51 | 51 |
local mycmakeargs=( |
52 | 52 |
-DWXM_UNIT_TESTS=$(usex test) |
53 |
-DWXM_DISABLE_WEBVIEW=$(usex webkit OFF ON) |
|
54 | 53 |
) |
55 | 54 | |
56 | 55 |
cmake_src_configure |