termux-packages
6 years agovim: Update from 8.0.1112 to 8.0.1129 (#1549)
Auxilus [Wed, 20 Sep 2017 20:09:01 +0000 (01:39 +0530)]
vim: Update from 8.0.1112 to 8.0.1129 (#1549)

6 years agoecj: Switch to working mirror
Fredrik Fornwall [Wed, 20 Sep 2017 20:03:06 +0000 (22:03 +0200)]
ecj: Switch to working mirror

6 years agoheyu: Add package (#1505)
Stephen [Wed, 20 Sep 2017 19:54:14 +0000 (12:54 -0700)]
heyu: Add package (#1505)

6 years agoHandle more tar files in root folder detection
Fredrik Fornwall [Wed, 20 Sep 2017 19:27:36 +0000 (21:27 +0200)]
Handle more tar files in root folder detection

Fixes #1548.

6 years agoca-certificates: Update to 2017-09-20 CA file
Fredrik Fornwall [Wed, 20 Sep 2017 19:26:30 +0000 (21:26 +0200)]
ca-certificates: Update to 2017-09-20 CA file

6 years agogmic: Add build dependencies (#1444)
Stephen [Wed, 20 Sep 2017 18:46:33 +0000 (11:46 -0700)]
gmic: Add build dependencies (#1444)

6 years agoopenssh: Configure with --with-mantype=man
Fredrik Fornwall [Wed, 20 Sep 2017 18:34:36 +0000 (20:34 +0200)]
openssh: Configure with --with-mantype=man

6 years agoopenssh: Verify that we have packaged up man pages
Fredrik Fornwall [Tue, 19 Sep 2017 23:49:50 +0000 (01:49 +0200)]
openssh: Verify that we have packaged up man pages

6 years agobyobu: Avoid "locale charmap" call, hardcode UTF-8
Fredrik Fornwall [Tue, 19 Sep 2017 23:42:37 +0000 (01:42 +0200)]
byobu: Avoid "locale charmap" call, hardcode UTF-8

6 years agoopenssh: Rebuild to get man pages (#1538)
Fredrik Fornwall [Tue, 19 Sep 2017 23:37:41 +0000 (01:37 +0200)]
openssh: Rebuild to get man pages (#1538)

6 years agolftp: Fix arm build for 4.8.1
Fredrik Fornwall [Tue, 19 Sep 2017 23:31:11 +0000 (01:31 +0200)]
lftp: Fix arm build for 4.8.1

6 years agofreetype: Update from 2.8 to 2.8.1
Fredrik Fornwall [Tue, 19 Sep 2017 22:55:17 +0000 (00:55 +0200)]
freetype: Update from 2.8 to 2.8.1

6 years agopick: Update from 1.8.0 to 1.9.0
Fredrik Fornwall [Tue, 19 Sep 2017 22:54:26 +0000 (00:54 +0200)]
pick: Update from 1.8.0 to 1.9.0

6 years agolftp: Update from 4.8.0 to 4.8.1
Fredrik Fornwall [Tue, 19 Sep 2017 22:49:43 +0000 (00:49 +0200)]
lftp: Update from 4.8.0 to 4.8.1

6 years agoDrop need of setting TERMUX_PKG_FOLDERNAME
Fredrik Fornwall [Tue, 19 Sep 2017 22:48:04 +0000 (00:48 +0200)]
Drop need of setting TERMUX_PKG_FOLDERNAME

Instead figure out the top level source folder ourselves.

6 years agoecj: Switch to working src url
Fredrik Fornwall [Tue, 19 Sep 2017 22:17:44 +0000 (00:17 +0200)]
ecj: Switch to working src url

6 years agovcsh: Minor nits
Fredrik Fornwall [Tue, 19 Sep 2017 22:17:20 +0000 (00:17 +0200)]
vcsh: Minor nits

6 years agoruby: Bump revision after arm -O1 workaround
Fredrik Fornwall [Tue, 19 Sep 2017 21:06:02 +0000 (23:06 +0200)]
ruby: Bump revision after arm -O1 workaround

6 years agoprocps: Bump revision after patch
Fredrik Fornwall [Tue, 19 Sep 2017 21:05:22 +0000 (23:05 +0200)]
procps: Bump revision after patch

6 years agoadd vcsh
Edward Betts [Tue, 19 Sep 2017 11:53:06 +0000 (12:53 +0100)]
add vcsh

6 years agoadd devpackage depends to gnutls
Stephen [Mon, 18 Sep 2017 01:20:27 +0000 (18:20 -0700)]
add devpackage depends to gnutls

#1169

for ffmpeg

6 years agoversion bump
Stephen [Sun, 17 Sep 2017 23:06:17 +0000 (16:06 -0700)]
version bump

need new package for #1169

6 years agoIgnore Permission denied in several places.
Vladimir Serbinenko [Sat, 26 Aug 2017 22:21:39 +0000 (00:21 +0200)]
Ignore Permission denied in several places.

On some Androids many of proc files can't actually be opened. So ignore
when opening fails and go on.

6 years agoUpdate meson version used from 0.42.0 to 0.42.1
Fredrik Fornwall [Sun, 17 Sep 2017 21:37:59 +0000 (23:37 +0200)]
Update meson version used from 0.42.0 to 0.42.1

6 years agonodejs-current: fix hardcoded paths
Leonid Plyushch [Thu, 14 Sep 2017 13:15:05 +0000 (16:15 +0300)]
nodejs-current: fix hardcoded paths

6 years agonodejs: fix hardcoded paths
Leonid Plyushch [Thu, 14 Sep 2017 13:07:01 +0000 (16:07 +0300)]
nodejs: fix hardcoded paths

6 years agoninja: add package
Joakim [Fri, 15 Sep 2017 16:41:26 +0000 (16:41 +0000)]
ninja: add package

6 years agoruby: Build with -O1 on 32-bit arm (see #1520)
Fredrik Fornwall [Sun, 17 Sep 2017 21:19:25 +0000 (23:19 +0200)]
ruby: Build with -O1 on 32-bit arm (see #1520)

6 years agotermux-tools: Make bin/login handle arguments
Fredrik Fornwall [Sun, 17 Sep 2017 20:43:03 +0000 (22:43 +0200)]
termux-tools: Make bin/login handle arguments

As we now use bin/login even from e.g. sshd we need to handle
arguments by forwarding it to the login shell and not displaying
a motd in that case. Fixes #1529.

6 years agotermux-exec: Update from 0.1 to 0.2
Fredrik Fornwall [Sun, 17 Sep 2017 20:13:38 +0000 (22:13 +0200)]
termux-exec: Update from 0.1 to 0.2

6 years agoopenssh: Remove showing motd
Fredrik Fornwall [Sun, 17 Sep 2017 19:03:46 +0000 (21:03 +0200)]
openssh: Remove showing motd

6 years agondk-patches: Fix pwd.h patch
Fredrik Fornwall [Sun, 17 Sep 2017 18:51:35 +0000 (20:51 +0200)]
ndk-patches: Fix pwd.h patch

6 years agoapt: Update from 1.2.12 to 1.4.7
Fredrik Fornwall [Sun, 17 Sep 2017 18:51:20 +0000 (20:51 +0200)]
apt: Update from 1.2.12 to 1.4.7

6 years agoltrace: Rebuild to get rid of old libgnustl dep
Fredrik Fornwall [Sun, 17 Sep 2017 14:12:32 +0000 (16:12 +0200)]
ltrace: Rebuild to get rid of old libgnustl dep

6 years agotermux-exec: Add package
Fredrik Fornwall [Sun, 17 Sep 2017 14:12:20 +0000 (16:12 +0200)]
termux-exec: Add package

6 years agoopenssh: Bump revision after getpwd() patch update
Fredrik Fornwall [Sun, 17 Sep 2017 13:55:59 +0000 (15:55 +0200)]
openssh: Bump revision after getpwd() patch update

6 years agondk-patches: Use bin/login in getpwd()
Fredrik Fornwall [Sun, 17 Sep 2017 13:55:41 +0000 (15:55 +0200)]
ndk-patches: Use bin/login in getpwd()

6 years agolibgnustl: Remove package (replaced by libc++)
Fredrik Fornwall [Sun, 17 Sep 2017 09:09:29 +0000 (11:09 +0200)]
libgnustl: Remove package (replaced by libc++)

6 years agopython2: fix hardcoded paths
Leonid Plyushch [Fri, 15 Sep 2017 12:00:09 +0000 (15:00 +0300)]
python2: fix hardcoded paths

6 years agopython: fix hardcoded paths
Leonid Plyushch [Fri, 15 Sep 2017 12:13:01 +0000 (15:13 +0300)]
python: fix hardcoded paths

6 years agoruby: Build with -Os instead of -Oz (see #1520)
Fredrik Fornwall [Sat, 16 Sep 2017 23:24:18 +0000 (01:24 +0200)]
ruby: Build with -Os instead of -Oz (see #1520)

When building ruby with clang and -Oz it segmentation faults on
32-bit arm, so use -Os there instead.

6 years agolibgrpc: Update from 1.4.2 to 1.4.5
Fredrik Fornwall [Sat, 16 Sep 2017 13:05:35 +0000 (15:05 +0200)]
libgrpc: Update from 1.4.2 to 1.4.5

6 years agoprotobuf: Update from 3.3.2 to 3.4.1
Fredrik Fornwall [Sat, 16 Sep 2017 13:05:03 +0000 (15:05 +0200)]
protobuf: Update from 3.3.2 to 3.4.1

Bump and rebuild mosh against new libprotobuf version.

6 years agolibyaml: Switch to working src url
Fredrik Fornwall [Sat, 16 Sep 2017 12:42:12 +0000 (14:42 +0200)]
libyaml: Switch to working src url

6 years agovim: Update from 8.0.1092 to 8.0.1112
Fredrik Fornwall [Sat, 16 Sep 2017 12:42:04 +0000 (14:42 +0200)]
vim: Update from 8.0.1092 to 8.0.1112

6 years agomicro: Update from 1.3.1 to 1.3.2
Fredrik Fornwall [Sat, 16 Sep 2017 09:33:53 +0000 (11:33 +0200)]
micro: Update from 1.3.1 to 1.3.2

6 years agoruby: fix hardcoded paths
Leonid Plyushch [Fri, 15 Sep 2017 11:01:58 +0000 (14:01 +0300)]
ruby: fix hardcoded paths

6 years agoadd libjpeg-turbo to zbar depends
Stephen [Thu, 14 Sep 2017 23:50:00 +0000 (16:50 -0700)]
add libjpeg-turbo to zbar depends

#1169

6 years agocommand-not-found: Regenerate
Fredrik Fornwall [Sat, 16 Sep 2017 09:25:26 +0000 (11:25 +0200)]
command-not-found: Regenerate

6 years agoRebuild all packages with control.tar.gz
Fredrik Fornwall [Thu, 14 Sep 2017 22:38:35 +0000 (00:38 +0200)]
Rebuild all packages with control.tar.gz

Bump the version of all old packages that contained a control.tar.gz
file - as of now only control.tar.xz is used. See #1398.

6 years agotcsh: Depend on libcrypt
Fredrik Fornwall [Thu, 14 Sep 2017 20:51:38 +0000 (22:51 +0200)]
tcsh: Depend on libcrypt

6 years agoruby: Depend on libyaml
Fredrik Fornwall [Thu, 14 Sep 2017 20:51:11 +0000 (22:51 +0200)]
ruby: Depend on libyaml

6 years agoreadline-dev: Add pkg-config file
Fredrik Fornwall [Thu, 14 Sep 2017 20:32:41 +0000 (22:32 +0200)]
readline-dev: Add pkg-config file

6 years agoadd ncurses-dev to lftp build dependencies
Stephen [Mon, 11 Sep 2017 20:08:37 +0000 (13:08 -0700)]
add ncurses-dev to lftp build dependencies

#1169

6 years agoneed to specify
Stephen [Mon, 11 Sep 2017 20:26:10 +0000 (13:26 -0700)]
need to specify

6 years agoadd readline build dependency to lua
Stephen [Mon, 11 Sep 2017 20:20:26 +0000 (13:20 -0700)]
add readline build dependency to lua

#1169

deals with subpackage dependency

6 years agoadd build dependencies for ncdc
Stephen [Mon, 11 Sep 2017 22:51:10 +0000 (15:51 -0700)]
add build dependencies for ncdc

#1169

6 years agoadd dependencies to poppler
Stephen [Mon, 11 Sep 2017 23:47:09 +0000 (16:47 -0700)]
add dependencies to poppler

#1169

6 years agoadd libtool to libpulseaudio build depends
Stephen [Tue, 12 Sep 2017 00:05:33 +0000 (17:05 -0700)]
add libtool to libpulseaudio build depends

#1169

6 years agoadd libgpg-error-dev to gcrypt devpackage depends
Stephen [Tue, 12 Sep 2017 13:41:12 +0000 (06:41 -0700)]
add libgpg-error-dev to gcrypt devpackage depends

#1169

6 years agofixing bad copy
Stephen [Tue, 12 Sep 2017 17:41:22 +0000 (10:41 -0700)]
fixing bad copy

6 years agoadd private headers for dev package
Stephen [Tue, 12 Sep 2017 17:11:14 +0000 (10:11 -0700)]
add private headers for dev package

#1169

needed for expect

6 years agoadd dependencies to mpd depends
Stephen [Tue, 12 Sep 2017 00:54:28 +0000 (17:54 -0700)]
add dependencies to mpd depends

#1169

6 years agoadd glib dependency to gegl depends
Stephen [Tue, 12 Sep 2017 01:06:29 +0000 (18:06 -0700)]
add glib dependency to gegl depends

#1169

6 years agoadd libgpg-error to gpgme dev package depends
Stephen [Tue, 12 Sep 2017 00:29:10 +0000 (17:29 -0700)]
add libgpg-error to gpgme dev package depends

#1169

6 years agoUpdate build.sh
Stephen [Tue, 12 Sep 2017 00:48:51 +0000 (17:48 -0700)]
Update build.sh

6 years agoliblua: fix path in LUA_TMPNAMETEMPLATE
Leonid Plyushch [Thu, 14 Sep 2017 10:43:48 +0000 (13:43 +0300)]
liblua: fix path in LUA_TMPNAMETEMPLATE

6 years agoruby: Update from 2.4.1 to 2.4.2
Fredrik Fornwall [Thu, 14 Sep 2017 20:01:28 +0000 (22:01 +0200)]
ruby: Update from 2.4.1 to 2.4.2

6 years agotcsh: Add package (#1509)
Stephen [Thu, 14 Sep 2017 19:59:54 +0000 (12:59 -0700)]
tcsh: Add package (#1509)

6 years agohub: Fix source checksum (#1443)
Stephen [Thu, 14 Sep 2017 19:58:26 +0000 (12:58 -0700)]
hub: Fix source checksum (#1443)

6 years agoopenjpeg: update to 2.2.0
Leonid Plyushch [Thu, 14 Sep 2017 17:11:43 +0000 (20:11 +0300)]
openjpeg: update to 2.2.0

6 years agohttping: fix path in SPAM_FILE
Leonid Plyushch [Thu, 14 Sep 2017 10:32:08 +0000 (13:32 +0300)]
httping: fix path in SPAM_FILE

6 years agoleptonica: fixed wrong checksum
Leonid Plyushch [Thu, 14 Sep 2017 15:57:31 +0000 (18:57 +0300)]
leptonica: fixed wrong checksum

6 years agoleptonica: update to 1.74.4
Leonid Plyushch [Thu, 14 Sep 2017 15:55:30 +0000 (18:55 +0300)]
leptonica: update to 1.74.4

6 years agounrar: make getpass() static
Leonid Plyushch [Thu, 14 Sep 2017 17:46:28 +0000 (20:46 +0300)]
unrar: make getpass() static

6 years agounrar: rewrite getpass() so password will not be echoed
Leonid Plyushch [Thu, 14 Sep 2017 17:42:44 +0000 (20:42 +0300)]
unrar: rewrite getpass() so password will not be echoed

6 years agounrar: update to 5.5.8
Leonid Plyushch [Thu, 14 Sep 2017 17:31:02 +0000 (20:31 +0300)]
unrar: update to 5.5.8

6 years agostrace: update to 4.19
Leonid Plyushch [Thu, 14 Sep 2017 17:50:38 +0000 (20:50 +0300)]
strace: update to 4.19

6 years agow3m: Build with --enable-image=no
Fredrik Fornwall [Thu, 14 Sep 2017 18:23:56 +0000 (20:23 +0200)]
w3m: Build with --enable-image=no

6 years agomegatools: Add source checksum
Fredrik Fornwall [Thu, 14 Sep 2017 18:23:37 +0000 (20:23 +0200)]
megatools: Add source checksum

6 years agopoppler: Revert back to 0.57.0 (see #1486)
Fredrik Fornwall [Thu, 14 Sep 2017 18:21:50 +0000 (20:21 +0200)]
poppler: Revert back to 0.57.0 (see #1486)

The package version number is 0.59.0.1 to get a higher version
number, but the poppler version used is 0.57.0.

This ugliness will be temporary until we can update to a later
version.

6 years agoncurses: fix path to tmpdir in 'tic'
Leonid Plyushch [Thu, 14 Sep 2017 12:49:55 +0000 (15:49 +0300)]
ncurses: fix path to tmpdir in 'tic'

6 years agogdb: fix path in TMP_PREFIX
Leonid Plyushch [Thu, 14 Sep 2017 10:27:14 +0000 (13:27 +0300)]
gdb: fix path in TMP_PREFIX

6 years agohunspell: fix hardcoded paths
Leonid Plyushch [Thu, 14 Sep 2017 10:38:32 +0000 (13:38 +0300)]
hunspell: fix hardcoded paths

6 years agoman: fix path to '/tmp' in mandocdb.c
Leonid Plyushch [Thu, 14 Sep 2017 11:34:58 +0000 (14:34 +0300)]
man: fix path to '/tmp' in mandocdb.c

6 years agomathomatic: fix path in TMP_FILE
Leonid Plyushch [Thu, 14 Sep 2017 11:37:35 +0000 (14:37 +0300)]
mathomatic: fix path in TMP_FILE

6 years agomegatools: fix hardcoded paths
Leonid Plyushch [Thu, 14 Sep 2017 11:40:48 +0000 (14:40 +0300)]
megatools: fix hardcoded paths

6 years agoopenssh: fix hardcoded paths
Leonid Plyushch [Thu, 14 Sep 2017 13:35:29 +0000 (16:35 +0300)]
openssh: fix hardcoded paths

6 years agorlwrap: fix hardcoded paths
Leonid Plyushch [Thu, 14 Sep 2017 13:55:44 +0000 (16:55 +0300)]
rlwrap: fix hardcoded paths

6 years agoneofetch: update to 3.3.0
Muhammad Herdiansyah [Thu, 14 Sep 2017 13:27:11 +0000 (20:27 +0700)]
neofetch: update to 3.3.0

6 years agoadd libogg to vorbis-tools dependency
Stephen [Tue, 12 Sep 2017 15:50:36 +0000 (08:50 -0700)]
add libogg to vorbis-tools dependency

#1169

6 years agoXorriso Bump version
Auxilus [Wed, 13 Sep 2017 13:42:38 +0000 (19:12 +0530)]
Xorriso Bump version

6 years agoUpdate build.sh
Auxilus [Wed, 13 Sep 2017 12:27:04 +0000 (17:57 +0530)]
Update build.sh

6 years agoglib: bump revision
Leonid Plyushch [Wed, 13 Sep 2017 11:59:39 +0000 (14:59 +0300)]
glib: bump revision

6 years agoglib: fix hardcoded paths
Leonid Plyushch [Wed, 13 Sep 2017 11:57:54 +0000 (14:57 +0300)]
glib: fix hardcoded paths

6 years agoffmpeg: Update from 3.3.3 to 3.3.4
Fredrik Fornwall [Wed, 13 Sep 2017 13:44:48 +0000 (15:44 +0200)]
ffmpeg: Update from 3.3.3 to 3.3.4

6 years agoldc: Build with -DPYTHON_EXECUTABLE=`which python`
Fredrik Fornwall [Wed, 13 Sep 2017 13:44:02 +0000 (15:44 +0200)]
ldc: Build with -DPYTHON_EXECUTABLE=`which python`

This avoids a cross-compiled python binary from being picked up.

6 years agoadd libpng-dev to gdk-pixbuf devpackage depends
Stephen [Tue, 12 Sep 2017 17:18:04 +0000 (10:18 -0700)]
add libpng-dev to gdk-pixbuf devpackage depends

#1169

6 years agoadd libgraphite-dev to harfbuzz dev dependencies
Stephen [Tue, 12 Sep 2017 17:26:34 +0000 (10:26 -0700)]
add libgraphite-dev to harfbuzz dev dependencies

#1169

6 years agoadd freetype-dev to fontconfig dev dependencies
Stephen [Tue, 12 Sep 2017 17:27:40 +0000 (10:27 -0700)]
add freetype-dev to fontconfig dev dependencies

#1169