dialog: Fix Android 7.x non-ASCII characters issue (#8093)
* dialog: Link against libandroid-support * dialog: Bump revision
This commit is contained in:
parent
8a0b284f16
commit
7517b43661
@ -2,8 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://invisible-island.net/dialog/
|
|||||||
TERMUX_PKG_DESCRIPTION="Application used in shell scripts which displays text user interface widgets"
|
TERMUX_PKG_DESCRIPTION="Application used in shell scripts which displays text user interface widgets"
|
||||||
TERMUX_PKG_LICENSE="LGPL-2.1"
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
||||||
TERMUX_PKG_MAINTAINER="@termux"
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
TERMUX_PKG_DEPENDS="ncurses"
|
TERMUX_PKG_DEPENDS="libandroid-support, ncurses"
|
||||||
TERMUX_PKG_VERSION="1.3-20210621"
|
TERMUX_PKG_VERSION="1.3-20210621"
|
||||||
|
TERMUX_PKG_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/dialog-${TERMUX_PKG_VERSION}.tgz
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/dialog-${TERMUX_PKG_VERSION}.tgz
|
||||||
TERMUX_PKG_SHA256=c3af22ccfcd9baca384062108dd9354e86990929ee270c239eef69518c5da7c8
|
TERMUX_PKG_SHA256=c3af22ccfcd9baca384062108dd9354e86990929ee270c239eef69518c5da7c8
|
||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncursesw --enable-widec --with-pkg-config"
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncursesw --enable-widec --with-pkg-config"
|
||||||
|
Loading…
Reference in New Issue
Block a user