Browse Source

command-not-found: Bump with new commands

android-5
Fredrik Fornwall 8 years ago
parent
commit
5584aa2e08
  1. 2
      packages/command-not-found/build.sh
  2. 29
      packages/command-not-found/commands.h

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

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://termux.com TERMUX_PKG_HOMEPAGE=https://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.16 TERMUX_PKG_VERSION=1.17
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

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

@ -394,6 +394,8 @@ char const* const commands[] = {
" fc-validate", " fc-validate",
"fortune", "fortune",
" fortune", " fortune",
"fossil",
" fossil",
"frobtads", "frobtads",
" frob", " frob",
" t3make", " t3make",
@ -429,6 +431,8 @@ char const* const commands[] = {
" gdk-pixbuf-pixdata", " gdk-pixbuf-pixdata",
" gdk-pixbuf-query-loaders", " gdk-pixbuf-query-loaders",
" gdk-pixbuf-thumbnailer", " gdk-pixbuf-thumbnailer",
"getconf",
" getconf",
"gifsicle", "gifsicle",
" gifdiff", " gifdiff",
" gifsicle", " gifsicle",
@ -624,6 +628,12 @@ char const* const commands[] = {
" irssi", " irssi",
"jhead", "jhead",
" jhead", " jhead",
"joe",
" jmacs",
" joe",
" jpico",
" jstar",
" rjoe",
"jq", "jq",
" jq", " jq",
"kona", "kona",
@ -1503,15 +1513,19 @@ char const* const commands[] = {
" termux-infrared-transmit", " termux-infrared-transmit",
" termux-location", " termux-location",
" termux-notification", " termux-notification",
" termux-notification-remove",
" termux-share", " termux-share",
" termux-sms-inbox", " termux-sms-inbox",
" termux-sms-send", " termux-sms-send",
" termux-storage-get",
" termux-telephony-cellinfo", " termux-telephony-cellinfo",
" termux-telephony-deviceinfo", " termux-telephony-deviceinfo",
" termux-toast", " termux-toast",
" termux-tts-engines", " termux-tts-engines",
" termux-tts-speak", " termux-tts-speak",
" termux-vibrate", " termux-vibrate",
" termux-wifi-connectioninfo",
" termux-wifi-scaninfo",
"termux-elf-cleaner", "termux-elf-cleaner",
" termux-elf-cleaner", " termux-elf-cleaner",
"teseq", "teseq",
@ -1546,6 +1560,8 @@ char const* const commands[] = {
" tor-gencert", " tor-gencert",
" tor-resolve", " tor-resolve",
" torify", " torify",
"torsocks",
" torsocks",
"tracepath", "tracepath",
" tracepath", " tracepath",
" tracepath6", " tracepath6",
@ -1576,6 +1592,17 @@ char const* const commands[] = {
" zipinfo", " zipinfo",
"utfdecode", "utfdecode",
" utfdecode", " utfdecode",
"valac",
" vala",
" vala-0.34",
" vala-gen-introspect",
" vala-gen-introspect-0.34",
" valac",
" valac-0.34",
" vapicheck",
" vapicheck-0.34",
" vapigen",
" vapigen-0.34",
"valgrind", "valgrind",
" callgrind_annotate", " callgrind_annotate",
" callgrind_control", " callgrind_control",
@ -1794,6 +1821,8 @@ char const* const commands[] = {
" termux-open-url", " termux-open-url",
" termux-reload-settings", " termux-reload-settings",
" termux-setup-storage", " termux-setup-storage",
" termux-wake-lock",
" termux-wake-unlock",
"tsu", "tsu",
" tsu", " tsu",
}; };

Loading…
Cancel
Save