Lines 99-110
DIST_SUBDIR= KDE/Qt/${_QT_VERSION}
Link Here
|
99 |
|
99 |
|
100 |
. if ${_QT_VER:M5} |
100 |
. if ${_QT_VER:M5} |
101 |
# KDE maintains a repository with a patched Qt5 distribution. |
101 |
# KDE maintains a repository with a patched Qt5 distribution. |
102 |
_KDE_3d= 6 |
102 |
_KDE_3d= 0 |
103 |
_KDE_base= 177 |
103 |
_KDE_base= 157 |
104 |
_KDE_charts= 0 |
104 |
_KDE_charts= 0 |
105 |
_KDE_connectivity= 5 |
105 |
_KDE_connectivity= 5 |
106 |
_KDE_datavis3d= 0 |
106 |
_KDE_datavis3d= 0 |
107 |
_KDE_declarative= 25 |
107 |
_KDE_declarative= 21 |
108 |
_KDE_gamepad= 0 |
108 |
_KDE_gamepad= 0 |
109 |
_KDE_graphicaleffects= 0 |
109 |
_KDE_graphicaleffects= 0 |
110 |
_KDE_imageformats= 6 |
110 |
_KDE_imageformats= 6 |
Lines 124-134
_KDE_sensors= 0
Link Here
|
124 |
_KDE_serialbus= 0 |
124 |
_KDE_serialbus= 0 |
125 |
_KDE_serialport= 0 |
125 |
_KDE_serialport= 0 |
126 |
_KDE_speech= 1 |
126 |
_KDE_speech= 1 |
127 |
_KDE_svg= 9 |
127 |
_KDE_svg= 8 |
128 |
_KDE_tools= 1 |
128 |
_KDE_tools= 1 |
129 |
_KDE_translations= 0 |
129 |
_KDE_translations= 0 |
130 |
_KDE_virtualkeyboard= 0 |
130 |
_KDE_virtualkeyboard= 0 |
131 |
_KDE_wayland= 58 |
131 |
_KDE_wayland= 57 |
132 |
_KDE_webchannel= 3 |
132 |
_KDE_webchannel= 3 |
133 |
_KDE_webglplugin= 0 |
133 |
_KDE_webglplugin= 0 |
134 |
_KDE_websockets= 2 |
134 |
_KDE_websockets= 2 |
Lines 436-445
_sub_need_add=
Link Here
|
436 |
_sub_need_remove= \#\# |
436 |
_sub_need_remove= \#\# |
437 |
. else |
437 |
. else |
438 |
_sub_need_add= \#\# |
438 |
_sub_need_add= \#\# |
439 |
_sub_need_remove= |
439 |
_sub_need_remove= |
440 |
. endif |
440 |
. endif |
441 |
# If a port installs Qt version-specific binaries (e.g. "designer" which |
441 |
# If a port installs Qt version-specific binaries (e.g. "designer" which |
442 |
# existed as a Qt4 application and exists as a Qt5 application and will |
442 |
# existed as a Qt4 application and exists as a Qt5 application and will |
443 |
# probably be a Qt6 application) the port should set `QT_BINARIES=yes`. |
443 |
# probably be a Qt6 application) the port should set `QT_BINARIES=yes`. |
444 |
. if defined(QT_BINARIES) |
444 |
. if defined(QT_BINARIES) |
445 |
_sub_need_bin= |
445 |
_sub_need_bin= |
Lines 449-455
_sub_need_bin= \#\#
Link Here
|
449 |
. if ${QT_MODNAME} == core |
449 |
. if ${QT_MODNAME} == core |
450 |
# QtCore (e.g. devel/qt5-core) is the one that starts the header, |
450 |
# QtCore (e.g. devel/qt5-core) is the one that starts the header, |
451 |
# and is also the one that can clean it up when deinstalled. |
451 |
# and is also the one that can clean it up when deinstalled. |
452 |
_sub_need_clean= |
452 |
_sub_need_clean= |
453 |
. else |
453 |
. else |
454 |
_sub_need_clean= \#\# |
454 |
_sub_need_clean= \#\# |
455 |
. endif |
455 |
. endif |