termux-packages
8 years agoAdd taskwarrior (closes #30)
Fredrik Fornwall [Mon, 26 Oct 2015 23:49:35 +0000 (19:49 -0400)]
Add taskwarrior (closes #30)

8 years agoUpdate libgnutls
Fredrik Fornwall [Mon, 26 Oct 2015 23:49:30 +0000 (19:49 -0400)]
Update libgnutls

8 years agoUpdate busybox to 1.24.1
Fredrik Fornwall [Mon, 26 Oct 2015 23:35:22 +0000 (19:35 -0400)]
Update busybox to 1.24.1

8 years agoUpdate units
Fredrik Fornwall [Sun, 25 Oct 2015 20:55:17 +0000 (16:55 -0400)]
Update units

8 years agoUpdate gnuchess
Fredrik Fornwall [Sun, 25 Oct 2015 20:55:08 +0000 (16:55 -0400)]
Update gnuchess

8 years agoCompile python as if link(2) is not available
Fredrik Fornwall [Wed, 21 Oct 2015 18:36:57 +0000 (14:36 -0400)]
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.

8 years agoPatch NDK to define AT_EACCESS to 0
Fredrik Fornwall [Mon, 19 Oct 2015 21:51:13 +0000 (17:51 -0400)]
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.

8 years agotmux: Update to 2.1
Fredrik Fornwall [Mon, 19 Oct 2015 21:36:12 +0000 (17:36 -0400)]
tmux: Update to 2.1

8 years agoMerge pull request #28 from robertvalik/master
Fredrik Fornwall [Sun, 18 Oct 2015 20:11:27 +0000 (22:11 +0200)]
Merge pull request #28 from robertvalik/master

Dockerfile update

8 years agodnsutils: Depend on readline
Fredrik Fornwall [Sun, 18 Oct 2015 20:11:09 +0000 (16:11 -0400)]
dnsutils: Depend on readline

8 years agoMerge remote-tracking branch 'upstream/master'
Robert Valik [Sun, 18 Oct 2015 11:46:58 +0000 (13:46 +0200)]
Merge remote-tracking branch 'upstream/master'

8 years agovim: Update patch number
Fredrik Fornwall [Sun, 18 Oct 2015 00:31:48 +0000 (20:31 -0400)]
vim: Update patch number

8 years agogit: Update to 2.6.2
Fredrik Fornwall [Sun, 18 Oct 2015 00:28:58 +0000 (20:28 -0400)]
git: Update to 2.6.2

8 years agoFixed typo
Robert Valik [Sat, 17 Oct 2015 21:13:33 +0000 (23:13 +0200)]
Fixed typo

8 years agoAdded neovim lua dependencies
Robert Valik [Sat, 17 Oct 2015 20:54:25 +0000 (22:54 +0200)]
Added neovim lua dependencies

8 years agoAdding libtool-bin to packages - required to build neovim
Robert Valik [Sat, 17 Oct 2015 20:25:07 +0000 (22:25 +0200)]
Adding libtool-bin to packages - required to build neovim

8 years agoAdding subversion to packages - required to build netpbm
Robert Valik [Sat, 17 Oct 2015 19:52:02 +0000 (21:52 +0200)]
Adding subversion to packages - required to build netpbm

8 years agoMoving the link creation to more logical place
Robert Valik [Sat, 17 Oct 2015 19:37:11 +0000 (21:37 +0200)]
Moving the link creation to more logical place

8 years agoOnly /bin/sh is symlinked to /system/bin/sh
Robert Valik [Sat, 17 Oct 2015 17:32:30 +0000 (19:32 +0200)]
Only /bin/sh is symlinked to /system/bin/sh

8 years agoAdding libacl1-dev to packages - package coreutils depends on it
Robert Valik [Sat, 17 Oct 2015 17:24:27 +0000 (19:24 +0200)]
Adding libacl1-dev to packages - package coreutils depends on it

8 years agoCreating /system symlink to / - needed for git package
Robert Valik [Sat, 17 Oct 2015 17:09:11 +0000 (19:09 +0200)]
Creating /system symlink to / - needed for git package

8 years agoAdding libssl-dev to packages - package ldns depends on it
Robert Valik [Sat, 17 Oct 2015 17:07:28 +0000 (19:07 +0200)]
Adding libssl-dev to packages - package ldns depends on it

8 years agoRemove list-packages-html.sh
Fredrik Fornwall [Wed, 14 Oct 2015 22:57:40 +0000 (18:57 -0400)]
Remove list-packages-html.sh

8 years agoAdd note where mosh currently crashes
Fredrik Fornwall [Wed, 14 Oct 2015 10:49:50 +0000 (06:49 -0400)]
Add note where mosh currently crashes

8 years agoUpdate node.js to 4.2.1 from 4.1.2
Fredrik Fornwall [Wed, 14 Oct 2015 10:49:14 +0000 (06:49 -0400)]
Update node.js to 4.2.1 from 4.1.2

8 years agoFix ranger referencing python3.4 (closes #27)
Fredrik Fornwall [Wed, 14 Oct 2015 10:40:49 +0000 (06:40 -0400)]
Fix ranger referencing python3.4 (closes #27)

8 years agoRemove DT_VERDEF and DT_VERDEFNUM elf entries
Fredrik Fornwall [Tue, 13 Oct 2015 19:48:40 +0000 (15:48 -0400)]
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.

8 years agodetect-hardlinks.sh: Show which files are hard links
Fredrik Fornwall [Sun, 11 Oct 2015 15:32:19 +0000 (11:32 -0400)]
detect-hardlinks.sh: Show which files are hard links

8 years agodnsutils: Avoid hardlinks to man pages
Fredrik Fornwall [Sun, 11 Oct 2015 15:31:48 +0000 (11:31 -0400)]
dnsutils: Avoid hardlinks to man pages

8 years agoMake detect-hardlinks.sh look also in subpackages
Fredrik Fornwall [Sun, 11 Oct 2015 15:10:12 +0000 (11:10 -0400)]
Make detect-hardlinks.sh look also in subpackages

8 years agognupg2: Update to 2.1.9
Fredrik Fornwall [Sun, 11 Oct 2015 14:58:17 +0000 (10:58 -0400)]
gnupg2: Update to 2.1.9

8 years agoMerge pull request #22 from acornejo/add-docker
Fredrik Fornwall [Sun, 11 Oct 2015 12:05:57 +0000 (14:05 +0200)]
Merge pull request #22 from acornejo/add-docker

add Dockerfile to repository

8 years agoMerge pull request #24 from robertvalik/master
Fredrik Fornwall [Sun, 11 Oct 2015 12:04:27 +0000 (14:04 +0200)]
Merge pull request #24 from robertvalik/master

Fixe some non-ascii chars in build scripts

8 years agofixed some non-ascii chars in build scripts
robertvalik [Sun, 11 Oct 2015 08:11:08 +0000 (10:11 +0200)]
fixed some non-ascii chars in build scripts

8 years agoadd Dockerfile to repository
Alex Cornejo [Sat, 10 Oct 2015 16:05:23 +0000 (09:05 -0700)]
add Dockerfile to repository

8 years agomosh: Remove old patch
Fredrik Fornwall [Sat, 10 Oct 2015 02:12:07 +0000 (22:12 -0400)]
mosh: Remove old patch

8 years agomosh: Depend on libutil for forkpty
Fredrik Fornwall [Sat, 10 Oct 2015 01:43:52 +0000 (21:43 -0400)]
mosh: Depend on libutil for forkpty

8 years agolibutil: Wrap pty.h in __{BEGIN,END}_DECLS
Fredrik Fornwall [Sat, 10 Oct 2015 01:42:22 +0000 (21:42 -0400)]
libutil: Wrap pty.h in __{BEGIN,END}_DECLS

8 years agoless: Update to less-481
Fredrik Fornwall [Thu, 8 Oct 2015 23:46:01 +0000 (19:46 -0400)]
less: Update to less-481

8 years agovim-python: Specify deps directly for buildorder.py
Fredrik Fornwall [Thu, 8 Oct 2015 23:35:56 +0000 (19:35 -0400)]
vim-python: Specify deps directly for buildorder.py

8 years agopathpicker: Update to 0.6.2
Fredrik Fornwall [Thu, 8 Oct 2015 23:26:46 +0000 (19:26 -0400)]
pathpicker: Update to 0.6.2

8 years agoVarious minor version bumps
Fredrik Fornwall [Thu, 8 Oct 2015 23:18:17 +0000 (19:18 -0400)]
Various minor version bumps

8 years agoBump dpkg and liblzma versions
Fredrik Fornwall [Thu, 8 Oct 2015 22:12:53 +0000 (18:12 -0400)]
Bump dpkg and liblzma versions

8 years agofish: Use valid version number..
Fredrik Fornwall [Thu, 8 Oct 2015 22:12:31 +0000 (18:12 -0400)]
fish: Use valid version number..

8 years agoMark mosh as a disabled package
Fredrik Fornwall [Thu, 8 Oct 2015 22:01:46 +0000 (18:01 -0400)]
Mark mosh as a disabled package

8 years agofish: Better version naming
Fredrik Fornwall [Thu, 8 Oct 2015 22:01:09 +0000 (18:01 -0400)]
fish: Better version naming

8 years agoBump: libmsgpack, libtermkey, libunibilium, nodejs
Fredrik Fornwall [Thu, 8 Oct 2015 21:59:52 +0000 (17:59 -0400)]
Bump: libmsgpack, libtermkey, libunibilium, nodejs

8 years agoAdd license note
Fredrik Fornwall [Tue, 6 Oct 2015 21:20:37 +0000 (23:20 +0200)]
Add license note

8 years agonetpbm: Update and remove invalid "r" prefix
Fredrik Fornwall [Sun, 4 Oct 2015 14:15:40 +0000 (10:15 -0400)]
netpbm: Update and remove invalid "r" prefix

Otherwise dpkg fails with "version number does not start with digit".

Fixes #18.

8 years agoMove picolisp from disabled to enabled package
Fredrik Fornwall [Fri, 2 Oct 2015 13:10:43 +0000 (09:10 -0400)]
Move picolisp from disabled to enabled package

8 years agolibuv: Update to 1.7.5
Fredrik Fornwall [Fri, 2 Oct 2015 09:19:31 +0000 (05:19 -0400)]
libuv: Update to 1.7.5

8 years agofish: Update package to latest master
Fredrik Fornwall [Fri, 2 Oct 2015 08:33:54 +0000 (04:33 -0400)]
fish: Update package to latest master

8 years agoswi-prolog: Generalize build file
Fredrik Fornwall [Thu, 1 Oct 2015 23:13:56 +0000 (19:13 -0400)]
swi-prolog: Generalize build file

8 years agopicolisp package improvements
Fredrik Fornwall [Thu, 1 Oct 2015 23:00:02 +0000 (19:00 -0400)]
picolisp package improvements

8 years agofish: Build from master
Fredrik Fornwall [Wed, 30 Sep 2015 23:16:05 +0000 (19:16 -0400)]
fish: Build from master

8 years agopython2: Fix C extension flags to not contain termux.spec
Fredrik Fornwall [Wed, 30 Sep 2015 21:33:01 +0000 (17:33 -0400)]
python2: Fix C extension flags to not contain termux.spec

8 years agolibpixman: Update to 0.32.8
Fredrik Fornwall [Wed, 30 Sep 2015 09:01:48 +0000 (05:01 -0400)]
libpixman: Update to 0.32.8

8 years agogit: Update to 2.6.0
Fredrik Fornwall [Wed, 30 Sep 2015 08:55:46 +0000 (04:55 -0400)]
git: Update to 2.6.0

8 years agoFix i686 gcc compiling by appending to spec file
Fredrik Fornwall [Tue, 29 Sep 2015 08:14:50 +0000 (04:14 -0400)]
Fix i686 gcc compiling by appending to spec file

See #14 for more information.

8 years agomutt: Bump build revision after openssl fix
Fredrik Fornwall [Sun, 27 Sep 2015 11:54:47 +0000 (07:54 -0400)]
mutt: Bump build revision after openssl fix

8 years agoMerge pull request #15 from robertvalik/master
Fredrik Fornwall [Sun, 27 Sep 2015 11:37:38 +0000 (13:37 +0200)]
Merge pull request #15 from robertvalik/master

Patch setting termux path to mutt smime_keys.pl

8 years agomultitail: Update to 6.4.2
Fredrik Fornwall [Sun, 27 Sep 2015 10:10:07 +0000 (06:10 -0400)]
multitail: Update to 6.4.2

8 years agosubversion: Update to 1.9.2
Fredrik Fornwall [Sun, 27 Sep 2015 09:57:36 +0000 (05:57 -0400)]
subversion: Update to 1.9.2

8 years agolynx: Update download url
Fredrik Fornwall [Sun, 27 Sep 2015 09:57:06 +0000 (05:57 -0400)]
lynx: Update download url

8 years agoPatch setting termux path to mutt smime_keys.pl
robertvalik [Sun, 27 Sep 2015 06:33:39 +0000 (08:33 +0200)]
Patch setting termux path to mutt smime_keys.pl

8 years agoAdd picolisp disabled package
Fredrik Fornwall [Sat, 26 Sep 2015 22:33:30 +0000 (18:33 -0400)]
Add picolisp disabled package

8 years agopython2: Patch /bin/sh path in subprocess.py
Fredrik Fornwall [Sat, 26 Sep 2015 22:31:06 +0000 (18:31 -0400)]
python2: Patch /bin/sh path in subprocess.py

This fixes #13.

8 years agonodejs: Update to 4.1.1
Fredrik Fornwall [Sat, 26 Sep 2015 22:19:05 +0000 (18:19 -0400)]
nodejs: Update to 4.1.1

8 years agosilversearcher-ag: Update to latest
Fredrik Fornwall [Sat, 26 Sep 2015 07:27:55 +0000 (03:27 -0400)]
silversearcher-ag: Update to latest

8 years agolftp: Update to latest release
Fredrik Fornwall [Wed, 23 Sep 2015 11:16:50 +0000 (07:16 -0400)]
lftp: Update to latest release

8 years agoimagemagick: Update to latest version
Fredrik Fornwall [Tue, 22 Sep 2015 23:50:27 +0000 (19:50 -0400)]
imagemagick: Update to latest version

8 years agodialog: Update package to latest release
Fredrik Fornwall [Tue, 22 Sep 2015 20:48:57 +0000 (16:48 -0400)]
dialog: Update package to latest release

8 years agocmake: Update to 3.3.2
Fredrik Fornwall [Sun, 20 Sep 2015 18:16:35 +0000 (14:16 -0400)]
cmake: Update to 3.3.2

8 years agogit: Update to 2.5.3
Fredrik Fornwall [Sun, 20 Sep 2015 17:37:14 +0000 (13:37 -0400)]
git: Update to 2.5.3

8 years agodnsutils: Shared libs
Fredrik Fornwall [Fri, 18 Sep 2015 13:54:15 +0000 (09:54 -0400)]
dnsutils: Shared libs

8 years agodnsutils: Fix build
Fredrik Fornwall [Fri, 18 Sep 2015 13:28:25 +0000 (09:28 -0400)]
dnsutils: Fix build

8 years agoAdd dnsutils
Fredrik Fornwall [Fri, 18 Sep 2015 04:23:12 +0000 (00:23 -0400)]
Add dnsutils

8 years agoFormatting nit
Fredrik Fornwall [Thu, 17 Sep 2015 19:02:00 +0000 (15:02 -0400)]
Formatting nit

8 years agocommand-not-found: Update executable list
Fredrik Fornwall [Thu, 17 Sep 2015 15:25:10 +0000 (11:25 -0400)]
command-not-found: Update executable list

8 years agopoppler: Update to 0.36
Fredrik Fornwall [Thu, 17 Sep 2015 15:24:43 +0000 (11:24 -0400)]
poppler: Update to 0.36

8 years agozsh: Bump revision
Fredrik Fornwall [Thu, 17 Sep 2015 15:03:24 +0000 (11:03 -0400)]
zsh: Bump revision

8 years agopython: Fix dlfcn patch for 64 bit
Fredrik Fornwall [Thu, 17 Sep 2015 14:55:44 +0000 (10:55 -0400)]
python: Fix dlfcn patch for 64 bit

8 years agopython: Show pip install progress
Fredrik Fornwall [Thu, 17 Sep 2015 14:52:37 +0000 (10:52 -0400)]
python: Show pip install progress

8 years agovim: Update patch number
Fredrik Fornwall [Thu, 17 Sep 2015 14:21:06 +0000 (10:21 -0400)]
vim: Update patch number

8 years agolibgnutls: Update to 3.4.5
Fredrik Fornwall [Thu, 17 Sep 2015 14:20:44 +0000 (10:20 -0400)]
libgnutls: Update to 3.4.5

8 years agonodejs: Update to 4.1 from 4.0
Fredrik Fornwall [Thu, 17 Sep 2015 08:36:16 +0000 (04:36 -0400)]
nodejs: Update to 4.1 from 4.0

8 years agoghc: Avoid fPIC
Fredrik Fornwall [Thu, 17 Sep 2015 01:11:09 +0000 (21:11 -0400)]
ghc: Avoid fPIC

8 years agotmux: Bump revision to force update after rebuild
Fredrik Fornwall [Thu, 17 Sep 2015 01:09:30 +0000 (21:09 -0400)]
tmux: Bump revision to force update after rebuild

8 years agoAdd initial python2 package
Fredrik Fornwall [Thu, 17 Sep 2015 01:08:59 +0000 (21:08 -0400)]
Add initial python2 package

8 years agoAdd swi-prolog as a broken and disabled package
Fredrik Fornwall [Thu, 17 Sep 2015 00:57:29 +0000 (20:57 -0400)]
Add swi-prolog as a broken and disabled package

8 years agoFix typo in README.m
Fredrik Fornwall [Wed, 16 Sep 2015 14:31:49 +0000 (10:31 -0400)]
Fix typo in README.m

8 years agopython: Add ac_cv_func_gethostbyname_r=no as configure arg
Fredrik Fornwall [Tue, 15 Sep 2015 15:30:32 +0000 (11:30 -0400)]
python: Add ac_cv_func_gethostbyname_r=no as configure arg

8 years agolibtiff: Update version
Fredrik Fornwall [Tue, 15 Sep 2015 10:33:32 +0000 (06:33 -0400)]
libtiff: Update version

8 years agoimagemagick: Bump minor version
Fredrik Fornwall [Tue, 15 Sep 2015 10:32:36 +0000 (06:32 -0400)]
imagemagick: Bump minor version

8 years agolibuv: Update to 1.7.4 from 1.7.3
Fredrik Fornwall [Tue, 15 Sep 2015 10:32:19 +0000 (06:32 -0400)]
libuv: Update to 1.7.4 from 1.7.3

8 years agovim-python: Fix compile with python 3.5
Fredrik Fornwall [Tue, 15 Sep 2015 10:31:38 +0000 (06:31 -0400)]
vim-python: Fix compile with python 3.5

8 years agoghc: Add some info
Fredrik Fornwall [Tue, 15 Sep 2015 00:38:29 +0000 (20:38 -0400)]
ghc: Add some info

8 years agopython: Update to 3.5.0
Fredrik Fornwall [Tue, 15 Sep 2015 00:24:58 +0000 (20:24 -0400)]
python: Update to 3.5.0

8 years agoAdd experimental vim-python package
Fredrik Fornwall [Tue, 15 Sep 2015 00:24:25 +0000 (20:24 -0400)]
Add experimental vim-python package

8 years agoAdd experiment with ghc package
Fredrik Fornwall [Tue, 15 Sep 2015 00:18:02 +0000 (20:18 -0400)]
Add experiment with ghc package