Commit Graph

2137 Commits

Author SHA1 Message Date
Fredrik Fornwall 1f523c2a6d sqlite: Update from 3.15.1 to 3.15.2 2016-11-29 14:56:21 -05:00
Fredrik Fornwall 21bd2cf4aa ctags: Update to identify as version 5.8
By default universal ctags built from master claims version 0.0.0,
which makes it incompatible with at least vim-easytags.

Update to claim version 5.8 (the exuberant version).
2016-11-28 18:18:17 -05:00
Fredrik Fornwall ae707f42d0 silversearcher-ag: Update from 0.33.0 to 1.0.1 2016-11-28 18:18:09 -05:00
Fredrik Fornwall 1c6ac27700 vim: Enable cursor shapes 2016-11-28 07:30:16 -05:00
Fredrik Fornwall 7097db73e8 neovim: Enable cursor shapes 2016-11-28 07:29:57 -05:00
Fredrik Fornwall 8927f8fbc6 zsh: Return 0 from command_not_found_handler
"The function should return status zero if it successfully handled
the command, or non-zero status if it failed. In the latter case
the standard handling is applied: ‘command not found’ is printed
to standard error and the shell exits with status 127."
- http://zsh.sourceforge.net/Doc/Release/Command-Execution.html

Needed after changes in
https://github.com/termux/termux-packages/pull/566
where the command-not-found program no longer exists itself with 0.
2016-11-28 07:28:06 -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 a9d534f91d fish: Remove part of patch not needed 2016-11-26 15:43:22 -05:00
Fredrik Fornwall f9f3e16d95 valgrind: Update from 3.11.0 to 3.12.0 2016-11-26 15:15:21 -05:00
Fredrik Fornwall d6a56a8b87 libjpeg-turbo: Use https and package checksum 2016-11-26 13:01:24 -05:00
Fredrik Fornwall 49ac27c7bd ffmpeg: Update from 3.2 to 3.2.1 2016-11-26 12:55:26 -05:00
Fredrik Fornwall b000c24db3 picolisp: Update from 16.10.25 to 16.11.24 2016-11-26 12:44:25 -05:00
Fredrik Fornwall 6fd92f9103 imagemagick: Update from 7.0.3-4 to 7.0.3-8 2016-11-26 12:44:07 -05:00
Fredrik Fornwall 05ebefe869 dpkg: Update from 1.18.0 to 1.18.15
Also switch from ftp.debian.org to mirrors.kernel.org.
2016-11-26 10:47:55 -05:00
Fredrik Fornwall 57efacaf26 termux-tools: Add /magisk/.core/bin/su path to su
Fixes #168.
2016-11-25 20:12:52 -05:00
Fredrik Fornwall 7046c2815a command-not-found: Update with new commands 2016-11-25 19:59:59 -05:00
Fredrik Fornwall 2fd44a0f30 dpkg: Do not even try hardlinking
Avoiding the hardlink try reduces log spam.
2016-11-25 19:56:24 -05:00
Fredrik Fornwall 3d0baea2bb weechat: Build lua plugin as weechat-lua-plugin 2016-11-25 18:21:08 -05:00
Fredrik Fornwall 5e8d636790 Let luajit replace lua completely 2016-11-25 18:20:40 -05:00
Fredrik Fornwall 1a8d12c265 Tweak the README a bit 2016-11-24 20:43:26 -05:00
Fredrik Fornwall f4eefdf906 bash: Read ~/.bashrc for interactive login shells 2016-11-24 20:34:55 -05:00
Fredrik Fornwall 621e0b6ee9 libtiff: Update from 4.0.6 to 4.0.7 2016-11-24 14:07:17 -05:00
Fredrik Fornwall 4643d4be2c bash: Specify bash_cv_getcwd_malloc=yes
When cross compiling bash assumes that getcwd is broken, so a
wrapper is used which does not work with non-accessible parent
directories (/data when running in Termux). We tell configure
that this is not necessary.

Fixes https://github.com/termux/termux-app/issues/200
2016-11-23 19:33:04 -05:00
Fredrik Fornwall c48a747e1c rsync: Use system libpopt 2016-11-23 19:11:49 -05:00
Fredrik Fornwall 8c7007fa41 mpv: Add /system/vendor/lib(64) to LD_LIBRARY_PATH
Fixes issue with not found libqc-opt.so on some devices, reported
by BrainDamage on #termux.
2016-11-23 18:47:13 -05:00
Fredrik Fornwall 951e2f60a7 gawk: Replace /bin/sh -> $PREFIX/bin/sh
Fixes #562.
2016-11-23 18:34:10 -05:00
Fredrik Fornwall 66f3991fb3 Specify zlib as 1.2.8, not 1.2.3 as ndk claims 2016-11-22 18:51:13 -05:00
Fredrik Fornwall 078485ffc7 ruby: Update from 2.3.2 to 2.3.3 2016-11-22 18:15:50 -05:00
Fredrik Fornwall 6073310a14 racket: Format comments 2016-11-22 17:16:07 -05:00
Fredrik Fornwall c629f2b1fd build-package.sh: Handle options early 2016-11-22 17:13:12 -05:00
Fredrik Fornwall 8ae6bead2f racket: Manipulate TERMUX_PKG_SRCDIR after patch
This allows patching all files the normal way.
2016-11-22 17:12:28 -05:00
Fredrik Fornwall 4663ac70d4 Use $TERMUX_MAKE_PROCESSES in host build 2016-11-22 16:15:05 -05:00
Fredrik Fornwall fd2b34d846 mpv: Update from 0.21 to 0.22
Drop libcaca as dependency as mpv now has built in terminal output.
2016-11-22 16:12:00 -05:00
Fredrik Fornwall a6c72ac91c apksigner: Update from 0.3 to 0.4 2016-11-22 16:12:00 -05:00
andretshurotshka 445c553a93 Add racket package (#463)
* racket: update to 6.6

* patch for /bin/sh
2016-11-22 22:04:04 +01:00
Fredrik Fornwall 955627f667 openssh: Bump build revision, new source-ssh-agent 2016-11-20 16:06:52 -05:00
Fredrik Fornwall 9f04f4c4a9 libvpx: Build with --disable-realtime-only
Fixes #554.
2016-11-20 16:05:38 -05:00
Fredrik Fornwall 926b0cba59 fzf: Update from 0.15.5 to 0.15.8 2016-11-20 07:26:51 -05:00
Fredrik Fornwall 98912d1216 libpcap: Update from 1.7.4 to 1.8.1 2016-11-20 07:04:10 -05:00
Fredrik Fornwall b3eb19f51d vim: Update to latest patch 2016-11-19 13:41:44 -05:00
Fredrik Fornwall 661904fe7a neovim: Update to git master 2016-11-19 13:41:29 -05:00
Fredrik Fornwall d22bbd8153 libgpg-error: Update from 1.24 to 1.25 2016-11-19 13:41:14 -05:00
Fredrik Fornwall 0fe5a668c3 gnupg2: Update from 2.1.15 to 2.1.16 2016-11-19 13:40:47 -05:00
Fredrik Fornwall d55bb1c663 mpv: Bump build revision after ffmpeg update 2016-11-18 17:40:56 -05:00
Fredrik Fornwall f756c4edb0 libnghttp2: Update from 1.16.0 to 1.16.1 2016-11-18 17:40:43 -05:00
Fredrik Fornwall d9e7a91da2 tig: Update from 2.2 to 2.2.1 2016-11-18 10:06:15 -05:00
Fredrik Fornwall 683e5fc336 stunnel: Update from 5.36 to 5.37 2016-11-18 06:37:34 -05:00
Fredrik Fornwall f09bc942e1 gnuplot: Update from 5.0.4 to 5.0.5 2016-11-17 17:56:04 -05:00