Commit Graph

71 Commits

Author SHA1 Message Date
Henrik Grimler
37e1743f59 command-not-found: update lists 2020-05-08 11:53:41 +02:00
Henrik Grimler
ff9db4eb93 command-not-found: update to latest lists 2020-04-22 23:24:38 +02:00
Henrik Grimler
53716d035b command-not-found: update lists 2020-04-07 16:13:05 +02:00
Henrik Grimler
1358b42a30 command-not-found: update command lists 2020-03-20 11:35:03 +01:00
Henrik Grimler
3d89e77dc3 command-not-found: update to 1.47 (#4890) 2020-02-08 23:32:20 +01:00
Leonid Pliushch
4e9d9661ac command-not-found: update to 1.46 2020-01-13 17:53:38 +02:00
Henrik Grimler
4454b6a3e3 command-not-found: update to 1.45 2020-01-06 12:59:48 +01:00
Henrik Grimler
fe0159e018 command-not-found: update command lists 2019-12-21 14:42:46 +01:00
Henrik Grimler
de54d8bb56 command-not-found: use sources in github.com/termux/command-not-found
Updated sources support multiple repos
2019-10-13 21:08:28 +03:00
Leonid Pliushch
8701462951 add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00
Leonid Pliushch
25d5506e06 command-not-found: update to 1.39 2019-07-22 19:41:07 +03:00
Leonid Pliushch
a64e256bca command-not-found: regenerate lists 2019-05-07 17:19:55 +03:00
Leonid Pliushch
5c8877c43a update command-not-found suggestions 2019-04-09 21:19:20 +03:00
Wetitpig
13cec16263 Spaces to tabs 2019-02-09 21:06:31 +02:00
Wetitpig
5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch
82dcd6daa0 command-not-found: distribute under Apache-2.0
Same license as for https://github.com/termux/termux-packaging.
2019-01-21 17:17:53 +02:00
Leonid Pliushch
361d8c519f [incomplete] set licenses for packages 2019-01-20 22:41:50 +01:00
Fredrik Fornwall
cfef0e66dc command-not-found: Regenerate 2018-11-30 01:45:15 +01:00
Fredrik Fornwall
c3175fe791 command-not-found: Use arch-specific command list 2018-09-29 10:44:22 +02:00
Fredrik Fornwall
9d753cec52 command-not-found: Regenerate with new commands 2018-09-11 22:15:21 +02:00
Fredrik Fornwall
f55d3fa455 command-not-found: Regenerate command list 2018-07-30 00:00:14 +02:00
Fredrik Fornwall
8c617adf1b command-not-found: Update to latest packages 2018-06-22 23:35:39 +02:00
Leonid Pliushch
638d069c14 command-not-found: add 'ssh' from dropbear package 2018-06-21 22:00:26 +02:00
Fredrik Fornwall
1d3ee4b675 command-not-found: Update with latest commands 2018-02-06 22:34:07 +01:00
Fredrik Fornwall
9bbe6b1e82 command-not-found: Update with latest setup 2018-01-21 21:11:08 +01:00
Fredrik Fornwall
44558566a3 command-not-found: Update to latest packages 2017-12-05 23:41:56 +01:00
Shawn Landden
9aaf1707d5 new package: zstd (#1786) 2017-11-29 23:48:38 +01:00
Fredrik Fornwall
b2f09fd7da command-not-found: Regenerate with latest commands 2017-11-26 00:43:48 +01:00
Auxilus
ef420e646d remove tcpdump as it's no longer installable with apt install 2017-11-26 00:21:40 +01:00
Fredrik Fornwall
fc074aaf46 command-not-found: Regenerate 2017-09-16 11:25:26 +02:00
Fredrik Fornwall
8c178b2505 command-not-found: Print to stderr (fixes #1308) 2017-08-24 16:50:35 +02:00
Fredrik Fornwall
d54cef709f command-not-found: Update with latest commands 2017-08-10 01:51:11 +02:00
Henrik Grimler
ce1c64ca2d Properly package texlive and split package into texlive & texlive-bin (#1203)
* texlive: enable makeindex and put man files and headers in proper location.

* texlive: upgrade to 2017

* texlive: split into texlive-bin and arch independent texlive-base.

Download texmf-dist and other tarballs and package necessary files instead of
using tlnet installer on device.

* texlive-base: extract only a minimal set of files from texmf-dist, do complete
uninstall on removal. Patch some files.

The texmf-dist tar is quite large so use --checkpoint to indicate progress.

* texlive: use gnupg2 instead of gnupg

* texlive: fix texlive profile

* texlive: added TL_BINDIR variable to simplify build scripts

* texlive: replace tlmgr symlink with small wrapper.

After `tlmgr update --self` has been run, the shebang of tlmgr.pl is
none-working and there is a reference to /bin/sh in TLUtils.pm. This wrapper
fixes this (if needed) before tlmgr is run.

* texlive: update command-not-found with a few common texlive commands.

* remove un-needed minimal.list

* Format generation working. xelatex activated.

Remove all texmf-dist files created by texlive-bin package.

* texlive: fix installation and removal of texlive-{bin,base}. All essential
fixes done.

Only thing remaining to fix is figuring out how to deal with the transition
texlive -> texlive-{bin,base}.

* texlive: use Breaks instead of Conflicts

* texlive: properly fix split into two packages [WIP]

* delete old termux-install-tl.sh

* texlive: Fix so that the upgrade from texlive 20170524-2 goes smoothly and
works as it should (with Breaks and Replaces). Also major clean up of texlive/build.sh.

* texlive: minor clean up of texlive/build.sh. Update patches to avoid (silent)
complaints from patching. Add previously forgotten install-tl.list with list
of files to take from install-tl-unx.tar.gz.

* texlive: make texlive-bin-dev properly replace texlive-dev.

Everything is done now, just need to wait for breaks and subpkg_replaces
before opening a pull request.

* texlive: skip format generation on install, rm old files in texlive-bin
as well.

Also decrease verbosity of installation

* texlive: when deleting old files, leave texmf-dist alone

* texlive: fix typo, correctly remove files from old texlive version
2017-08-09 23:09:01 +02:00
Fredrik Fornwall
700ecf0fbc Use 'pkg' as shorter form of 'packages'
Fixes https://github.com/termux/termux-app/issues/321.
2017-06-12 03:01:09 +02:00
Fredrik Fornwall
70805308ed command-not-found: Update for current packages 2017-04-15 17:57:41 +02:00
Fredrik Fornwall
43c066d02e command-not-found: Regenerate with new commands 2017-03-20 20:26:35 +01:00
Fredrik Fornwall
6ebd8dafa5 command-not-found: Instruct to use 'packages'
Running 'packages install' wraps apt to run 'apt update' before
running 'apt install', so it should avoid the initial confusion
with 'apt install' not working for any packages.
2017-03-20 20:22:57 +01:00
Fredrik Fornwall
707d327d72 command-not-found: Bump with latest commands 2017-03-10 15:15:39 +01:00
Fredrik Fornwall
506ef46bae command-not-found: Regenerate 2017-01-30 02:13:14 +01:00
Fredrik Fornwall
3cc68b3aff command-not-found: Regenerate 2017-01-23 00:57:33 +01:00
Fredrik Fornwall
5584aa2e08 command-not-found: Bump with new commands 2017-01-05 19:44:39 -05:00
Fredrik Fornwall
407531d30e command-not-found: Bump with new commands 2016-12-23 17:31:14 -05:00
Fredrik Fornwall
86b760f627 command-not-found: Mark local functions as static
See #565.
2016-11-27 14:06:35 -05:00
Fredrik Fornwall
be85636c5c command-not-found: Bump version 2016-11-27 13:53:37 -05:00
Anisse Astier
9f0572692b command-not-found: Always return an error (#566)
Fixes #564
2016-11-27 19:50:56 +01:00
Fredrik Fornwall
7046c2815a command-not-found: Update with new commands 2016-11-25 19:59:59 -05:00
Fredrik Fornwall
6df5a2598e command-not-found: Bump version 2016-09-22 20:39:49 -04:00
Fredrik Fornwall
4e3760416b command-not-found: Update with latest programs 2016-08-11 09:34:07 -04:00
Fredrik Fornwall
8933369325 command-not-found: Regenerate 2016-05-02 18:42:00 -04:00
Fredrik Fornwall
96d77328e6 command-not-found: Regenerate 2016-04-19 17:26:27 -04:00