From 407531d30e86032441b6465a9480e7ce65ca5438 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 23 Dec 2016 17:31:14 -0500 Subject: [PATCH] command-not-found: Bump with new commands --- packages/command-not-found/build.sh | 2 +- packages/command-not-found/commands.h | 31 +++++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/packages/command-not-found/build.sh b/packages/command-not-found/build.sh index b44ea116..56c6b02c 100644 --- a/packages/command-not-found/build.sh +++ b/packages/command-not-found/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://termux.com TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions" -TERMUX_PKG_VERSION=1.15 +TERMUX_PKG_VERSION=1.16 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 6b4ee20f..e86de522 100644 --- a/packages/command-not-found/commands.h +++ b/packages/command-not-found/commands.h @@ -26,6 +26,13 @@ char const* const commands[] = { "binutils", " addr2line", " ar", +" arm-linux-androideabi-ar", +" arm-linux-androideabi-ld", +" arm-linux-androideabi-nm", +" arm-linux-androideabi-objdump", +" arm-linux-androideabi-ranlib", +" arm-linux-androideabi-readelf", +" arm-linux-androideabi-strip", " as", " c++filt", " elfedit", @@ -134,6 +141,7 @@ char const* const commands[] = { " cmatrix", "coreutils", " [", +" b2sum", " base32", " base64", " basename", @@ -191,6 +199,7 @@ char const* const commands[] = { " ptx", " pwd", " readlink", +" realpath", " rm", " rmdir", " runcon", @@ -225,10 +234,8 @@ char const* const commands[] = { " unexpand", " uniq", " unlink", -" users", " vdir", " wc", -" who", " whoami", " yes", "corkscrew", @@ -289,6 +296,7 @@ char const* const commands[] = { " dpkg", " dpkg-deb", " dpkg-divert", +" dpkg-genbuildinfo", " dpkg-query", " dpkg-split", " dpkg-trigger", @@ -301,6 +309,9 @@ char const* const commands[] = { "dvtm", " dvtm", " dvtm-status", +"ed", +" ed", +" red", "elfutils", " eu-addr2line", " eu-elfcmp", @@ -325,6 +336,16 @@ char const* const commands[] = { " emacs-25.1", " emacsclient", " etags", +"erlang", +" ct_run", +" dialyzer", +" epmd", +" erl", +" erlc", +" escript", +" run_erl", +" to_erl", +" typer", "espeak", " espeak", "expect", @@ -407,6 +428,7 @@ char const* const commands[] = { " gdk-pixbuf-csource", " gdk-pixbuf-pixdata", " gdk-pixbuf-query-loaders", +" gdk-pixbuf-thumbnailer", "gifsicle", " gifdiff", " gifsicle", @@ -1519,6 +1541,11 @@ char const* const commands[] = { " tmux", "toilet", " toilet", +"tor", +" tor", +" tor-gencert", +" tor-resolve", +" torify", "tracepath", " tracepath", " tracepath6", -- 2.11.0