feat(lxqt-runner): enable auto-update

%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-04-21 00:33:06 +05:30
parent db5618f84b
commit 64284877f1
No known key found for this signature in database
GPG Key ID: 345AE134142077D8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ TERMUX_PKG_SRCURL="https://github.com/lxqt/lxqt-runner/releases/download/${TERMU
TERMUX_PKG_SHA256=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9
TERMUX_PKG_DEPENDS="qt5-qtbase, libqtxdg, kwindowsystem, liblxqt, lxqt-globalkeys"
TERMUX_PKG_BUILD_DEPENDS="lxqt-build-tools, qt5-qtbase-cross-tools, qt5-qttools-cross-tools"
TERMUX_PKG_AUTO_UPDATE=true
# TODO runner math depends on muparser
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DRUNNER_MATH=OFF"