From fb69c22d1942642ad079ba453c214e810741529f Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 17 Sep 2015 11:25:10 -0400 Subject: [PATCH 1/1] command-not-found: Update executable list --- packages/command-not-found/build.sh | 2 +- packages/command-not-found/commands.h | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/packages/command-not-found/build.sh b/packages/command-not-found/build.sh index 09d47fa9..f9ab1808 100644 --- a/packages/command-not-found/build.sh +++ b/packages/command-not-found/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://termux.com TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions" -TERMUX_PKG_VERSION=0.8 +TERMUX_PKG_VERSION=0.9 termux_step_make_install () { TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux diff --git a/packages/command-not-found/commands.h b/packages/command-not-found/commands.h index 4141a36d..697878e5 100644 --- a/packages/command-not-found/commands.h +++ b/packages/command-not-found/commands.h @@ -1135,12 +1135,21 @@ char const* const commands[] = { " pv", "python", " 2to3", -" 2to3-3.4", +" 2to3-3.5", " pydoc3", -" pydoc3.4", +" pydoc3.5", " python", " python3", -" python3.4", +" python3.5", +"python2", +" idle", +" pydoc", +" python-config", +" python2", +" python2-config", +" python2.7", +" python2.7-config", +" smtpd.py", "rlwrap", " rlwrap", "rsync", @@ -1273,6 +1282,12 @@ char const* const commands[] = { " vimdiff", " vimtutor", " xxd", +"vim-python", +" view", +" vim", +" vimdiff", +" vimtutor", +" xxd", "vttest", " vttest", "vtutils", -- 2.11.0