Matthew Klein
17ce123132
man-db: forgot groff dependency. Whoops.
9 years ago
Matthew Klein
a8ed0f84e6
Add man-db 2.7.4 package
9 years ago
Matthew Klein
85580697fa
Add groff 1.22.3 package
9 years ago
Fredrik Fornwall
fd2712d340
tmux: Enable mouse wheel scrolling by default
9 years ago
Fredrik Fornwall
49168cdc8f
neovim: Handle new xdg system config file
9 years ago
Fredrik Fornwall
e786c17736
ledger: Add as disabled package
9 years ago
Fredrik Fornwall
8409accfef
fish: Remove outdated patch
9 years ago
Fredrik Fornwall
6c6a232e82
less: Remove old workaround for broken tarball
9 years ago
Fredrik Fornwall
4e3d3c0034
Fix dash AT_EACCESS usage
The dash shell used AT_EACCESS for certain operations, such as when
checking if a file is executable. This does not work on Android 6+,
and is not needed on Termux as a single-user system anyways, so
remove the custom define of AT_EACCESS when building and use the
disabled value of 0 from the patched system headers.
Fixes #37 .
9 years ago
Fredrik Fornwall
1ac0bea8ed
Merge pull request #32 from ebraminio/patch-1
Add ragel package
9 years ago
ebraminio
0947a1115b
Add ragel package
9 years ago
Fredrik Fornwall
2810eedb42
Add --multi-line and --title options to termux-dialog
See https://github.com/termux/termux-app/issues/3
9 years ago
Fredrik Fornwall
e46c5cbca3
Make zsh folder permissions to please compaudit
Closes #31 .
9 years ago
Fredrik Fornwall
abe8a8de2b
Add --password flag to termux-dialog
9 years ago
Fredrik Fornwall
c56d5ac07f
Add taskwarrior ( closes #30 )
9 years ago
Fredrik Fornwall
04ab47cb3f
Update libgnutls
9 years ago
Fredrik Fornwall
46559847b1
Update busybox to 1.24.1
9 years ago
Fredrik Fornwall
63dd5a9043
Update units
9 years ago
Fredrik Fornwall
289f1725e7
Update gnuchess
9 years ago
Fredrik Fornwall
2df87e72e2
Compile python as if link(2) is not available
From Android 6.0 on hard links are not permitted, so remove
link to force e.g. _vendor/lockfile/linklockfile.py to use
other mechanisms. Fixes #29 .
9 years ago
Fredrik Fornwall
629f805ba1
Patch NDK to define AT_EACCESS to 0
This fixes breakage for gnulib-using packages which otherwise
defines AT_EACCESS, which does not work on Android 6.
Bump build revisions for coreutils and emacs to rebuild them
with this patch.
9 years ago
Fredrik Fornwall
b4b35f2f10
tmux: Update to 2.1
9 years ago
Fredrik Fornwall
5c6a19a36e
Merge pull request #28 from robertvalik/master
Dockerfile update
9 years ago
Fredrik Fornwall
9bd9a950fa
dnsutils: Depend on readline
9 years ago
Robert Valik
c744753ef5
Merge remote-tracking branch 'upstream/master'
9 years ago
Fredrik Fornwall
1cccebe549
vim: Update patch number
9 years ago
Fredrik Fornwall
0ba050ed01
git: Update to 2.6.2
9 years ago
Robert Valik
dbf5ee7344
Fixed typo
9 years ago
Robert Valik
52135097c5
Added neovim lua dependencies
9 years ago
Robert Valik
ac6accf513
Adding libtool-bin to packages - required to build neovim
9 years ago
Robert Valik
ea56e143ce
Adding subversion to packages - required to build netpbm
9 years ago
Robert Valik
35fa8ce718
Moving the link creation to more logical place
9 years ago
Robert Valik
9f29b4abd8
Only /bin/sh is symlinked to /system/bin/sh
9 years ago
Robert Valik
46105f8aa8
Adding libacl1-dev to packages - package coreutils depends on it
9 years ago
Robert Valik
54e3805db2
Creating /system symlink to / - needed for git package
9 years ago
Robert Valik
77fed4f08d
Adding libssl-dev to packages - package ldns depends on it
9 years ago
Fredrik Fornwall
25c913991d
Remove list-packages-html.sh
9 years ago
Fredrik Fornwall
a455443667
Add note where mosh currently crashes
9 years ago
Fredrik Fornwall
63438afbb4
Update node.js to 4.2.1 from 4.1.2
9 years ago
Fredrik Fornwall
01c46e3b95
Fix ranger referencing python3.4 ( closes #27 )
9 years ago
Fredrik Fornwall
637f22d133
Remove DT_VERDEF and DT_VERDEFNUM elf entries
This fixes Android 6 problems (so closes #26 ).
It also rebuilds termux-elf-cleaner when needed
and bumps some build revisions for packages
needed updates to remove DT_VERDEF and DT_VERDEFNUM.
9 years ago
Fredrik Fornwall
4245f247d6
detect-hardlinks.sh: Show which files are hard links
9 years ago
Fredrik Fornwall
9e7e94c87f
dnsutils: Avoid hardlinks to man pages
9 years ago
Fredrik Fornwall
e17efcedb1
Make detect-hardlinks.sh look also in subpackages
9 years ago
Fredrik Fornwall
4b9ecf442f
gnupg2: Update to 2.1.9
9 years ago
Fredrik Fornwall
a26e62ae81
Merge pull request #22 from acornejo/add-docker
add Dockerfile to repository
9 years ago
Fredrik Fornwall
29d5cb2502
Merge pull request #24 from robertvalik/master
Fixe some non-ascii chars in build scripts
9 years ago
robertvalik
e7344047e4
fixed some non-ascii chars in build scripts
9 years ago
Alex Cornejo
5e8045c9bf
add Dockerfile to repository
9 years ago
Fredrik Fornwall
edd4a4057b
mosh: Remove old patch
9 years ago