termux-packages
7 years agos/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
Fredrik Fornwall [Wed, 11 Jan 2017 06:21:42 +0000 (01:21 -0500)]
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/

7 years agolibmsgpack: Update from 2.0.0 to 2.1.0
Fredrik Fornwall [Tue, 10 Jan 2017 15:54:18 +0000 (10:54 -0500)]
libmsgpack: Update from 2.0.0 to 2.1.0

7 years agolibx265: Add comment about text relocations on x86
Fredrik Fornwall [Tue, 10 Jan 2017 15:52:01 +0000 (10:52 -0500)]
libx265: Add comment about text relocations on x86

7 years agoFix some more shellcheck warnings
Fredrik Fornwall [Tue, 10 Jan 2017 11:35:05 +0000 (06:35 -0500)]
Fix some more shellcheck warnings

7 years agoerlang: Seems we need to build host part each time
Fredrik Fornwall [Tue, 10 Jan 2017 11:34:38 +0000 (06:34 -0500)]
erlang: Seems we need to build host part each time

7 years agoerlang: Cleanup and improve build script
Fredrik Fornwall [Tue, 10 Jan 2017 08:15:05 +0000 (03:15 -0500)]
erlang: Cleanup and improve build script

- Add a src checksum
- Put host-built binaries first into PATH to avoid problems if
  and erlang is already available.
- Do not build a new host build on every build

7 years agoAlways call post-extract step in srcdir
Fredrik Fornwall [Tue, 10 Jan 2017 08:14:35 +0000 (03:14 -0500)]
Always call post-extract step in srcdir

7 years agoFix some shellcheck warnings in build-package.sh
Fredrik Fornwall [Tue, 10 Jan 2017 07:05:28 +0000 (02:05 -0500)]
Fix some shellcheck warnings in build-package.sh

7 years agonodejs-current: Update work in progress
Fredrik Fornwall [Tue, 10 Jan 2017 00:13:20 +0000 (19:13 -0500)]
nodejs-current: Update work in progress

7 years agoAdd nodejs-current as disabled package
Fredrik Fornwall [Mon, 9 Jan 2017 22:30:11 +0000 (17:30 -0500)]
Add nodejs-current as disabled package

7 years agoRemove old disabled nodejs-lts package
Fredrik Fornwall [Mon, 9 Jan 2017 22:21:51 +0000 (17:21 -0500)]
Remove old disabled nodejs-lts package

7 years agocoreutils: Fix 32-bit issue with ST_BLKSIZE macro
Fredrik Fornwall [Mon, 9 Jan 2017 22:04:46 +0000 (17:04 -0500)]
coreutils: Fix 32-bit issue with ST_BLKSIZE macro

Fixes https://github.com/termux/termux-app/issues/233

7 years agoemacs: Clear share/info before build
Fredrik Fornwall [Mon, 9 Jan 2017 10:27:51 +0000 (05:27 -0500)]
emacs: Clear share/info before build

7 years agobuildorder.py: Open files with encoding=utf-8
Fredrik Fornwall [Mon, 9 Jan 2017 10:26:31 +0000 (05:26 -0500)]
buildorder.py: Open files with encoding=utf-8

This makes us not depend on the current environment. Fixes #665.

7 years agozsh: Build the system module (fixes #659)
Fredrik Fornwall [Mon, 9 Jan 2017 04:13:12 +0000 (23:13 -0500)]
zsh: Build the system module (fixes #659)

7 years agotermux-api: Remove empty lines from -h output
Fredrik Fornwall [Mon, 9 Jan 2017 04:09:24 +0000 (23:09 -0500)]
termux-api: Remove empty lines from -h output

7 years agobuild-package.sh: Fix two shellcheck warnings
Fredrik Fornwall [Sun, 8 Jan 2017 13:06:46 +0000 (08:06 -0500)]
build-package.sh: Fix two shellcheck warnings

7 years agobuild-package.sh: Ensure a clean hostbuild dir
Fredrik Fornwall [Sun, 8 Jan 2017 13:01:22 +0000 (08:01 -0500)]
build-package.sh: Ensure a clean hostbuild dir

7 years agoclang: Only build host {llvm,clang}-tblgen
Fredrik Fornwall [Sun, 8 Jan 2017 12:59:46 +0000 (07:59 -0500)]
clang: Only build host {llvm,clang}-tblgen

We only need host binaries for llvm-tblgen and clang-tblgen, so
there is no need building a complete clang build.

7 years agobuildorder.py: Better error message
Fredrik Fornwall [Sun, 8 Jan 2017 12:37:43 +0000 (07:37 -0500)]
buildorder.py: Better error message

7 years agotermux-tools: Unset LD_LIBRARY_PATH in wrappers
Fredrik Fornwall [Sun, 8 Jan 2017 09:53:36 +0000 (04:53 -0500)]
termux-tools: Unset LD_LIBRARY_PATH in wrappers

Previously the wrappers assumed that if
/system/bin/linker64
that LD_LIBRARY_PATH should be set to /system/lib64. This seems
to not always be the case (see #192) and hopefully the system
binaries should work without LD_LIBRARY_PATH being set, so we
just unset it before calling the system binary.

7 years agomosh: Bump revision after adding -6 option
Fredrik Fornwall [Sun, 8 Jan 2017 09:40:18 +0000 (04:40 -0500)]
mosh: Bump revision after adding -6 option

7 years agolibicu: Split out bin/ tools into icu-devtools
Fredrik Fornwall [Sun, 8 Jan 2017 09:34:12 +0000 (04:34 -0500)]
libicu: Split out bin/ tools into icu-devtools

7 years agobc: Remove incorrect $PREFIX/info folder
Fredrik Fornwall [Sun, 8 Jan 2017 09:32:05 +0000 (04:32 -0500)]
bc: Remove incorrect $PREFIX/info folder

7 years agoadd -6 (use IPv6 only) option - fixes #662 (#663)
Georg Sauthoff [Sun, 8 Jan 2017 09:31:05 +0000 (10:31 +0100)]
add -6 (use IPv6 only) option - fixes #662 (#663)

7 years agocmake: Depend on libuv, remove ncurses dependency
Fredrik Fornwall [Sat, 7 Jan 2017 07:11:11 +0000 (02:11 -0500)]
cmake: Depend on libuv, remove ncurses dependency

7 years agocoreutils: Reference issue in test
Fredrik Fornwall [Sat, 7 Jan 2017 07:02:12 +0000 (02:02 -0500)]
coreutils: Reference issue in test

7 years agondk_patches: Define _POSIX2_VERSION to 200809
Fredrik Fornwall [Sat, 7 Jan 2017 06:45:46 +0000 (01:45 -0500)]
ndk_patches: Define _POSIX2_VERSION to 200809

coreutils looks at _POSIX2_VERSION and enables broken obsolete
behaviour if not set.

Fixes https://github.com/termux/termux-app/issues/232.

7 years agolftp: Update from 4.7.4 to 4.7.5
Fredrik Fornwall [Sat, 7 Jan 2017 06:19:59 +0000 (01:19 -0500)]
lftp: Update from 4.7.4 to 4.7.5

7 years agolibicu: add package (#658)
Vishal Biswas [Sat, 7 Jan 2017 06:18:56 +0000 (11:48 +0530)]
libicu: add package (#658)

* libicu: add package

* libicu: remove forced CC and CXX in hostbuild

* libicu: incorporated changes from #621 by @rnauber

7 years agobuild-package.sh: Fix shellcheck warning
Fredrik Fornwall [Sat, 7 Jan 2017 06:14:06 +0000 (01:14 -0500)]
build-package.sh: Fix shellcheck warning

7 years agocmake: Update from 3.6.2 to 3.7.1
Fredrik Fornwall [Sat, 7 Jan 2017 06:00:39 +0000 (01:00 -0500)]
cmake: Update from 3.6.2 to 3.7.1

7 years agotesseract: Fix build after tessdata repo updates
Fredrik Fornwall [Sat, 7 Jan 2017 05:59:09 +0000 (00:59 -0500)]
tesseract: Fix build after tessdata repo updates

7 years agoFix build of python after build-package.sh rewrite
Fredrik Fornwall [Sat, 7 Jan 2017 05:38:04 +0000 (00:38 -0500)]
Fix build of python after build-package.sh rewrite

7 years agoman: Fix build after the build-package.sh rewrite
Fredrik Fornwall [Sat, 7 Jan 2017 05:17:42 +0000 (00:17 -0500)]
man: Fix build after the build-package.sh rewrite

7 years agonodejs: Update from 6.9.3 to 6.9.4
Fredrik Fornwall [Fri, 6 Jan 2017 10:12:55 +0000 (05:12 -0500)]
nodejs: Update from 6.9.3 to 6.9.4

7 years agomoon-buggy: Switch to alternate download url
Fredrik Fornwall [Fri, 6 Jan 2017 02:23:57 +0000 (21:23 -0500)]
moon-buggy: Switch to alternate download url

7 years agoMention scripts/Vagrantfile in the README
Fredrik Fornwall [Fri, 6 Jan 2017 02:23:24 +0000 (03:23 +0100)]
Mention scripts/Vagrantfile in the README

7 years agobuild-package.sh: Cleanup a bit
Fredrik Fornwall [Fri, 6 Jan 2017 01:37:45 +0000 (20:37 -0500)]
build-package.sh: Cleanup a bit

- Put everything into shell functions.
- Start fixing shellcheck warnings.
- Run a hostbuild before setting up an android toolchain (fixes #657).

It was quite a hasty rewrite, so things could be broken. Let me know!

7 years agocommand-not-found: Bump with new commands
Fredrik Fornwall [Fri, 6 Jan 2017 00:44:39 +0000 (19:44 -0500)]
command-not-found: Bump with new commands

7 years agondk-sysroot: Reuse existing zlib.pc
Fredrik Fornwall [Fri, 6 Jan 2017 00:02:03 +0000 (19:02 -0500)]
ndk-sysroot: Reuse existing zlib.pc

7 years agotermux-api: Bump version
Fredrik Fornwall [Thu, 5 Jan 2017 23:59:23 +0000 (18:59 -0500)]
termux-api: Bump version

7 years agobison: Remove useless hostbuild
Fredrik Fornwall [Thu, 5 Jan 2017 23:58:49 +0000 (18:58 -0500)]
bison: Remove useless hostbuild

7 years agolibgc: Remove useless build step
Fredrik Fornwall [Thu, 5 Jan 2017 23:32:33 +0000 (18:32 -0500)]
libgc: Remove useless build step

7 years agogetconf: Add package
Fredrik Fornwall [Thu, 5 Jan 2017 18:57:52 +0000 (13:57 -0500)]
getconf: Add package

7 years agonodejs: Update from 6.9.2 to 6.9.3
Fredrik Fornwall [Thu, 5 Jan 2017 10:11:50 +0000 (05:11 -0500)]
nodejs: Update from 6.9.2 to 6.9.3

7 years agorlwrap: Update to new homepage
Fredrik Fornwall [Thu, 5 Jan 2017 09:56:37 +0000 (04:56 -0500)]
rlwrap: Update to new homepage

7 years agomathomatic: Update to working download url
Fredrik Fornwall [Thu, 5 Jan 2017 09:54:40 +0000 (04:54 -0500)]
mathomatic: Update to working download url

7 years agosqlite: Update from 3.16.0 to 3.16.1
Fredrik Fornwall [Thu, 5 Jan 2017 09:41:19 +0000 (04:41 -0500)]
sqlite: Update from 3.16.0 to 3.16.1

7 years agotermux-api: Update termux-notification
Fredrik Fornwall [Thu, 5 Jan 2017 02:48:01 +0000 (03:48 +0100)]
termux-api: Update termux-notification

7 years agotermux-api: Add termux-notification-remove
Fredrik Fornwall [Thu, 5 Jan 2017 02:11:55 +0000 (03:11 +0100)]
termux-api: Add termux-notification-remove

7 years agotermux-api: Add wifi connectioninfo&scaninfo
Fredrik Fornwall [Thu, 5 Jan 2017 01:45:29 +0000 (02:45 +0100)]
termux-api: Add wifi connectioninfo&scaninfo

7 years agosed: Remove host build step
Fredrik Fornwall [Thu, 5 Jan 2017 02:09:53 +0000 (21:09 -0500)]
sed: Remove host build step

See http://lists.gnu.org/archive/html/bug-sed/2017-01/msg00001.html

7 years agolibzmq: Update from 4.1.5 to 4.1.6
Fredrik Fornwall [Thu, 5 Jan 2017 00:54:16 +0000 (19:54 -0500)]
libzmq: Update from 4.1.5 to 4.1.6

7 years agolibev: Update from 4.23 to 4.24
Fredrik Fornwall [Thu, 5 Jan 2017 00:22:15 +0000 (19:22 -0500)]
libev: Update from 4.23 to 4.24

7 years agoecj: Update from 4.5.2 to 4.6.2
Fredrik Fornwall [Thu, 5 Jan 2017 00:09:03 +0000 (19:09 -0500)]
ecj: Update from 4.5.2 to 4.6.2

7 years agosed: Update from 4.2.2 to 4.3
Fredrik Fornwall [Thu, 5 Jan 2017 00:02:45 +0000 (19:02 -0500)]
sed: Update from 4.2.2 to 4.3

7 years agolibx265: Disable assembly on x86 to avoid relocs
Fredrik Fornwall [Wed, 4 Jan 2017 00:27:14 +0000 (19:27 -0500)]
libx265: Disable assembly on x86 to avoid relocs

7 years agobuild-package.sh: Automatically build dependencies
Fredrik Fornwall [Wed, 4 Jan 2017 00:04:37 +0000 (19:04 -0500)]
build-package.sh: Automatically build dependencies

We now automatically build dependencies unless the -s option is
used, so running scripts/buildorder.py shouldn't be necessary now.

7 years agoneovim: Improve cmake invocation
Fredrik Fornwall [Wed, 4 Jan 2017 00:02:22 +0000 (19:02 -0500)]
neovim: Improve cmake invocation

7 years agolibx265: Add as disabled package
Fredrik Fornwall [Tue, 3 Jan 2017 23:58:44 +0000 (18:58 -0500)]
libx265: Add as disabled package

7 years agovalac: Depend on clang, glib-dev, pkg-config
Fredrik Fornwall [Tue, 3 Jan 2017 22:46:59 +0000 (17:46 -0500)]
valac: Depend on clang, glib-dev, pkg-config

As mentioned in #644.

7 years agotermux-tools: Fix typo in termux-setup-storage
Fredrik Fornwall [Tue, 3 Jan 2017 22:21:43 +0000 (17:21 -0500)]
termux-tools: Fix typo in termux-setup-storage

7 years agohunspell-en-us: Switch to libreoffice dictionaries
Fredrik Fornwall [Tue, 3 Jan 2017 21:55:09 +0000 (16:55 -0500)]
hunspell-en-us: Switch to libreoffice dictionaries

7 years agohunspell: Update from 1.4.1 to 1.6.0
Fredrik Fornwall [Tue, 3 Jan 2017 21:38:27 +0000 (16:38 -0500)]
hunspell: Update from 1.4.1 to 1.6.0

7 years agostunnel: Update from 5.38 to 5.39
Fredrik Fornwall [Tue, 3 Jan 2017 21:38:01 +0000 (16:38 -0500)]
stunnel: Update from 5.38 to 5.39

7 years agogstreamer: Update to 1.10.2
Fredrik Fornwall [Tue, 3 Jan 2017 18:44:31 +0000 (13:44 -0500)]
gstreamer: Update to 1.10.2

7 years agoAdd vagrant (#642)
casept [Tue, 3 Jan 2017 18:05:15 +0000 (19:05 +0100)]
Add vagrant (#642)

7 years agotorsocks: add patch for ipv4 and enable package (#650)
Vishal Biswas [Tue, 3 Jan 2017 13:44:59 +0000 (19:14 +0530)]
torsocks: add patch for ipv4 and enable package (#650)

7 years agovalac: add package (#647)
Vishal Biswas [Tue, 3 Jan 2017 13:32:40 +0000 (19:02 +0530)]
valac: add package (#647)

7 years agobuildorder.py: Handle also ' in TERMUX_PKG_DEPENDS
Fredrik Fornwall [Tue, 3 Jan 2017 09:26:10 +0000 (04:26 -0500)]
buildorder.py: Handle also ' in TERMUX_PKG_DEPENDS

7 years agofossil: add package (#646)
Vishal Biswas [Tue, 3 Jan 2017 09:24:27 +0000 (14:54 +0530)]
fossil: add package (#646)

7 years agogolang: Add link to upstream issue for patch
Fredrik Fornwall [Tue, 3 Jan 2017 09:22:29 +0000 (04:22 -0500)]
golang: Add link to upstream issue for patch

7 years agotcl: Bump revision after sqlite update
Fredrik Fornwall [Tue, 3 Jan 2017 09:10:12 +0000 (04:10 -0500)]
tcl: Bump revision after sqlite update

7 years agogolang: fix runtime init on chromeos (#648)
Michael Marineau [Tue, 3 Jan 2017 09:09:55 +0000 (01:09 -0800)]
golang: fix runtime init on chromeos (#648)

Android on ChromeOS uses a restrictive seccomp filter that blocks
sched_getaffinity. Simply assume 1 CPU on any error.

7 years agolibnghttp2: Update from 1.17.0 to 1.18.0
Fredrik Fornwall [Tue, 3 Jan 2017 06:47:48 +0000 (01:47 -0500)]
libnghttp2: Update from 1.17.0 to 1.18.0

7 years agosqlite: update from 3.15.2 to 3.16.0 (#645)
Vishal Biswas [Tue, 3 Jan 2017 06:47:14 +0000 (12:17 +0530)]
sqlite: update from 3.15.2 to 3.16.0 (#645)

7 years agoneovim: Update and tweak
Fredrik Fornwall [Mon, 2 Jan 2017 00:00:36 +0000 (19:00 -0500)]
neovim: Update and tweak

Remove cursor shapes as not all terminal emulators support them

7 years agovim: Remove cursor shapes
Fredrik Fornwall [Sun, 1 Jan 2017 23:14:25 +0000 (18:14 -0500)]
vim: Remove cursor shapes

Not every terminal emulator supports cursor shapes. Fixes #641.

7 years agonano: Update from 2.7.2 to 2.7.3
Fredrik Fornwall [Sat, 31 Dec 2016 13:59:01 +0000 (08:59 -0500)]
nano: Update from 2.7.2 to 2.7.3

7 years agostrace: Update from 4.14 to 4.15
Fredrik Fornwall [Sat, 31 Dec 2016 13:58:20 +0000 (08:58 -0500)]
strace: Update from 4.14 to 4.15

7 years agojoe: Add dependency on libutil
Fredrik Fornwall [Sat, 31 Dec 2016 12:40:34 +0000 (07:40 -0500)]
joe: Add dependency on libutil

7 years agofreetype: Update from 2.6.5 to 2.7.1
Fredrik Fornwall [Sat, 31 Dec 2016 12:38:24 +0000 (07:38 -0500)]
freetype: Update from 2.6.5 to 2.7.1

7 years agoharfbuzz: Update from 1.3.3 to 1.3.4
Fredrik Fornwall [Sat, 31 Dec 2016 12:38:02 +0000 (07:38 -0500)]
harfbuzz: Update from 1.3.3 to 1.3.4

7 years agolibpng: Update from 1.6.26 to 1.6.27
Fredrik Fornwall [Sat, 31 Dec 2016 12:17:22 +0000 (07:17 -0500)]
libpng: Update from 1.6.26 to 1.6.27

7 years agofontconfig: http -> https
Fredrik Fornwall [Sat, 31 Dec 2016 12:16:31 +0000 (07:16 -0500)]
fontconfig: http -> https

7 years agoAdd a joe (editor) package (#622)
rnauber [Sat, 31 Dec 2016 11:57:44 +0000 (12:57 +0100)]
Add a joe (editor) package (#622)

7 years agotermux-tools: Bump version
Fredrik Fornwall [Fri, 30 Dec 2016 03:27:57 +0000 (22:27 -0500)]
termux-tools: Bump version

7 years agofish: Patch to setup TMPDIR if necessary
Fredrik Fornwall [Fri, 30 Dec 2016 00:52:00 +0000 (19:52 -0500)]
fish: Patch to setup TMPDIR if necessary

7 years agotermux-reload-settings: Update help text
Fredrik Fornwall [Wed, 28 Dec 2016 22:14:09 +0000 (17:14 -0500)]
termux-reload-settings: Update help text

7 years agodnsutils: Update from 9.10.4 to 9.11.0-P1
Fredrik Fornwall [Wed, 28 Dec 2016 01:55:59 +0000 (20:55 -0500)]
dnsutils: Update from 9.10.4 to 9.11.0-P1

7 years agopicolisp: Update from 16.11.24 to 16.12.22
Fredrik Fornwall [Wed, 28 Dec 2016 01:10:28 +0000 (20:10 -0500)]
picolisp: Update from 16.11.24 to 16.12.22

7 years agotermux-tools: Add termux-wake-{lock,unlock}
Fredrik Fornwall [Mon, 26 Dec 2016 03:29:30 +0000 (22:29 -0500)]
termux-tools: Add termux-wake-{lock,unlock}

7 years agoaria2: Remove running autoreconf
Fredrik Fornwall [Sun, 25 Dec 2016 23:55:38 +0000 (18:55 -0500)]
aria2: Remove running autoreconf

7 years agolibuv: Update from 1.10.0 to 1.10.1
Fredrik Fornwall [Sun, 25 Dec 2016 23:50:52 +0000 (18:50 -0500)]
libuv: Update from 1.10.0 to 1.10.1

7 years agolibtermkey: Update from 0.18 to 0.19
Fredrik Fornwall [Sun, 25 Dec 2016 17:10:47 +0000 (12:10 -0500)]
libtermkey: Update from 0.18 to 0.19

7 years agofixed reverse patch (#620)
Vishal Biswas [Sun, 25 Dec 2016 17:10:22 +0000 (22:40 +0530)]
fixed reverse patch (#620)

7 years agoelixir: Add as disabled package
Fredrik Fornwall [Fri, 23 Dec 2016 22:57:19 +0000 (17:57 -0500)]
elixir: Add as disabled package

7 years agocommand-not-found: Bump with new commands
Fredrik Fornwall [Fri, 23 Dec 2016 22:31:14 +0000 (17:31 -0500)]
command-not-found: Bump with new commands

7 years agoerlang: Update from 18.3.3 to 19.2
Fredrik Fornwall [Fri, 23 Dec 2016 22:17:53 +0000 (17:17 -0500)]
erlang: Update from 18.3.3 to 19.2

Also fix how the system openssl is specified.