diff --git a/command-not-found.cpp b/command-not-found.cpp index cfa3c95..adcbe70 100644 --- a/command-not-found.cpp +++ b/command-not-found.cpp @@ -26,13 +26,13 @@ using namespace std; list games_commands = { #ifdef __aarch64__ -# include "game-packages/commands-aarch64-1150e2f.h" +# include "game-packages/commands-aarch64-9474326.h" #elif defined __arm__ -# include "game-packages/commands-arm-1150e2f.h" +# include "game-packages/commands-arm-9474326.h" #elif defined __i686__ -# include "game-packages/commands-i686-1150e2f.h" +# include "game-packages/commands-i686-9474326.h" #elif defined __x86_64__ -# include "game-packages/commands-x86_64-1150e2f.h" +# include "game-packages/commands-x86_64-9474326.h" #else # error Failed to detect arch #endif @@ -40,13 +40,13 @@ list games_commands = { list main_commands = { #ifdef __aarch64__ -# include "termux-packages/commands-aarch64-600a3f6.h" +# include "termux-packages/commands-aarch64-366763d.h" #elif defined __arm__ -# include "termux-packages/commands-arm-600a3f6.h" +# include "termux-packages/commands-arm-366763d.h" #elif defined __i686__ -# include "termux-packages/commands-i686-600a3f6.h" +# include "termux-packages/commands-i686-366763d.h" #elif defined __x86_64__ -# include "termux-packages/commands-x86_64-600a3f6.h" +# include "termux-packages/commands-x86_64-366763d.h" #else # error Failed to detect arch #endif @@ -54,13 +54,13 @@ list main_commands = { list root_commands = { #ifdef __aarch64__ -# include "termux-root-packages/commands-aarch64-48be2f1.h" +# include "termux-root-packages/commands-aarch64-f6d3d28.h" #elif defined __arm__ -# include "termux-root-packages/commands-arm-48be2f1.h" +# include "termux-root-packages/commands-arm-f6d3d28.h" #elif defined __i686__ -# include "termux-root-packages/commands-i686-48be2f1.h" +# include "termux-root-packages/commands-i686-f6d3d28.h" #elif defined __x86_64__ -# include "termux-root-packages/commands-x86_64-48be2f1.h" +# include "termux-root-packages/commands-x86_64-f6d3d28.h" #else # error Failed to detect arch #endif @@ -68,13 +68,13 @@ list root_commands = { list science_commands = { #ifdef __aarch64__ -# include "science-packages/commands-aarch64-6485c13.h" +# include "science-packages/commands-aarch64-4bacf5c.h" #elif defined __arm__ -# include "science-packages/commands-arm-6485c13.h" +# include "science-packages/commands-arm-4bacf5c.h" #elif defined __i686__ -# include "science-packages/commands-i686-6485c13.h" +# include "science-packages/commands-i686-4bacf5c.h" #elif defined __x86_64__ -# include "science-packages/commands-x86_64-6485c13.h" +# include "science-packages/commands-x86_64-4bacf5c.h" #else # error Failed to detect arch #endif @@ -82,13 +82,13 @@ list science_commands = { list unstable_commands = { #ifdef __aarch64__ -# include "unstable-packages/commands-aarch64-4d08920.h" +# include "unstable-packages/commands-aarch64-3bbba3b.h" #elif defined __arm__ -# include "unstable-packages/commands-arm-4d08920.h" +# include "unstable-packages/commands-arm-3bbba3b.h" #elif defined __i686__ -# include "unstable-packages/commands-i686-4d08920.h" +# include "unstable-packages/commands-i686-3bbba3b.h" #elif defined __x86_64__ -# include "unstable-packages/commands-x86_64-4d08920.h" +# include "unstable-packages/commands-x86_64-3bbba3b.h" #else # error Failed to detect arch #endif @@ -96,13 +96,13 @@ list unstable_commands = { list x11_commands = { #ifdef __aarch64__ -# include "x11-packages/commands-aarch64-36b739a.h" +# include "x11-packages/commands-aarch64-e4deb66.h" #elif defined __arm__ -# include "x11-packages/commands-arm-36b739a.h" +# include "x11-packages/commands-arm-e4deb66.h" #elif defined __i686__ -# include "x11-packages/commands-i686-36b739a.h" +# include "x11-packages/commands-i686-e4deb66.h" #elif defined __x86_64__ -# include "x11-packages/commands-x86_64-36b739a.h" +# include "x11-packages/commands-x86_64-e4deb66.h" #else # error Failed to detect arch #endif diff --git a/game-packages/commands-aarch64-1150e2f.h b/game-packages/commands-aarch64-9474326.h similarity index 100% rename from game-packages/commands-aarch64-1150e2f.h rename to game-packages/commands-aarch64-9474326.h diff --git a/game-packages/commands-arm-1150e2f.h b/game-packages/commands-arm-9474326.h similarity index 100% rename from game-packages/commands-arm-1150e2f.h rename to game-packages/commands-arm-9474326.h diff --git a/game-packages/commands-i686-1150e2f.h b/game-packages/commands-i686-9474326.h similarity index 100% rename from game-packages/commands-i686-1150e2f.h rename to game-packages/commands-i686-9474326.h diff --git a/game-packages/commands-x86_64-1150e2f.h b/game-packages/commands-x86_64-9474326.h similarity index 100% rename from game-packages/commands-x86_64-1150e2f.h rename to game-packages/commands-x86_64-9474326.h diff --git a/game-packages/game-packages b/game-packages/game-packages index 1150e2f..9474326 160000 --- a/game-packages/game-packages +++ b/game-packages/game-packages @@ -1 +1 @@ -Subproject commit 1150e2fa1839613beb285a6aef3ff34102e6f03e +Subproject commit 947432649fcbaeca9b99b78cc0c851c8f7a48fec diff --git a/science-packages/commands-aarch64-6485c13.h b/science-packages/commands-aarch64-4bacf5c.h similarity index 99% rename from science-packages/commands-aarch64-6485c13.h rename to science-packages/commands-aarch64-4bacf5c.h index 29d33c3..4a9f01c 100644 --- a/science-packages/commands-aarch64-6485c13.h +++ b/science-packages/commands-aarch64-4bacf5c.h @@ -100,6 +100,7 @@ " ncdump", " ncgen", " ncgen3", +" ocprint", "openbabel", " obabel", " obconformer", diff --git a/science-packages/commands-arm-6485c13.h b/science-packages/commands-arm-4bacf5c.h similarity index 99% rename from science-packages/commands-arm-6485c13.h rename to science-packages/commands-arm-4bacf5c.h index 29d33c3..4a9f01c 100644 --- a/science-packages/commands-arm-6485c13.h +++ b/science-packages/commands-arm-4bacf5c.h @@ -100,6 +100,7 @@ " ncdump", " ncgen", " ncgen3", +" ocprint", "openbabel", " obabel", " obconformer", diff --git a/science-packages/commands-i686-6485c13.h b/science-packages/commands-i686-4bacf5c.h similarity index 99% rename from science-packages/commands-i686-6485c13.h rename to science-packages/commands-i686-4bacf5c.h index 29d33c3..4a9f01c 100644 --- a/science-packages/commands-i686-6485c13.h +++ b/science-packages/commands-i686-4bacf5c.h @@ -100,6 +100,7 @@ " ncdump", " ncgen", " ncgen3", +" ocprint", "openbabel", " obabel", " obconformer", diff --git a/science-packages/commands-x86_64-6485c13.h b/science-packages/commands-x86_64-4bacf5c.h similarity index 99% rename from science-packages/commands-x86_64-6485c13.h rename to science-packages/commands-x86_64-4bacf5c.h index 29d33c3..4a9f01c 100644 --- a/science-packages/commands-x86_64-6485c13.h +++ b/science-packages/commands-x86_64-4bacf5c.h @@ -100,6 +100,7 @@ " ncdump", " ncgen", " ncgen3", +" ocprint", "openbabel", " obabel", " obconformer", diff --git a/science-packages/science-packages b/science-packages/science-packages index 6485c13..4bacf5c 160000 --- a/science-packages/science-packages +++ b/science-packages/science-packages @@ -1 +1 @@ -Subproject commit 6485c133c539ec20663cf5807a3d1e5db3c8e917 +Subproject commit 4bacf5c6440705ceb5dcf6e39f9683d0de1701ac diff --git a/termux-packages/commands-aarch64-600a3f6.h b/termux-packages/commands-aarch64-366763d.h similarity index 97% rename from termux-packages/commands-aarch64-600a3f6.h rename to termux-packages/commands-aarch64-366763d.h index cb1401e..97ee202 100644 --- a/termux-packages/commands-aarch64-600a3f6.h +++ b/termux-packages/commands-aarch64-366763d.h @@ -566,6 +566,7 @@ " ocs", "ctags", " ctags", +" optscript", " readtags", "ctypes-sh", " ctypes.sh", @@ -917,6 +918,8 @@ "flac", " flac", " metaflac", +"flatbuffers", +" flatc", "flex", " flex", " flex++", @@ -1217,6 +1220,13 @@ " findimagedupes", "goaccess", " goaccess", +"gobject-introspection", +" g-ir-annotation-tool", +" g-ir-compiler", +" g-ir-doc-tool", +" g-ir-generate", +" g-ir-inspect", +" g-ir-scanner", "gogs", " gogs", "golang", @@ -1326,6 +1336,8 @@ " sha256deep", " tigerdeep", " whirlpooldeep", +"helix", +" hx", "helm", " helm", "help2man", @@ -1837,6 +1849,8 @@ " rsvg-convert", "libsearpc", " searpc-codegen.py", +"libsecret", +" secret-tool", "libtasn1", " asn1Coding", " asn1Decoding", @@ -1873,7 +1887,7 @@ " light_correct", " shrink_width", " vips", -" vips-8.10", +" vips-8.11", " vipsedit", " vipsheader", " vipsprofile", @@ -2028,6 +2042,8 @@ "luarocks", " luarocks", " luarocks-admin", +"lychee", +" lychee", "lynx", " lynx", "lz4", @@ -2043,6 +2059,56 @@ " m4", "macchina", " macchina", +"mailutils", +" ali", +" anno", +" burst", +" comp", +" comsatd", +" decodemail", +" dotlock", +" fmtcheck", +" folder", +" folders", +" forw", +" frm", +" from", +" imap4d", +" inc", +" install-mh", +" lmtpd", +" mail", +" mailutils", +" mailutils-config", +" mark", +" mda", +" messages", +" mhl", +" mhn", +" mhparam", +" mhpath", +" mhseq", +" mimeview", +" movemail", +" msgchk", +" next", +" pick", +" pop3d", +" prev", +" prompter", +" putmail", +" readmsg", +" refile", +" repl", +" rmf", +" rmm", +" scan", +" send", +" show", +" sieve", +" sortm", +" whatnow", +" whom", "make", " make", "man", @@ -2772,6 +2838,8 @@ "nmap", " nmap", " nping", +"nmap-ncat", +" ncat", "nnn", " nnn", "nodejs", @@ -2787,10 +2855,8 @@ "nushell", " nu", " nu_plugin_core_fetch", -" nu_plugin_core_inc", " nu_plugin_core_match", " nu_plugin_core_post", -" nu_plugin_core_textview", "nyancat", " nyancat", "nzbget", @@ -2854,6 +2920,9 @@ "ossp-uuid", " uuid", " uuid-config", +"p11-kit", +" p11-kit", +" trust", "p7zip", " 7z", " 7za", @@ -3032,6 +3101,7 @@ " pkill", " pmap", " ps", +" pwait", " pwdx", " sysctl", " tload", @@ -3049,11 +3119,13 @@ " proot-distro", "protobuf", " protoc", -" protoc-3.14.0.0", +" protoc-3.17.3.0", "proton-bridge", " proton-bridge", "proxmark3", " proxmark3", +"proxmark3-git", +" proxmark3", "proxychains-ng", " proxychains4", "psmisc", @@ -3158,6 +3230,8 @@ " qemu-riscv64", "qemu-user-x86", " qemu-x86_64", +"qemu-user-x86-64", +" qemu-x86_64", "qemu-utils", " elf2dmp", " qemu-edid", @@ -3221,6 +3295,8 @@ " rdiff-backup", " rdiff-backup-delete", " rdiff-backup-statistics", +"recode", +" recode", "recutils", " csv2rec", " rec2csv", @@ -3333,6 +3409,8 @@ " rustc", " rustdoc", " rustfmt", +"rust-analyzer", +" rust-analyzer", "rustscan", " rustscan", "samefile", @@ -3343,6 +3421,7 @@ " scqref", "sc-im", " sc-im", +" scopen", "screen", " screen", " screen-4.8.0", @@ -3434,6 +3513,8 @@ " tsk_loaddb", " tsk_recover", " usnjls", +"slides", +" slides", "socat", " filan", " procan", @@ -3663,6 +3744,7 @@ " afm2afm", " afm2pl", " afm2tfm", +" albatross", " aleph", " allcm", " allec", @@ -3783,6 +3865,7 @@ " gftodvi", " gftopk", " gftype", +" git-latexdiff", " gsftopk", " hbf2gf", " ht", @@ -3793,6 +3876,7 @@ " httexi", " htxelatex", " htxetex", +" hyperxmp-add-bytecount", " inimf", " initex", " installfont-tl", @@ -3831,6 +3915,7 @@ " lily-rebuild-pdfs", " listbib", " listings-ext.sh", +" llmk", " ltx2crossrefxml", " ltxfileinfo", " ltximg", @@ -3941,6 +4026,7 @@ " sjisconv", " sjislatex", " sjispdflatex", +" spix", " splitindex", " srcredact", " sty2dtx", @@ -3984,6 +4070,7 @@ " tftopl", " thumbpdf", " tie", +" tikztosvg", " tlcockpit", " tlmgr", " tlshell", @@ -4024,6 +4111,7 @@ " xetex", " xhlatex", " xindex", +" xml2pmx", " yplan", "tidy", " tidy", @@ -4198,16 +4286,16 @@ " uuxqt", "valac", " vala", -" vala-0.50", +" vala-0.52", " vala-gen-introspect", -" vala-gen-introspect-0.50", +" vala-gen-introspect-0.52", " valac", -" valac-0.50", +" valac-0.52", " vapigen", -" vapigen-0.50", +" vapigen-0.52", "valadoc", " valadoc", -" valadoc-0.50", +" valadoc-0.52", "valgrind", " callgrind_annotate", " callgrind_control", diff --git a/termux-packages/commands-arm-600a3f6.h b/termux-packages/commands-arm-366763d.h similarity index 97% rename from termux-packages/commands-arm-600a3f6.h rename to termux-packages/commands-arm-366763d.h index 1e3984b..14c0e05 100644 --- a/termux-packages/commands-arm-600a3f6.h +++ b/termux-packages/commands-arm-366763d.h @@ -564,6 +564,7 @@ " ocs", "ctags", " ctags", +" optscript", " readtags", "ctypes-sh", " ctypes.sh", @@ -913,6 +914,8 @@ "flac", " flac", " metaflac", +"flatbuffers", +" flatc", "flex", " flex", " flex++", @@ -1213,6 +1216,13 @@ " findimagedupes", "goaccess", " goaccess", +"gobject-introspection", +" g-ir-annotation-tool", +" g-ir-compiler", +" g-ir-doc-tool", +" g-ir-generate", +" g-ir-inspect", +" g-ir-scanner", "gogs", " gogs", "golang", @@ -1322,6 +1332,8 @@ " sha256deep", " tigerdeep", " whirlpooldeep", +"helix", +" hx", "helm", " helm", "help2man", @@ -1833,6 +1845,8 @@ " rsvg-convert", "libsearpc", " searpc-codegen.py", +"libsecret", +" secret-tool", "libtasn1", " asn1Coding", " asn1Decoding", @@ -1869,7 +1883,7 @@ " light_correct", " shrink_width", " vips", -" vips-8.10", +" vips-8.11", " vipsedit", " vipsheader", " vipsprofile", @@ -2024,6 +2038,8 @@ "luarocks", " luarocks", " luarocks-admin", +"lychee", +" lychee", "lynx", " lynx", "lz4", @@ -2037,6 +2053,56 @@ " lzop", "m4", " m4", +"mailutils", +" ali", +" anno", +" burst", +" comp", +" comsatd", +" decodemail", +" dotlock", +" fmtcheck", +" folder", +" folders", +" forw", +" frm", +" from", +" imap4d", +" inc", +" install-mh", +" lmtpd", +" mail", +" mailutils", +" mailutils-config", +" mark", +" mda", +" messages", +" mhl", +" mhn", +" mhparam", +" mhpath", +" mhseq", +" mimeview", +" movemail", +" msgchk", +" next", +" pick", +" pop3d", +" prev", +" prompter", +" putmail", +" readmsg", +" refile", +" repl", +" rmf", +" rmm", +" scan", +" send", +" show", +" sieve", +" sortm", +" whatnow", +" whom", "make", " make", "man", @@ -2766,6 +2832,8 @@ "nmap", " nmap", " nping", +"nmap-ncat", +" ncat", "nnn", " nnn", "nodejs", @@ -2781,10 +2849,8 @@ "nushell", " nu", " nu_plugin_core_fetch", -" nu_plugin_core_inc", " nu_plugin_core_match", " nu_plugin_core_post", -" nu_plugin_core_textview", "nyancat", " nyancat", "nzbget", @@ -2848,6 +2914,9 @@ "ossp-uuid", " uuid", " uuid-config", +"p11-kit", +" p11-kit", +" trust", "p7zip", " 7z", " 7za", @@ -3023,6 +3092,7 @@ " pkill", " pmap", " ps", +" pwait", " pwdx", " sysctl", " tload", @@ -3040,9 +3110,11 @@ " proot-distro", "protobuf", " protoc", -" protoc-3.14.0.0", +" protoc-3.17.3.0", "proxmark3", " proxmark3", +"proxmark3-git", +" proxmark3", "proxychains-ng", " proxychains4", "psmisc", @@ -3147,6 +3219,8 @@ " qemu-riscv64", "qemu-user-x86", " qemu-x86_64", +"qemu-user-x86-64", +" qemu-x86_64", "qemu-utils", " elf2dmp", " qemu-edid", @@ -3210,6 +3284,8 @@ " rdiff-backup", " rdiff-backup-delete", " rdiff-backup-statistics", +"recode", +" recode", "recutils", " csv2rec", " rec2csv", @@ -3322,6 +3398,8 @@ " rustc", " rustdoc", " rustfmt", +"rust-analyzer", +" rust-analyzer", "rustscan", " rustscan", "samefile", @@ -3332,6 +3410,7 @@ " scqref", "sc-im", " sc-im", +" scopen", "screen", " screen", " screen-4.8.0", @@ -3423,6 +3502,8 @@ " tsk_loaddb", " tsk_recover", " usnjls", +"slides", +" slides", "solidity", " solc", " solidity-upgrade", @@ -3646,6 +3727,7 @@ " afm2afm", " afm2pl", " afm2tfm", +" albatross", " aleph", " allcm", " allec", @@ -3766,6 +3848,7 @@ " gftodvi", " gftopk", " gftype", +" git-latexdiff", " gsftopk", " hbf2gf", " ht", @@ -3776,6 +3859,7 @@ " httexi", " htxelatex", " htxetex", +" hyperxmp-add-bytecount", " inimf", " initex", " installfont-tl", @@ -3814,6 +3898,7 @@ " lily-rebuild-pdfs", " listbib", " listings-ext.sh", +" llmk", " ltx2crossrefxml", " ltxfileinfo", " ltximg", @@ -3924,6 +4009,7 @@ " sjisconv", " sjislatex", " sjispdflatex", +" spix", " splitindex", " srcredact", " sty2dtx", @@ -3967,6 +4053,7 @@ " tftopl", " thumbpdf", " tie", +" tikztosvg", " tlcockpit", " tlmgr", " tlshell", @@ -4007,6 +4094,7 @@ " xetex", " xhlatex", " xindex", +" xml2pmx", " yplan", "tidy", " tidy", @@ -4181,16 +4269,16 @@ " uuxqt", "valac", " vala", -" vala-0.50", +" vala-0.52", " vala-gen-introspect", -" vala-gen-introspect-0.50", +" vala-gen-introspect-0.52", " valac", -" valac-0.50", +" valac-0.52", " vapigen", -" vapigen-0.50", +" vapigen-0.52", "valadoc", " valadoc", -" valadoc-0.50", +" valadoc-0.52", "valgrind", " callgrind_annotate", " callgrind_control", diff --git a/termux-packages/commands-i686-600a3f6.h b/termux-packages/commands-i686-366763d.h similarity index 97% rename from termux-packages/commands-i686-600a3f6.h rename to termux-packages/commands-i686-366763d.h index 11772c8..70f7959 100644 --- a/termux-packages/commands-i686-600a3f6.h +++ b/termux-packages/commands-i686-366763d.h @@ -205,6 +205,8 @@ "bitcoin", " bench_bitcoin", " bitcoin-cli", +" bitcoin-tx", +" bitcoin-wallet", " bitcoind", "blackbox", " _blackbox_common.sh", @@ -562,6 +564,7 @@ " ocs", "ctags", " ctags", +" optscript", " readtags", "ctypes-sh", " ctypes.sh", @@ -906,6 +909,8 @@ "flac", " flac", " metaflac", +"flatbuffers", +" flatc", "flex", " flex", " flex++", @@ -1206,6 +1211,13 @@ " findimagedupes", "goaccess", " goaccess", +"gobject-introspection", +" g-ir-annotation-tool", +" g-ir-compiler", +" g-ir-doc-tool", +" g-ir-generate", +" g-ir-inspect", +" g-ir-scanner", "gogs", " gogs", "golang", @@ -1315,6 +1327,8 @@ " sha256deep", " tigerdeep", " whirlpooldeep", +"helix", +" hx", "helm", " helm", "help2man", @@ -1826,6 +1840,8 @@ " rsvg-convert", "libsearpc", " searpc-codegen.py", +"libsecret", +" secret-tool", "libtasn1", " asn1Coding", " asn1Decoding", @@ -1862,7 +1878,7 @@ " light_correct", " shrink_width", " vips", -" vips-8.10", +" vips-8.11", " vipsedit", " vipsheader", " vipsprofile", @@ -2017,6 +2033,8 @@ "luarocks", " luarocks", " luarocks-admin", +"lychee", +" lychee", "lynx", " lynx", "lz4", @@ -2030,6 +2048,56 @@ " lzop", "m4", " m4", +"mailutils", +" ali", +" anno", +" burst", +" comp", +" comsatd", +" decodemail", +" dotlock", +" fmtcheck", +" folder", +" folders", +" forw", +" frm", +" from", +" imap4d", +" inc", +" install-mh", +" lmtpd", +" mail", +" mailutils", +" mailutils-config", +" mark", +" mda", +" messages", +" mhl", +" mhn", +" mhparam", +" mhpath", +" mhseq", +" mimeview", +" movemail", +" msgchk", +" next", +" pick", +" pop3d", +" prev", +" prompter", +" putmail", +" readmsg", +" refile", +" repl", +" rmf", +" rmm", +" scan", +" send", +" show", +" sieve", +" sortm", +" whatnow", +" whom", "make", " make", "man", @@ -2684,6 +2752,8 @@ "nmap", " nmap", " nping", +"nmap-ncat", +" ncat", "nnn", " nnn", "nodejs", @@ -2699,10 +2769,8 @@ "nushell", " nu", " nu_plugin_core_fetch", -" nu_plugin_core_inc", " nu_plugin_core_match", " nu_plugin_core_post", -" nu_plugin_core_textview", "nyancat", " nyancat", "nzbget", @@ -2766,6 +2834,9 @@ "ossp-uuid", " uuid", " uuid-config", +"p11-kit", +" p11-kit", +" trust", "p7zip", " 7z", " 7za", @@ -2941,6 +3012,7 @@ " pkill", " pmap", " ps", +" pwait", " pwdx", " sysctl", " tload", @@ -2958,7 +3030,7 @@ " proot-distro", "protobuf", " protoc", -" protoc-3.14.0.0", +" protoc-3.17.3.0", "proxychains-ng", " proxychains4", "psmisc", @@ -3062,6 +3134,8 @@ " qemu-riscv64", "qemu-user-x86", " qemu-x86_64", +"qemu-user-x86-64", +" qemu-x86_64", "qemu-utils", " elf2dmp", " qemu-edid", @@ -3123,6 +3197,8 @@ " rdiff-backup", " rdiff-backup-delete", " rdiff-backup-statistics", +"recode", +" recode", "recutils", " csv2rec", " rec2csv", @@ -3235,6 +3311,8 @@ " rustc", " rustdoc", " rustfmt", +"rust-analyzer", +" rust-analyzer", "rustscan", " rustscan", "samefile", @@ -3245,6 +3323,7 @@ " scqref", "sc-im", " sc-im", +" scopen", "screen", " screen", " screen-4.8.0", @@ -3336,6 +3415,8 @@ " tsk_loaddb", " tsk_recover", " usnjls", +"slides", +" slides", "solidity", " solc", " solidity-upgrade", @@ -3546,6 +3627,7 @@ " afm2afm", " afm2pl", " afm2tfm", +" albatross", " aleph", " allcm", " allec", @@ -3666,6 +3748,7 @@ " gftodvi", " gftopk", " gftype", +" git-latexdiff", " gsftopk", " hbf2gf", " ht", @@ -3676,6 +3759,7 @@ " httexi", " htxelatex", " htxetex", +" hyperxmp-add-bytecount", " inimf", " initex", " installfont-tl", @@ -3714,6 +3798,7 @@ " lily-rebuild-pdfs", " listbib", " listings-ext.sh", +" llmk", " ltx2crossrefxml", " ltxfileinfo", " ltximg", @@ -3824,6 +3909,7 @@ " sjisconv", " sjislatex", " sjispdflatex", +" spix", " splitindex", " srcredact", " sty2dtx", @@ -3867,6 +3953,7 @@ " tftopl", " thumbpdf", " tie", +" tikztosvg", " tlcockpit", " tlmgr", " tlshell", @@ -3907,6 +3994,7 @@ " xetex", " xhlatex", " xindex", +" xml2pmx", " yplan", "tidy", " tidy", @@ -4082,16 +4170,16 @@ " uuxqt", "valac", " vala", -" vala-0.50", +" vala-0.52", " vala-gen-introspect", -" vala-gen-introspect-0.50", +" vala-gen-introspect-0.52", " valac", -" valac-0.50", +" valac-0.52", " vapigen", -" vapigen-0.50", +" vapigen-0.52", "valadoc", " valadoc", -" valadoc-0.50", +" valadoc-0.52", "valgrind", " callgrind_annotate", " callgrind_control", diff --git a/termux-packages/commands-x86_64-600a3f6.h b/termux-packages/commands-x86_64-366763d.h similarity index 97% rename from termux-packages/commands-x86_64-600a3f6.h rename to termux-packages/commands-x86_64-366763d.h index 32783e3..a045651 100644 --- a/termux-packages/commands-x86_64-600a3f6.h +++ b/termux-packages/commands-x86_64-366763d.h @@ -566,6 +566,7 @@ " ocs", "ctags", " ctags", +" optscript", " readtags", "ctypes-sh", " ctypes.sh", @@ -906,6 +907,8 @@ "flac", " flac", " metaflac", +"flatbuffers", +" flatc", "flex", " flex", " flex++", @@ -1206,6 +1209,13 @@ " findimagedupes", "goaccess", " goaccess", +"gobject-introspection", +" g-ir-annotation-tool", +" g-ir-compiler", +" g-ir-doc-tool", +" g-ir-generate", +" g-ir-inspect", +" g-ir-scanner", "gogs", " gogs", "golang", @@ -1315,6 +1325,8 @@ " sha256deep", " tigerdeep", " whirlpooldeep", +"helix", +" hx", "helm", " helm", "help2man", @@ -1826,6 +1838,8 @@ " rsvg-convert", "libsearpc", " searpc-codegen.py", +"libsecret", +" secret-tool", "libtasn1", " asn1Coding", " asn1Decoding", @@ -1862,7 +1876,7 @@ " light_correct", " shrink_width", " vips", -" vips-8.10", +" vips-8.11", " vipsedit", " vipsheader", " vipsprofile", @@ -2017,6 +2031,8 @@ "luarocks", " luarocks", " luarocks-admin", +"lychee", +" lychee", "lynx", " lynx", "lz4", @@ -2032,6 +2048,56 @@ " m4", "macchina", " macchina", +"mailutils", +" ali", +" anno", +" burst", +" comp", +" comsatd", +" decodemail", +" dotlock", +" fmtcheck", +" folder", +" folders", +" forw", +" frm", +" from", +" imap4d", +" inc", +" install-mh", +" lmtpd", +" mail", +" mailutils", +" mailutils-config", +" mark", +" mda", +" messages", +" mhl", +" mhn", +" mhparam", +" mhpath", +" mhseq", +" mimeview", +" movemail", +" msgchk", +" next", +" pick", +" pop3d", +" prev", +" prompter", +" putmail", +" readmsg", +" refile", +" repl", +" rmf", +" rmm", +" scan", +" send", +" show", +" sieve", +" sortm", +" whatnow", +" whom", "make", " make", "man", @@ -2761,6 +2827,8 @@ "nmap", " nmap", " nping", +"nmap-ncat", +" ncat", "nnn", " nnn", "nodejs-lts", @@ -2832,6 +2900,9 @@ "ossp-uuid", " uuid", " uuid-config", +"p11-kit", +" p11-kit", +" trust", "p7zip", " 7z", " 7za", @@ -2999,6 +3070,7 @@ " pkill", " pmap", " ps", +" pwait", " pwdx", " sysctl", " tload", @@ -3016,7 +3088,7 @@ " proot-distro", "protobuf", " protoc", -" protoc-3.14.0.0", +" protoc-3.17.3.0", "proton-bridge", " proton-bridge", "proxychains-ng", @@ -3122,6 +3194,8 @@ " qemu-riscv64", "qemu-user-x86", " qemu-x86_64", +"qemu-user-x86-64", +" qemu-x86_64", "qemu-utils", " elf2dmp", " qemu-edid", @@ -3183,6 +3257,8 @@ " rdiff-backup", " rdiff-backup-delete", " rdiff-backup-statistics", +"recode", +" recode", "recutils", " csv2rec", " rec2csv", @@ -3295,6 +3371,8 @@ " rustc", " rustdoc", " rustfmt", +"rust-analyzer", +" rust-analyzer", "rustscan", " rustscan", "samefile", @@ -3305,6 +3383,7 @@ " scqref", "sc-im", " sc-im", +" scopen", "screen", " screen", " screen-4.8.0", @@ -3396,6 +3475,8 @@ " tsk_loaddb", " tsk_recover", " usnjls", +"slides", +" slides", "socat", " filan", " procan", @@ -3437,8 +3518,6 @@ " ssss-split", "stag", " stag", -"starship", -" starship", "steghide", " steghide", "stow", @@ -3625,6 +3704,7 @@ " afm2afm", " afm2pl", " afm2tfm", +" albatross", " aleph", " allcm", " allec", @@ -3745,6 +3825,7 @@ " gftodvi", " gftopk", " gftype", +" git-latexdiff", " gsftopk", " hbf2gf", " ht", @@ -3755,6 +3836,7 @@ " httexi", " htxelatex", " htxetex", +" hyperxmp-add-bytecount", " inimf", " initex", " installfont-tl", @@ -3793,6 +3875,7 @@ " lily-rebuild-pdfs", " listbib", " listings-ext.sh", +" llmk", " ltx2crossrefxml", " ltxfileinfo", " ltximg", @@ -3903,6 +3986,7 @@ " sjisconv", " sjislatex", " sjispdflatex", +" spix", " splitindex", " srcredact", " sty2dtx", @@ -3946,6 +4030,7 @@ " tftopl", " thumbpdf", " tie", +" tikztosvg", " tlcockpit", " tlmgr", " tlshell", @@ -3986,6 +4071,7 @@ " xetex", " xhlatex", " xindex", +" xml2pmx", " yplan", "tidy", " tidy", @@ -4162,16 +4248,16 @@ " uuxqt", "valac", " vala", -" vala-0.50", +" vala-0.52", " vala-gen-introspect", -" vala-gen-introspect-0.50", +" vala-gen-introspect-0.52", " valac", -" valac-0.50", +" valac-0.52", " vapigen", -" vapigen-0.50", +" vapigen-0.52", "valadoc", " valadoc", -" valadoc-0.50", +" valadoc-0.52", "valgrind", " callgrind_annotate", " callgrind_control", diff --git a/termux-packages/termux-packages b/termux-packages/termux-packages index 600a3f6..366763d 160000 --- a/termux-packages/termux-packages +++ b/termux-packages/termux-packages @@ -1 +1 @@ -Subproject commit 600a3f691cd723b289dae66a091d9512288d8820 +Subproject commit 366763dad4ebe71c208e4ec6d9c917e6734b066d diff --git a/termux-root-packages/commands-aarch64-48be2f1.h b/termux-root-packages/commands-aarch64-f6d3d28.h similarity index 100% rename from termux-root-packages/commands-aarch64-48be2f1.h rename to termux-root-packages/commands-aarch64-f6d3d28.h diff --git a/termux-root-packages/commands-arm-48be2f1.h b/termux-root-packages/commands-arm-f6d3d28.h similarity index 100% rename from termux-root-packages/commands-arm-48be2f1.h rename to termux-root-packages/commands-arm-f6d3d28.h diff --git a/termux-root-packages/commands-i686-48be2f1.h b/termux-root-packages/commands-i686-f6d3d28.h similarity index 100% rename from termux-root-packages/commands-i686-48be2f1.h rename to termux-root-packages/commands-i686-f6d3d28.h diff --git a/termux-root-packages/commands-x86_64-48be2f1.h b/termux-root-packages/commands-x86_64-f6d3d28.h similarity index 100% rename from termux-root-packages/commands-x86_64-48be2f1.h rename to termux-root-packages/commands-x86_64-f6d3d28.h diff --git a/termux-root-packages/termux-root-packages b/termux-root-packages/termux-root-packages index 48be2f1..f6d3d28 160000 --- a/termux-root-packages/termux-root-packages +++ b/termux-root-packages/termux-root-packages @@ -1 +1 @@ -Subproject commit 48be2f13705f616af2e2eab0b8c298ec86ec60e7 +Subproject commit f6d3d285534cc7bf004616ffeb9bbf887a419499 diff --git a/unstable-packages/commands-x86_64-4d08920.h b/unstable-packages/commands-aarch64-3bbba3b.h similarity index 99% rename from unstable-packages/commands-x86_64-4d08920.h rename to unstable-packages/commands-aarch64-3bbba3b.h index a9a46d4..6d60d6e 100644 --- a/unstable-packages/commands-x86_64-4d08920.h +++ b/unstable-packages/commands-aarch64-3bbba3b.h @@ -174,6 +174,7 @@ " ldappasswd", " ldapsearch", " ldapurl", +" ldapvc", " ldapwhoami", " slapacl", " slapadd", @@ -181,6 +182,7 @@ " slapcat", " slapdn", " slapindex", +" slapmodify", " slappasswd", " slapschema", " slaptest", @@ -260,7 +262,6 @@ " smbpasswd", " smbspool", " smbstatus", -" smbtar", " smbtree", " tdbbackup", " tdbdump", diff --git a/unstable-packages/commands-arm-4d08920.h b/unstable-packages/commands-arm-3bbba3b.h similarity index 99% rename from unstable-packages/commands-arm-4d08920.h rename to unstable-packages/commands-arm-3bbba3b.h index 3a9e44f..e99536c 100644 --- a/unstable-packages/commands-arm-4d08920.h +++ b/unstable-packages/commands-arm-3bbba3b.h @@ -174,6 +174,7 @@ " ldappasswd", " ldapsearch", " ldapurl", +" ldapvc", " ldapwhoami", " slapacl", " slapadd", @@ -181,6 +182,7 @@ " slapcat", " slapdn", " slapindex", +" slapmodify", " slappasswd", " slapschema", " slaptest", diff --git a/unstable-packages/commands-i686-4d08920.h b/unstable-packages/commands-i686-3bbba3b.h similarity index 99% rename from unstable-packages/commands-i686-4d08920.h rename to unstable-packages/commands-i686-3bbba3b.h index 2b0b602..dca19c7 100644 --- a/unstable-packages/commands-i686-4d08920.h +++ b/unstable-packages/commands-i686-3bbba3b.h @@ -172,6 +172,7 @@ " ldappasswd", " ldapsearch", " ldapurl", +" ldapvc", " ldapwhoami", " slapacl", " slapadd", @@ -179,6 +180,7 @@ " slapcat", " slapdn", " slapindex", +" slapmodify", " slappasswd", " slapschema", " slaptest", diff --git a/unstable-packages/commands-aarch64-4d08920.h b/unstable-packages/commands-x86_64-3bbba3b.h similarity index 99% rename from unstable-packages/commands-aarch64-4d08920.h rename to unstable-packages/commands-x86_64-3bbba3b.h index a9a46d4..0ab3efc 100644 --- a/unstable-packages/commands-aarch64-4d08920.h +++ b/unstable-packages/commands-x86_64-3bbba3b.h @@ -174,6 +174,7 @@ " ldappasswd", " ldapsearch", " ldapurl", +" ldapvc", " ldapwhoami", " slapacl", " slapadd", @@ -181,6 +182,7 @@ " slapcat", " slapdn", " slapindex", +" slapmodify", " slappasswd", " slapschema", " slaptest", diff --git a/unstable-packages/unstable-packages b/unstable-packages/unstable-packages index 4d08920..3bbba3b 160000 --- a/unstable-packages/unstable-packages +++ b/unstable-packages/unstable-packages @@ -1 +1 @@ -Subproject commit 4d0892059991e1081e2cc9cd7e75d2b6e2175265 +Subproject commit 3bbba3b8a346bdce8a0f9b1edfa63fd4d9d344e3 diff --git a/x11-packages/commands-arm-36b739a.h b/x11-packages/commands-aarch64-e4deb66.h similarity index 72% rename from x11-packages/commands-arm-36b739a.h rename to x11-packages/commands-aarch64-e4deb66.h index d1203ea..d5be3b2 100644 --- a/x11-packages/commands-arm-36b739a.h +++ b/x11-packages/commands-aarch64-e4deb66.h @@ -1,14 +1,32 @@ "aterm", " aterm", " xterm", +"audacious", +" audacious", +" audtool", "azpainter", " azpainter", "bochs", " bochs", " bxhub", " bximage", +"bspwm", +" bspc", +" bspwm", +"chocolate-doom", +" chocolate-doom", +" chocolate-doom-setup", +" chocolate-heretic", +" chocolate-heretic-setup", +" chocolate-hexen", +" chocolate-hexen-setup", +" chocolate-server", +" chocolate-strife", +" chocolate-strife-setup", "dbus-glib", " dbus-binding-tool", +"dconf", +" dconf", "desktop-file-utils", " desktop-file-edit", " desktop-file-install", @@ -26,6 +44,9 @@ "exo", " exo-desktop-item-edit", " exo-open", +"featherpad", +" featherpad", +" fpad", "feh", " feh", "florence", @@ -95,6 +116,12 @@ " gtk3-demo-application", " gtk3-icon-browser", " gtk3-widget-factory", +"gtk4", +" gtk4-builder-tool", +" gtk4-encode-symbolic-svg", +" gtk4-launch", +" gtk4-query-settings", +" gtk4-update-icon-cache", "gtkwave", " evcd2vcd", " fst2vcd", @@ -133,10 +160,20 @@ " i3bar", "i3status", " i3status", +"kconfig", +" kreadconfig5", +" kwriteconfig5", +"kcoreaddons", +" desktoptojson", +"kvantum", +" kvantummanager", +" kvantumpreview", "leafpad", " leafpad", "libart-lgpl", " libart2-config", +"libcanberra", +" canberra-gtk-play", "libfm", " libfm-pref-apps", " lxshortcut", @@ -144,6 +181,8 @@ " libglade-convert", "libnotify", " notify-send", +"libqtxdg", +" qtxdg-mat", "libvte", " vte-2.91", "libwnck", @@ -160,8 +199,64 @@ " sxpm", "loqui", " loqui", +"lximage-qt", +" lximage-qt", +"lxqt-about", +" lxqt-about", +"lxqt-archiver", +" lxqt-archiver", +"lxqt-build-tools", +" lxqt-transupdate", +"lxqt-config", +" lxqt-config", +" lxqt-config-appearance", +" lxqt-config-brightness", +" lxqt-config-file-associations", +" lxqt-config-locale", +"lxqt-globalkeys", +" lxqt-config-globalkeyshortcuts", +" lxqt-globalkeysd", +"lxqt-notificationd", +" lxqt-config-notificationd", +" lxqt-notificationd", +"lxqt-openssh-askpass", +" lxqt-openssh-askpass", +"lxqt-panel", +" lxqt-panel", +"lxqt-runner", +" lxqt-runner", +"lxqt-session", +" lxqt-config-session", +" lxqt-leave", +" lxqt-session", +" startlxqt", +"lyx", +" lyx", +" lyxclient", +" tex2lyx", +"marco", +" marco", +" marco-message", +" marco-theme-viewer", +" marco-window-demo", "matchbox-keyboard", " matchbox-keyboard", +"mate-desktop", +" mate-about", +" mate-color-select", +"mate-panel", +" mate-desktop-item-edit", +" mate-panel", +" mate-panel-test-applets", +"mate-session-manager", +" mate-session", +" mate-session-inhibit", +" mate-session-properties", +" mate-session-save", +" mate-wm", +"mate-terminal", +" mate-terminal", +" mate-terminal.wrapper", "mpv-x", " mpv", "mtpaint", @@ -171,14 +266,22 @@ " netsurf-gtk3", "obconf", " obconf", +"obconf-qt", +" obconf-qt", "openbox", " obxprop", " openbox", " openbox-session", "openttd", " openttd", +"otter-browser", +" otter-browser", +"pavucontrol-qt", +" pavucontrol-qt", "pcmanfm", " pcmanfm", +"pcmanfm-qt", +" pcmanfm-qt", "pidgin", " pidgin", "pinentry-gtk", @@ -230,17 +333,8 @@ " qemu-nbd", "qgit", " qgit", -"qt5-base", -" moc", -" qdbus", -" qdbuscpp2xml", -" qdbusviewer", -" qdbusxml2cpp", -" qlalr", -" qmake", -" qvkgen", -" rcc", -" uic", +"qt-creator", +" qtcreator", "qt5-declarative", " qml", " qmlcachegen", @@ -257,6 +351,46 @@ " qmlmin", " qmlscene", " qmltestrunner", +"qt5-qtbase", +" moc", +" qdbuscpp2xml", +" qdbusxml2cpp", +" qlalr", +" qmake", +" qvkgen", +" rcc", +" uic", +"qt5-qtdeclarative", +" qml", +" qmlcachegen", +" qmlimportscanner", +" qmllint", +" qmlmin", +" qmlpreview", +" qmlscene", +" qmltestrunner", +"qt5-qttools", +" assistant", +" designer", +" lconvert", +" linguist", +" lrelease", +" lupdate", +" makeqpf", +" pixeltool", +" qcollectiongenerator", +" qdbus", +" qdbusviewer", +" qdistancefieldgenerator", +" qev", +" qhelpgenerator", +" qtattributionsscanner", +" qtdiag", +" qtpaths", +" qtplugininfo", +"qt5-qtxmlpatterns", +" xmlpatterns", +" xmlpatternsvalidator", "qt5-tools", " lconvert", " lrelease", @@ -265,6 +399,8 @@ " qtdiag", " qtpaths", " qtplugininfo", +"qterminal", +" qterminal", "recordmydesktop", " recordmydesktop", "ristretto", @@ -281,6 +417,8 @@ " update-mime-database", "st", " st", +"sxhkd", +" sxhkd", "the-powder-toy", " powder", " the-powder-toy", @@ -372,6 +510,9 @@ " xarchiver", "xcompmgr", " xcompmgr", +"xfce4-appfinder", +" xfce4-appfinder", +" xfrun4", "xfce4-clipman-plugin", " xfce4-clipman", " xfce4-clipman-history", @@ -383,6 +524,8 @@ " xfce4-popup-applicationsmenu", " xfce4-popup-directorymenu", " xfce4-popup-windowmenu", +"xfce4-panel-profiles", +" xfce4-panel-profiles", "xfce4-session", " startxfce4", " xfce4-session", @@ -427,6 +570,9 @@ "xorg-mkfontscale", " mkfontdir", " mkfontscale", +"xorg-server", +" X", +" Xorg", "xorg-server-xvfb", " Xvfb", "xorg-twm", @@ -458,6 +604,17 @@ " xsetroot", "xournal", " xournal", +"xpdf", +" pdfdetach", +" pdffonts", +" pdfimages", +" pdfinfo", +" pdftohtml", +" pdftopng", +" pdftoppm", +" pdftops", +" pdftotext", +" xpdf", "xrdp", " xrdp", " xrdp-chansrv", @@ -469,3 +626,6 @@ " xrdp-sesrun", "xsel", " xsel", +"zenity", +" gdialog", +" zenity", diff --git a/x11-packages/commands-i686-36b739a.h b/x11-packages/commands-arm-e4deb66.h similarity index 72% rename from x11-packages/commands-i686-36b739a.h rename to x11-packages/commands-arm-e4deb66.h index d1203ea..d5be3b2 100644 --- a/x11-packages/commands-i686-36b739a.h +++ b/x11-packages/commands-arm-e4deb66.h @@ -1,14 +1,32 @@ "aterm", " aterm", " xterm", +"audacious", +" audacious", +" audtool", "azpainter", " azpainter", "bochs", " bochs", " bxhub", " bximage", +"bspwm", +" bspc", +" bspwm", +"chocolate-doom", +" chocolate-doom", +" chocolate-doom-setup", +" chocolate-heretic", +" chocolate-heretic-setup", +" chocolate-hexen", +" chocolate-hexen-setup", +" chocolate-server", +" chocolate-strife", +" chocolate-strife-setup", "dbus-glib", " dbus-binding-tool", +"dconf", +" dconf", "desktop-file-utils", " desktop-file-edit", " desktop-file-install", @@ -26,6 +44,9 @@ "exo", " exo-desktop-item-edit", " exo-open", +"featherpad", +" featherpad", +" fpad", "feh", " feh", "florence", @@ -95,6 +116,12 @@ " gtk3-demo-application", " gtk3-icon-browser", " gtk3-widget-factory", +"gtk4", +" gtk4-builder-tool", +" gtk4-encode-symbolic-svg", +" gtk4-launch", +" gtk4-query-settings", +" gtk4-update-icon-cache", "gtkwave", " evcd2vcd", " fst2vcd", @@ -133,10 +160,20 @@ " i3bar", "i3status", " i3status", +"kconfig", +" kreadconfig5", +" kwriteconfig5", +"kcoreaddons", +" desktoptojson", +"kvantum", +" kvantummanager", +" kvantumpreview", "leafpad", " leafpad", "libart-lgpl", " libart2-config", +"libcanberra", +" canberra-gtk-play", "libfm", " libfm-pref-apps", " lxshortcut", @@ -144,6 +181,8 @@ " libglade-convert", "libnotify", " notify-send", +"libqtxdg", +" qtxdg-mat", "libvte", " vte-2.91", "libwnck", @@ -160,8 +199,64 @@ " sxpm", "loqui", " loqui", +"lximage-qt", +" lximage-qt", +"lxqt-about", +" lxqt-about", +"lxqt-archiver", +" lxqt-archiver", +"lxqt-build-tools", +" lxqt-transupdate", +"lxqt-config", +" lxqt-config", +" lxqt-config-appearance", +" lxqt-config-brightness", +" lxqt-config-file-associations", +" lxqt-config-locale", +"lxqt-globalkeys", +" lxqt-config-globalkeyshortcuts", +" lxqt-globalkeysd", +"lxqt-notificationd", +" lxqt-config-notificationd", +" lxqt-notificationd", +"lxqt-openssh-askpass", +" lxqt-openssh-askpass", +"lxqt-panel", +" lxqt-panel", +"lxqt-runner", +" lxqt-runner", +"lxqt-session", +" lxqt-config-session", +" lxqt-leave", +" lxqt-session", +" startlxqt", +"lyx", +" lyx", +" lyxclient", +" tex2lyx", +"marco", +" marco", +" marco-message", +" marco-theme-viewer", +" marco-window-demo", "matchbox-keyboard", " matchbox-keyboard", +"mate-desktop", +" mate-about", +" mate-color-select", +"mate-panel", +" mate-desktop-item-edit", +" mate-panel", +" mate-panel-test-applets", +"mate-session-manager", +" mate-session", +" mate-session-inhibit", +" mate-session-properties", +" mate-session-save", +" mate-wm", +"mate-terminal", +" mate-terminal", +" mate-terminal.wrapper", "mpv-x", " mpv", "mtpaint", @@ -171,14 +266,22 @@ " netsurf-gtk3", "obconf", " obconf", +"obconf-qt", +" obconf-qt", "openbox", " obxprop", " openbox", " openbox-session", "openttd", " openttd", +"otter-browser", +" otter-browser", +"pavucontrol-qt", +" pavucontrol-qt", "pcmanfm", " pcmanfm", +"pcmanfm-qt", +" pcmanfm-qt", "pidgin", " pidgin", "pinentry-gtk", @@ -230,17 +333,8 @@ " qemu-nbd", "qgit", " qgit", -"qt5-base", -" moc", -" qdbus", -" qdbuscpp2xml", -" qdbusviewer", -" qdbusxml2cpp", -" qlalr", -" qmake", -" qvkgen", -" rcc", -" uic", +"qt-creator", +" qtcreator", "qt5-declarative", " qml", " qmlcachegen", @@ -257,6 +351,46 @@ " qmlmin", " qmlscene", " qmltestrunner", +"qt5-qtbase", +" moc", +" qdbuscpp2xml", +" qdbusxml2cpp", +" qlalr", +" qmake", +" qvkgen", +" rcc", +" uic", +"qt5-qtdeclarative", +" qml", +" qmlcachegen", +" qmlimportscanner", +" qmllint", +" qmlmin", +" qmlpreview", +" qmlscene", +" qmltestrunner", +"qt5-qttools", +" assistant", +" designer", +" lconvert", +" linguist", +" lrelease", +" lupdate", +" makeqpf", +" pixeltool", +" qcollectiongenerator", +" qdbus", +" qdbusviewer", +" qdistancefieldgenerator", +" qev", +" qhelpgenerator", +" qtattributionsscanner", +" qtdiag", +" qtpaths", +" qtplugininfo", +"qt5-qtxmlpatterns", +" xmlpatterns", +" xmlpatternsvalidator", "qt5-tools", " lconvert", " lrelease", @@ -265,6 +399,8 @@ " qtdiag", " qtpaths", " qtplugininfo", +"qterminal", +" qterminal", "recordmydesktop", " recordmydesktop", "ristretto", @@ -281,6 +417,8 @@ " update-mime-database", "st", " st", +"sxhkd", +" sxhkd", "the-powder-toy", " powder", " the-powder-toy", @@ -372,6 +510,9 @@ " xarchiver", "xcompmgr", " xcompmgr", +"xfce4-appfinder", +" xfce4-appfinder", +" xfrun4", "xfce4-clipman-plugin", " xfce4-clipman", " xfce4-clipman-history", @@ -383,6 +524,8 @@ " xfce4-popup-applicationsmenu", " xfce4-popup-directorymenu", " xfce4-popup-windowmenu", +"xfce4-panel-profiles", +" xfce4-panel-profiles", "xfce4-session", " startxfce4", " xfce4-session", @@ -427,6 +570,9 @@ "xorg-mkfontscale", " mkfontdir", " mkfontscale", +"xorg-server", +" X", +" Xorg", "xorg-server-xvfb", " Xvfb", "xorg-twm", @@ -458,6 +604,17 @@ " xsetroot", "xournal", " xournal", +"xpdf", +" pdfdetach", +" pdffonts", +" pdfimages", +" pdfinfo", +" pdftohtml", +" pdftopng", +" pdftoppm", +" pdftops", +" pdftotext", +" xpdf", "xrdp", " xrdp", " xrdp-chansrv", @@ -469,3 +626,6 @@ " xrdp-sesrun", "xsel", " xsel", +"zenity", +" gdialog", +" zenity", diff --git a/x11-packages/commands-aarch64-36b739a.h b/x11-packages/commands-i686-e4deb66.h similarity index 72% rename from x11-packages/commands-aarch64-36b739a.h rename to x11-packages/commands-i686-e4deb66.h index d1203ea..01cc1eb 100644 --- a/x11-packages/commands-aarch64-36b739a.h +++ b/x11-packages/commands-i686-e4deb66.h @@ -1,14 +1,32 @@ "aterm", " aterm", " xterm", +"audacious", +" audacious", +" audtool", "azpainter", " azpainter", "bochs", " bochs", " bxhub", " bximage", +"bspwm", +" bspc", +" bspwm", +"chocolate-doom", +" chocolate-doom", +" chocolate-doom-setup", +" chocolate-heretic", +" chocolate-heretic-setup", +" chocolate-hexen", +" chocolate-hexen-setup", +" chocolate-server", +" chocolate-strife", +" chocolate-strife-setup", "dbus-glib", " dbus-binding-tool", +"dconf", +" dconf", "desktop-file-utils", " desktop-file-edit", " desktop-file-install", @@ -26,6 +44,9 @@ "exo", " exo-desktop-item-edit", " exo-open", +"featherpad", +" featherpad", +" fpad", "feh", " feh", "florence", @@ -95,6 +116,12 @@ " gtk3-demo-application", " gtk3-icon-browser", " gtk3-widget-factory", +"gtk4", +" gtk4-builder-tool", +" gtk4-encode-symbolic-svg", +" gtk4-launch", +" gtk4-query-settings", +" gtk4-update-icon-cache", "gtkwave", " evcd2vcd", " fst2vcd", @@ -133,10 +160,20 @@ " i3bar", "i3status", " i3status", +"kconfig", +" kreadconfig5", +" kwriteconfig5", +"kcoreaddons", +" desktoptojson", +"kvantum", +" kvantummanager", +" kvantumpreview", "leafpad", " leafpad", "libart-lgpl", " libart2-config", +"libcanberra", +" canberra-gtk-play", "libfm", " libfm-pref-apps", " lxshortcut", @@ -144,6 +181,8 @@ " libglade-convert", "libnotify", " notify-send", +"libqtxdg", +" qtxdg-mat", "libvte", " vte-2.91", "libwnck", @@ -160,8 +199,64 @@ " sxpm", "loqui", " loqui", +"lximage-qt", +" lximage-qt", +"lxqt-about", +" lxqt-about", +"lxqt-archiver", +" lxqt-archiver", +"lxqt-build-tools", +" lxqt-transupdate", +"lxqt-config", +" lxqt-config", +" lxqt-config-appearance", +" lxqt-config-brightness", +" lxqt-config-file-associations", +" lxqt-config-locale", +"lxqt-globalkeys", +" lxqt-config-globalkeyshortcuts", +" lxqt-globalkeysd", +"lxqt-notificationd", +" lxqt-config-notificationd", +" lxqt-notificationd", +"lxqt-openssh-askpass", +" lxqt-openssh-askpass", +"lxqt-panel", +" lxqt-panel", +"lxqt-runner", +" lxqt-runner", +"lxqt-session", +" lxqt-config-session", +" lxqt-leave", +" lxqt-session", +" startlxqt", +"lyx", +" lyx", +" lyxclient", +" tex2lyx", +"marco", +" marco", +" marco-message", +" marco-theme-viewer", +" marco-window-demo", "matchbox-keyboard", " matchbox-keyboard", +"mate-desktop", +" mate-about", +" mate-color-select", +"mate-panel", +" mate-desktop-item-edit", +" mate-panel", +" mate-panel-test-applets", +"mate-session-manager", +" mate-session", +" mate-session-inhibit", +" mate-session-properties", +" mate-session-save", +" mate-wm", +"mate-terminal", +" mate-terminal", +" mate-terminal.wrapper", "mpv-x", " mpv", "mtpaint", @@ -171,14 +266,22 @@ " netsurf-gtk3", "obconf", " obconf", +"obconf-qt", +" obconf-qt", "openbox", " obxprop", " openbox", " openbox-session", "openttd", " openttd", +"otter-browser", +" otter-browser", +"pavucontrol-qt", +" pavucontrol-qt", "pcmanfm", " pcmanfm", +"pcmanfm-qt", +" pcmanfm-qt", "pidgin", " pidgin", "pinentry-gtk", @@ -230,17 +333,8 @@ " qemu-nbd", "qgit", " qgit", -"qt5-base", -" moc", -" qdbus", -" qdbuscpp2xml", -" qdbusviewer", -" qdbusxml2cpp", -" qlalr", -" qmake", -" qvkgen", -" rcc", -" uic", +"qt-creator", +" qtcreator", "qt5-declarative", " qml", " qmlcachegen", @@ -257,6 +351,46 @@ " qmlmin", " qmlscene", " qmltestrunner", +"qt5-qtbase", +" moc", +" qdbuscpp2xml", +" qdbusxml2cpp", +" qlalr", +" qmake", +" qvkgen", +" rcc", +" uic", +"qt5-qtdeclarative", +" qml", +" qmlcachegen", +" qmlimportscanner", +" qmllint", +" qmlmin", +" qmlpreview", +" qmlscene", +" qmltestrunner", +"qt5-qttools", +" assistant", +" designer", +" lconvert", +" linguist", +" lrelease", +" lupdate", +" makeqpf", +" pixeltool", +" qcollectiongenerator", +" qdbus", +" qdbusviewer", +" qdistancefieldgenerator", +" qev", +" qhelpgenerator", +" qtattributionsscanner", +" qtdiag", +" qtpaths", +" qtplugininfo", +"qt5-qtxmlpatterns", +" xmlpatterns", +" xmlpatternsvalidator", "qt5-tools", " lconvert", " lrelease", @@ -265,6 +399,8 @@ " qtdiag", " qtpaths", " qtplugininfo", +"qterminal", +" qterminal", "recordmydesktop", " recordmydesktop", "ristretto", @@ -281,6 +417,8 @@ " update-mime-database", "st", " st", +"sxhkd", +" sxhkd", "the-powder-toy", " powder", " the-powder-toy", @@ -372,6 +510,9 @@ " xarchiver", "xcompmgr", " xcompmgr", +"xfce4-appfinder", +" xfce4-appfinder", +" xfrun4", "xfce4-clipman-plugin", " xfce4-clipman", " xfce4-clipman-history", @@ -383,6 +524,8 @@ " xfce4-popup-applicationsmenu", " xfce4-popup-directorymenu", " xfce4-popup-windowmenu", +"xfce4-panel-profiles", +" xfce4-panel-profiles", "xfce4-session", " startxfce4", " xfce4-session", @@ -458,6 +601,17 @@ " xsetroot", "xournal", " xournal", +"xpdf", +" pdfdetach", +" pdffonts", +" pdfimages", +" pdfinfo", +" pdftohtml", +" pdftopng", +" pdftoppm", +" pdftops", +" pdftotext", +" xpdf", "xrdp", " xrdp", " xrdp-chansrv", @@ -469,3 +623,6 @@ " xrdp-sesrun", "xsel", " xsel", +"zenity", +" gdialog", +" zenity", diff --git a/x11-packages/commands-x86_64-36b739a.h b/x11-packages/commands-x86_64-e4deb66.h similarity index 72% rename from x11-packages/commands-x86_64-36b739a.h rename to x11-packages/commands-x86_64-e4deb66.h index d1203ea..d5be3b2 100644 --- a/x11-packages/commands-x86_64-36b739a.h +++ b/x11-packages/commands-x86_64-e4deb66.h @@ -1,14 +1,32 @@ "aterm", " aterm", " xterm", +"audacious", +" audacious", +" audtool", "azpainter", " azpainter", "bochs", " bochs", " bxhub", " bximage", +"bspwm", +" bspc", +" bspwm", +"chocolate-doom", +" chocolate-doom", +" chocolate-doom-setup", +" chocolate-heretic", +" chocolate-heretic-setup", +" chocolate-hexen", +" chocolate-hexen-setup", +" chocolate-server", +" chocolate-strife", +" chocolate-strife-setup", "dbus-glib", " dbus-binding-tool", +"dconf", +" dconf", "desktop-file-utils", " desktop-file-edit", " desktop-file-install", @@ -26,6 +44,9 @@ "exo", " exo-desktop-item-edit", " exo-open", +"featherpad", +" featherpad", +" fpad", "feh", " feh", "florence", @@ -95,6 +116,12 @@ " gtk3-demo-application", " gtk3-icon-browser", " gtk3-widget-factory", +"gtk4", +" gtk4-builder-tool", +" gtk4-encode-symbolic-svg", +" gtk4-launch", +" gtk4-query-settings", +" gtk4-update-icon-cache", "gtkwave", " evcd2vcd", " fst2vcd", @@ -133,10 +160,20 @@ " i3bar", "i3status", " i3status", +"kconfig", +" kreadconfig5", +" kwriteconfig5", +"kcoreaddons", +" desktoptojson", +"kvantum", +" kvantummanager", +" kvantumpreview", "leafpad", " leafpad", "libart-lgpl", " libart2-config", +"libcanberra", +" canberra-gtk-play", "libfm", " libfm-pref-apps", " lxshortcut", @@ -144,6 +181,8 @@ " libglade-convert", "libnotify", " notify-send", +"libqtxdg", +" qtxdg-mat", "libvte", " vte-2.91", "libwnck", @@ -160,8 +199,64 @@ " sxpm", "loqui", " loqui", +"lximage-qt", +" lximage-qt", +"lxqt-about", +" lxqt-about", +"lxqt-archiver", +" lxqt-archiver", +"lxqt-build-tools", +" lxqt-transupdate", +"lxqt-config", +" lxqt-config", +" lxqt-config-appearance", +" lxqt-config-brightness", +" lxqt-config-file-associations", +" lxqt-config-locale", +"lxqt-globalkeys", +" lxqt-config-globalkeyshortcuts", +" lxqt-globalkeysd", +"lxqt-notificationd", +" lxqt-config-notificationd", +" lxqt-notificationd", +"lxqt-openssh-askpass", +" lxqt-openssh-askpass", +"lxqt-panel", +" lxqt-panel", +"lxqt-runner", +" lxqt-runner", +"lxqt-session", +" lxqt-config-session", +" lxqt-leave", +" lxqt-session", +" startlxqt", +"lyx", +" lyx", +" lyxclient", +" tex2lyx", +"marco", +" marco", +" marco-message", +" marco-theme-viewer", +" marco-window-demo", "matchbox-keyboard", " matchbox-keyboard", +"mate-desktop", +" mate-about", +" mate-color-select", +"mate-panel", +" mate-desktop-item-edit", +" mate-panel", +" mate-panel-test-applets", +"mate-session-manager", +" mate-session", +" mate-session-inhibit", +" mate-session-properties", +" mate-session-save", +" mate-wm", +"mate-terminal", +" mate-terminal", +" mate-terminal.wrapper", "mpv-x", " mpv", "mtpaint", @@ -171,14 +266,22 @@ " netsurf-gtk3", "obconf", " obconf", +"obconf-qt", +" obconf-qt", "openbox", " obxprop", " openbox", " openbox-session", "openttd", " openttd", +"otter-browser", +" otter-browser", +"pavucontrol-qt", +" pavucontrol-qt", "pcmanfm", " pcmanfm", +"pcmanfm-qt", +" pcmanfm-qt", "pidgin", " pidgin", "pinentry-gtk", @@ -230,17 +333,8 @@ " qemu-nbd", "qgit", " qgit", -"qt5-base", -" moc", -" qdbus", -" qdbuscpp2xml", -" qdbusviewer", -" qdbusxml2cpp", -" qlalr", -" qmake", -" qvkgen", -" rcc", -" uic", +"qt-creator", +" qtcreator", "qt5-declarative", " qml", " qmlcachegen", @@ -257,6 +351,46 @@ " qmlmin", " qmlscene", " qmltestrunner", +"qt5-qtbase", +" moc", +" qdbuscpp2xml", +" qdbusxml2cpp", +" qlalr", +" qmake", +" qvkgen", +" rcc", +" uic", +"qt5-qtdeclarative", +" qml", +" qmlcachegen", +" qmlimportscanner", +" qmllint", +" qmlmin", +" qmlpreview", +" qmlscene", +" qmltestrunner", +"qt5-qttools", +" assistant", +" designer", +" lconvert", +" linguist", +" lrelease", +" lupdate", +" makeqpf", +" pixeltool", +" qcollectiongenerator", +" qdbus", +" qdbusviewer", +" qdistancefieldgenerator", +" qev", +" qhelpgenerator", +" qtattributionsscanner", +" qtdiag", +" qtpaths", +" qtplugininfo", +"qt5-qtxmlpatterns", +" xmlpatterns", +" xmlpatternsvalidator", "qt5-tools", " lconvert", " lrelease", @@ -265,6 +399,8 @@ " qtdiag", " qtpaths", " qtplugininfo", +"qterminal", +" qterminal", "recordmydesktop", " recordmydesktop", "ristretto", @@ -281,6 +417,8 @@ " update-mime-database", "st", " st", +"sxhkd", +" sxhkd", "the-powder-toy", " powder", " the-powder-toy", @@ -372,6 +510,9 @@ " xarchiver", "xcompmgr", " xcompmgr", +"xfce4-appfinder", +" xfce4-appfinder", +" xfrun4", "xfce4-clipman-plugin", " xfce4-clipman", " xfce4-clipman-history", @@ -383,6 +524,8 @@ " xfce4-popup-applicationsmenu", " xfce4-popup-directorymenu", " xfce4-popup-windowmenu", +"xfce4-panel-profiles", +" xfce4-panel-profiles", "xfce4-session", " startxfce4", " xfce4-session", @@ -427,6 +570,9 @@ "xorg-mkfontscale", " mkfontdir", " mkfontscale", +"xorg-server", +" X", +" Xorg", "xorg-server-xvfb", " Xvfb", "xorg-twm", @@ -458,6 +604,17 @@ " xsetroot", "xournal", " xournal", +"xpdf", +" pdfdetach", +" pdffonts", +" pdfimages", +" pdfinfo", +" pdftohtml", +" pdftopng", +" pdftoppm", +" pdftops", +" pdftotext", +" xpdf", "xrdp", " xrdp", " xrdp-chansrv", @@ -469,3 +626,6 @@ " xrdp-sesrun", "xsel", " xsel", +"zenity", +" gdialog", +" zenity", diff --git a/x11-packages/x11-packages b/x11-packages/x11-packages index 36b739a..e4deb66 160000 --- a/x11-packages/x11-packages +++ b/x11-packages/x11-packages @@ -1 +1 @@ -Subproject commit 36b739a084f1a2527cbf75becf0803a898aaf815 +Subproject commit e4deb66fc425749b1484c12d18e1d536b66c721c