qt5: build subpackage 'qt5-declarative'
This is a draft currently as some qml tools are built for host (x86_64).
This commit is contained in:
parent
8c7012d620
commit
6871303835
@ -85,7 +85,6 @@ termux_step_configure () {
|
|||||||
-skip qtcharts \
|
-skip qtcharts \
|
||||||
-skip qtconnectivity \
|
-skip qtconnectivity \
|
||||||
-skip qtdatavis3d \
|
-skip qtdatavis3d \
|
||||||
-skip qtdeclarative \
|
|
||||||
-skip qtdoc \
|
-skip qtdoc \
|
||||||
-skip qtgamepad \
|
-skip qtgamepad \
|
||||||
-skip qtgraphicaleffects \
|
-skip qtgraphicaleffects \
|
||||||
|
50
x11-packages/qt5-base/qt5-declarative-dev.subpackage.sh
Normal file
50
x11-packages/qt5-base/qt5-declarative-dev.subpackage.sh
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
TERMUX_SUBPKG_INCLUDE="
|
||||||
|
bin/qml
|
||||||
|
bin/qmlcachegen
|
||||||
|
bin/qmleasing
|
||||||
|
bin/qmlimportscanner
|
||||||
|
bin/qmllint
|
||||||
|
bin/qmlmin
|
||||||
|
bin/qmlplugindump
|
||||||
|
bin/qmlprofiler
|
||||||
|
bin/qmlscene
|
||||||
|
bin/qmltestrunner
|
||||||
|
include/qt/QtPacketProtocol
|
||||||
|
include/qt/QtQml
|
||||||
|
include/qt/QtQmlDebug
|
||||||
|
include/qt/QtQuick
|
||||||
|
include/qt/QtQuickParticles
|
||||||
|
include/qt/QtQuickTest
|
||||||
|
include/qt/QtQuickWidgets
|
||||||
|
lib/cmake/Qt5Qml
|
||||||
|
lib/cmake/Qt5Quick
|
||||||
|
lib/cmake/Qt5QuickCompiler
|
||||||
|
lib/cmake/Qt5QuickTest
|
||||||
|
lib/cmake/Qt5QuickWidgets
|
||||||
|
lib/libQt5PacketProtocol.prl
|
||||||
|
lib/libQt5Qml.prl
|
||||||
|
lib/libQt5QmlDebug.prl
|
||||||
|
lib/libQt5QmlDevTools.prl
|
||||||
|
lib/libQt5Quick.prl
|
||||||
|
lib/libQt5QuickParticles.prl
|
||||||
|
lib/libQt5QuickTest.prl
|
||||||
|
lib/libQt5QuickWidgets.prl
|
||||||
|
lib/pkgconfig
|
||||||
|
lib/qt/mkspecs/features/qmlcache.prf
|
||||||
|
lib/qt/mkspecs/features/qtquickcompiler.prf
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_qml.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_qml_private.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_qmltest.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_quick.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_quick_private.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri
|
||||||
|
lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri
|
||||||
|
"
|
||||||
|
|
||||||
|
TERMUX_SUBPKG_DEPENDS="qt5-base"
|
||||||
|
TERMUX_SUBPKG_DESCRIPTION="Classes for QML and JavaScript languages"
|
30
x11-packages/qt5-base/qt5-declarative.subpackage.sh
Normal file
30
x11-packages/qt5-base/qt5-declarative.subpackage.sh
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
TERMUX_SUBPKG_INCLUDE="
|
||||||
|
lib/libQt5PacketProtocol.a
|
||||||
|
lib/libQt5Qml.so
|
||||||
|
lib/libQt5Qml.so.5
|
||||||
|
lib/libQt5Qml.so.5.11
|
||||||
|
lib/libQt5Qml.so.5.11.2
|
||||||
|
lib/libQt5QmlDebug.a
|
||||||
|
lib/libQt5QmlDevTools.a
|
||||||
|
lib/libQt5Quick.so
|
||||||
|
lib/libQt5Quick.so.5
|
||||||
|
lib/libQt5Quick.so.5.11
|
||||||
|
lib/libQt5Quick.so.5.11.2
|
||||||
|
lib/libQt5QuickParticles.so
|
||||||
|
lib/libQt5QuickParticles.so.5
|
||||||
|
lib/libQt5QuickParticles.so.5.11
|
||||||
|
lib/libQt5QuickParticles.so.5.11.2
|
||||||
|
lib/libQt5QuickTest.so
|
||||||
|
lib/libQt5QuickTest.so.5
|
||||||
|
lib/libQt5QuickTest.so.5.11
|
||||||
|
lib/libQt5QuickTest.so.5.11.2
|
||||||
|
lib/libQt5QuickWidgets.so
|
||||||
|
lib/libQt5QuickWidgets.so.5
|
||||||
|
lib/libQt5QuickWidgets.so.5.11
|
||||||
|
lib/libQt5QuickWidgets.so.5.11.2
|
||||||
|
libexec/qt/qmltooling
|
||||||
|
lib/qt/qml
|
||||||
|
"
|
||||||
|
|
||||||
|
TERMUX_SUBPKG_DEPENDS="qt5-base"
|
||||||
|
TERMUX_SUBPKG_DESCRIPTION="Classes for QML and JavaScript languages"
|
Loading…
Reference in New Issue
Block a user