Browse Source

command-not-found: Regenerate

android-5
Fredrik Fornwall 9 years ago
parent
commit
8933369325
  1. 2
      packages/command-not-found/build.sh
  2. 35
      packages/command-not-found/commands.h

2
packages/command-not-found/build.sh

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://termux.com TERMUX_PKG_HOMEPAGE=http://termux.com
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions" TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
TERMUX_PKG_VERSION=1.10 TERMUX_PKG_VERSION=1.11
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

35
packages/command-not-found/commands.h

@ -76,6 +76,8 @@ char const* const commands[] = {
"cboard", "cboard",
" cboard", " cboard",
"clang", "clang",
" c++",
" cc",
" clang", " clang",
" clang++", " clang++",
" clang-3.8", " clang-3.8",
@ -300,7 +302,7 @@ char const* const commands[] = {
"emacs", "emacs",
" ebrowse", " ebrowse",
" emacs", " emacs",
" emacs-25.0.92", " emacs-25.0.93",
" emacsclient", " emacsclient",
" etags", " etags",
"espeak", "espeak",
@ -367,7 +369,7 @@ char const* const commands[] = {
" gawk", " gawk",
"gcc", "gcc",
" arm-linux-androideabi-gcc", " arm-linux-androideabi-gcc",
" arm-linux-androideabi-gcc-5.3.0", " arm-linux-androideabi-gcc-6.1.0",
" arm-linux-androideabi-gcc-ar", " arm-linux-androideabi-gcc-ar",
" arm-linux-androideabi-gcc-nm", " arm-linux-androideabi-gcc-nm",
" arm-linux-androideabi-gcc-ranlib", " arm-linux-androideabi-gcc-ranlib",
@ -396,7 +398,6 @@ char const* const commands[] = {
" git-receive-pack", " git-receive-pack",
" git-upload-archive", " git-upload-archive",
" git-upload-pack", " git-upload-pack",
" perl5.22.1",
"glib-bin", "glib-bin",
" gapplication", " gapplication",
" gdbus", " gdbus",
@ -585,6 +586,20 @@ char const* const commands[] = {
" hmac256", " hmac256",
" libgcrypt-config", " libgcrypt-config",
" mpicalc", " mpicalc",
"libgd",
" annotate",
" bdftogd",
" gd2copypal",
" gd2togif",
" gd2topng",
" gdcmpgif",
" gdlib-config",
" gdparttopng",
" gdtopng",
" giftogd2",
" pngtogd",
" pngtogd2",
" webpng",
"libgpg-error", "libgpg-error",
" gpg-error", " gpg-error",
" gpg-error-config", " gpg-error-config",
@ -600,6 +615,8 @@ char const* const commands[] = {
" rdjpgcom", " rdjpgcom",
" tjbench", " tjbench",
" wrjpgcom", " wrjpgcom",
"libmcrypt",
" libmcrypt-config",
"libmp3lame", "libmp3lame",
" lame", " lame",
"libnpth", "libnpth",
@ -700,8 +717,10 @@ char const* const commands[] = {
" moon-buggy", " moon-buggy",
"mosh", "mosh",
" mosh", " mosh",
" mosh-cfront",
" mosh-client", " mosh-client",
" mosh-server", " mosh-server",
" mosh.pl",
"mp3splt", "mp3splt",
" mp3splt", " mp3splt",
"multitail", "multitail",
@ -1135,8 +1154,6 @@ char const* const commands[] = {
" pango-view", " pango-view",
"patch", "patch",
" patch", " patch",
"pathpicker",
" fpp",
"perl", "perl",
" c2ph", " c2ph",
" corelist", " corelist",
@ -1336,15 +1353,21 @@ char const* const commands[] = {
" termux-contact-list", " termux-contact-list",
" termux-dialog", " termux-dialog",
" termux-download", " termux-download",
" termux-infrared-frequencies",
" termux-infrared-transmit",
" termux-location", " termux-location",
" termux-notification", " termux-notification",
" termux-share", " termux-share",
" termux-sms-inbox", " termux-sms-inbox",
" termux-sms-send", " termux-sms-send",
" termux-telephony-cellinfo",
" termux-telephony-deviceinfo",
" termux-toast", " termux-toast",
" termux-tts-engines", " termux-tts-engines",
" termux-tts-speak", " termux-tts-speak",
" termux-vibrate", " termux-vibrate",
"termux-elf-cleaner",
" termux-elf-cleaner",
"teseq", "teseq",
" reseq", " reseq",
" teseq", " teseq",
@ -1537,6 +1560,8 @@ char const* const commands[] = {
" sql", " sql",
"pass", "pass",
" pass", " pass",
"pathpicker",
" fpp",
"ranger", "ranger",
" ranger", " ranger",
" rifle", " rifle",

Loading…
Cancel
Save