Diff qttools-6.5.3 with a qttools-6.6.0_rc-r1
/usr/portage/dev-qt/qttools/qttools-6.6.0_rc-r1.ebuild 2023-10-09 14:52:30.412368373 +0300 | ||
---|---|---|
14 | 14 |
IUSE=" |
15 | 15 |
+assistant clang designer distancefieldgenerator gles2-only |
16 | 16 |
+linguist opengl pixeltool qdbus qdoc qml qtattributionsscanner |
17 |
qtdiag qtplugininfo vulkan +widgets |
|
17 |
qtdiag qtplugininfo vulkan +widgets zstd |
|
18 | 18 |
" |
19 | 19 |
# note that some tools do not *require* widgets but will skip a sub-tool |
20 | 20 |
# if not enabled (e.g. linguist gives lrelease but not the GUI linguist6) |
... | ... | |
23 | 23 |
designer? ( qml widgets ) |
24 | 24 |
distancefieldgenerator? ( qml widgets ) |
25 | 25 |
pixeltool? ( widgets ) |
26 |
qdoc? ( clang ) |
|
26 |
qdoc? ( clang qml ) |
|
27 | 27 |
" |
28 | 28 | |
29 | 29 |
# behaves very badly when qttools is not already installed, also |
... | ... | |
36 | 36 |
~dev-qt/qtbase-${PV}:6[network,widgets?] |
37 | 37 |
assistant? ( ~dev-qt/qtbase-${PV}:6[sql,sqlite] ) |
38 | 38 |
clang? ( <sys-devel/clang-$((LLVM_MAX_SLOT+1)):= ) |
39 |
designer? ( ~dev-qt/qtbase-${PV}:6[xml] ) |
|
39 |
designer? ( |
|
40 |
~dev-qt/qtbase-${PV}:6[xml,zstd=] |
|
41 |
zstd? ( app-arch/zstd:= ) |
|
42 |
) |
|
40 | 43 |
qdbus? ( ~dev-qt/qtbase-${PV}:6[dbus,xml] ) |
41 | 44 |
qml? ( ~dev-qt/qtdeclarative-${PV}:6[widgets?] ) |
42 | 45 |
qtdiag? ( ~dev-qt/qtbase-${PV}:6[gles2-only=,vulkan=] ) |
... | ... | |
58 | 61 |
$(cmake_use_find_package qml Qt6Qml) |
59 | 62 |
$(cmake_use_find_package widgets Qt6Widgets) |
60 | 63 |
$(qt_feature assistant) |
61 |
$(qt_feature clang clangcpp) |
|
64 |
$(qt_feature clang) |
|
62 | 65 |
$(qt_feature designer) |
63 | 66 |
$(qt_feature distancefieldgenerator) |
64 | 67 |
$(qt_feature linguist) |
65 | 68 |
$(qt_feature pixeltool) |
66 | 69 |
$(qt_feature qdbus) |
67 |
$(qt_feature qdoc clang) |
|
70 |
$(qt_feature qdoc) |
|
68 | 71 |
$(qt_feature qtattributionsscanner) |
69 | 72 |
$(qt_feature qtdiag) |
70 | 73 |
$(qt_feature qtplugininfo) |