Fredrik Fornwall
22217dc4c4
gdbm: Update from 1.14.1 to 1.15
7 years ago
Fredrik Fornwall
8ed151738b
vtutils: Update download url
7 years ago
Fredrik Fornwall
8346560675
minicom: Update download url
7 years ago
Leonid Plyushch
a376bfeb60
glib: update patch 'fix-hardcoded-paths.patch'
7 years ago
Leonid Plyushch
c1e05918a1
libuuid: use correct path for /var/lib/libuuid/clock.txt
7 years ago
Leonid Plyushch
ea57cd5ee1
openssl: fix paths for '/etc/egd-pool' and '/etc/entropy'
7 years ago
Joakim
f4a2e468de
ldc: Update from 1.9 to 1.10
7 years ago
Leonid Plyushch
d9c56fd35e
libcurl: use correct path for 'ntlm_auth'
7 years ago
Leonid Plyushch
1231bdf90b
libsqlite: use correct path for temp dirs
7 years ago
Leonid Plyushch
5c7c50fb67
libcairo: fix tmpdir path for 'libcairo-script-interpreter.so'
7 years ago
Leonid Plyushch
43fb26be50
libsndfile: fix tmpdir
7 years ago
Leonid Plyushch
9dbafffab5
perl: fix tmpdir path in 'libperl.so'
7 years ago
Fredrik Fornwall
0e4bf84777
utfdecode: Fix download url
7 years ago
Leonid Plyushch
bbcaf838c6
ca-certificates: update to 20180620
7 years ago
Fredrik Fornwall
ca306bc7c2
libcurul: Configure --without-brotli
7 years ago
Fredrik Fornwall
309e191715
libgnutls: libidn -> libidn2
7 years ago
Fredrik Fornwall
e35f8cf482
qalc: Update from 2.5.0 to 2.6.0b
7 years ago
Leonid Plyushch
aa357f14e0
poppler: fix tmpdir
7 years ago
Leonid Plyushch
379adf8445
poppler: fix fonts-related paths
7 years ago
Leonid Plyushch
b0c6339832
nano: fix shell path
7 years ago
Leonid Plyushch
8fb771a213
gnupg2: fix shell path
7 years ago
Leonid Plyushch
f1f1d20279
gdb: fix default editor for command 'edit'
7 years ago
Leonid Plyushch
07d63328bc
libedit: update to 20180525-3.1
7 years ago
Leonid Plyushch
65544d0975
libgnutls: use correct path for /etc/gnutls/default-priorities
7 years ago
Marcel Dopita
97bf563d5f
nzbget: Update from 19.1 to 20.0
Also fixes overwriting of config file during package upgrade. Use config in etc
as default instead (leaves config in users home to allow overriding).
7 years ago
Chih-Hsuan Yen
15d5b39f7a
rclone: Update from 1.41 to 1.42
7 years ago
Fredrik Fornwall
304acd0131
erlang: Update from 20.3.7 to 20.3.8
7 years ago
Leonid Plyushch
b9d2776373
diffutils: fix path to 'pr'
7 years ago
Leonid Plyushch
4f38fea57e
lynx: update to v2.8.9dev.19
7 years ago
Fredrik Fornwall
249e4cd5b3
cmake: Update from 3.11.3 to 3.11.4
7 years ago
Fredrik Fornwall
fca46c9e74
vim-python: Copy patch from vim
7 years ago
Fredrik Fornwall
c3a784b9d0
pass: Update from 1.7.1 to 1.7.2
7 years ago
Fredrik Fornwall
f7ec610247
redis: Update from 4.0.9 to 4.0.10
7 years ago
Fredrik Fornwall
0eae516a5b
gsl: Update from 2.4 to 2.5
7 years ago
Leonid Plyushch
0a6554fc98
vim: fix shell path
7 years ago
Fredrik Fornwall
d3e81b1c11
Handle dependencies like 'a | b' in buildorder.py
7 years ago
Fredrik Fornwall
63d47bacb5
termux-api: Update from 0.30 to 0.31
7 years ago
Mael
0e3b09387c
Let yarn depend on nodejs or nodejs-current
7 years ago
Fredrik Fornwall
66ebf5a4b9
Merge pull request #2522 from xeffyr/libcairo
libcairo: don't use XCB if present
7 years ago
Leonid Plyushch
0fc5af88df
libcairo: don't use XCB if present
7 years ago
Fredrik Fornwall
de578dfea5
nodejs: Update from 8.11.2 to 8.11.3
7 years ago
Fredrik Fornwall
f3adf8454d
mariadb: Update from 10.2.15 to 10.3.7
7 years ago
Fredrik Fornwall
fc1469e451
notmuch: Update from 0.26.2 to 0.27
7 years ago
Fredrik Fornwall
40929981f8
tor: Update from 0.3.3.6 to 0.3.3.7
7 years ago
Fredrik Fornwall
9801746757
libgcrypt: Update from 1.8.2 to 1.8.3
7 years ago
Fredrik Fornwall
afd59d1441
harfbuzz: Update from 1.8.0 to 1.8.1
7 years ago
Fredrik Fornwall
f81da103b8
glulxe: Use termux_download instead of curl directly
7 years ago
Fredrik Fornwall
35c10373c0
Merge pull request #2515 from Grimler91/debug
build-package.sh: don't set TERMUX_PKG_REPLACES for debug builds
7 years ago
Henrik Grimler
1bdff7e4d7
build-package.sh: don't set TERMUX_PKG_REPLACES for debug builds
It was introduced in c18051e781
. It didn't work as expected.
7 years ago
Henrik Grimler
84b372babc
Allow TERMUX_PKG_SRCURL and TERMUX_PKG_SHA256 to be arrays ( #2506 )
* build-package.sh: allow for arrays in TERMUX_PKG_{SRCURL,SHA256}
Packages that require several source archives can then set these parameters to
arrays instead of downloading them "manually" in termux_step_post_extract.
Downloaded files are extracted into subfolders in TERMUX_PKG_SRCDIR.
Tested for backward compatibility in a couple of packages and the combinations
tar + tar, zip + tar, tar + zip, zip + zip.
* perl: download perl-cross through TERMUX_PKG_SRCURL
* perl: remove $PREFIX/{lib/libperl.so,include/perl} before build
Otherwise building perl twice doesn't give the same results, symlinks are
messed up.
Also remove old remnant from when there was a Kid.pm.patch.
* bash: fix tiny typo
* ecj: remove hardcoded SHA256 and pkg version
* elfutils: download argp-standalone through TERMUX_PKG_SRCURL
* ldc: download all src archives through TERMUX_PKG_SRCURL
* libgc: download libatomic_ops through TERMUX_PKG_SRCURL
* libllvm: download all src archives through TERMUX_PKG_SRCURL
* linux-man-pages: download src archives through TERMUX_PKG_SRCURL
* ncurses: download all src archives through TERMUX_PKG_SRCURL
* pngquant: download lib sources through TERMUX_PKG_SRCURL
Use .zip for lib since the downloaded archives are otherwise both named
$TERMUX_PKG_VERSION.tar.gz and replace each other. This causes caching to
not work.
7 years ago