Fredrik Fornwall
ab26ebd054
tig: Update from 2.3.2 to 2.3.3
2018-02-01 11:11:43 +01:00
Fredrik Fornwall
44bd98656f
nodejs-current: Update from 9.4.0 to 9.5.0
2018-02-01 11:06:00 +01:00
Fredrik Fornwall
8238fda404
harfbuzz: Update from 1.7.4 to 1.7.5
2018-02-01 11:02:52 +01:00
Fredrik Fornwall
997d9cecb2
fontconfig: Update from 2.12.4 to 2.12.6
2018-02-01 11:02:29 +01:00
Fredrik Fornwall
897f4b2260
bash: Update from 4.4.12 to 4.4.18
2018-02-01 11:02:05 +01:00
Fredrik Fornwall
97e271c9b2
vim: Update from 8.0.1400 to 8.0.1450
2018-02-01 11:01:42 +01:00
Fredrik Fornwall
76704e7929
ncurses: Switch to bintray mirror ( fixes #2077 )
2018-01-31 11:23:36 +01:00
Fredrik Fornwall
9b20a20b25
ncurses: Update from 6.0.20171216 to 6.1.20180129
2018-01-31 11:15:34 +01:00
Fredrik Fornwall
f20aaa995b
ht: Remove package
...
$PREFIX/bin/ht from this package conflicts with texlive-bin. Let's
remove this package for now and add it back if needed.
2018-01-30 16:17:03 +01:00
Fredrik Fornwall
18e43d2fc8
teckit: Prevent linkage against libexpat
2018-01-30 16:11:57 +01:00
Henrik Grimler
43246f018e
texlive: Correctly remove old files
2018-01-30 14:14:33 +01:00
Henrik Grimler
3aa89f668c
texlive: patch texmf.cnf to point towards correct path
...
Necessary after files have been moved to standard path.
Also add remove file from texlive to avoid file clash with texlive-bin.
2018-01-30 14:14:33 +01:00
Henrik Grimler
5e08ebac2e
texlive: Reshaping termux_step_extract_package to enable moving files to standard location
...
patch tlmgr to look for files in the right location. Patch texmf.cnf so that kpathsea finds files in the right location.
2018-01-30 14:14:33 +01:00
Henrik Grimler
353d99c278
texlive-bin: remove perl as dependency as it is only required for a few optional scripts
2018-01-30 14:14:33 +01:00
Henrik Grimler
e2f3d0e509
teckit: add package
...
Make texlive-bin use system teckit. This makes it possible to build texlive-bin in debug mode (previously failed due to some linking error).
2018-01-30 14:14:33 +01:00
Henrik Grimler
3c27d8afbc
texlive: move texmf.cnf from texlive to texlive-bin
...
Some files (like texmf.cnf) are patched/changed when building texlive-bin.
It is therefore better to include them in texlive-bin instead of using the
original files in texlive.
2018-01-30 14:14:33 +01:00
Henrik Grimler
7e2699df15
texlive: Move files to std locations [WIP]
2018-01-30 14:14:33 +01:00
Henrik Grimler
0a2568a871
poppler: revert commit efabca9
...
Possible thanks to new texlive-bin patches from upstream.
Valgrind no longer gives errors and pdflatex is about twice as fast when
including (some?) pdf images.
2018-01-30 14:14:33 +01:00
Henrik Grimler
ac1f056de0
texlive-bin: use latest poppler patches from upstream
2018-01-30 14:14:33 +01:00
kuburan
15c27a4f9d
update gifsicle v1.91
2018-01-30 14:13:24 +01:00
Fredrik Fornwall
cd68aaae0a
zstd: Update from 1.3.2 to 1.3.3
2018-01-29 15:41:21 +01:00
Fredrik Fornwall
30ca8c1c02
ncdu: Update from 1.12 to 1.13
2018-01-29 13:37:39 +01:00
Fredrik Fornwall
ec070aa3d5
nano: Update from 2.9.2 to 2.9.3
2018-01-29 13:37:07 +01:00
Fredrik Fornwall
9ca986430e
ranger: Skip running pylint
2018-01-29 11:40:44 +01:00
Fredrik Fornwall
b490abcff2
ranger: Update from 1.8.1 to 1.9.0
2018-01-29 10:38:31 +01:00
Fredrik Fornwall
a83f7ab3d6
binutils: Update from 2.29.1 to 2.30
2018-01-29 10:38:02 +01:00
Fredrik Fornwall
132e9c2047
micro: Update from 1.3.4 to 1.4.0
2018-01-29 10:37:46 +01:00
Fredrik Fornwall
f161444619
rsync: Update from 3.1.2 to 3.1.3
2018-01-29 10:37:25 +01:00
Fredrik Fornwall
4e4c075bcb
mutt: Update from 1.9.2 to 1.9.3
2018-01-29 10:37:06 +01:00
Fredrik Fornwall
bc8f9dc1db
pwgen: Reset revision after version bump
2018-01-25 22:18:43 +01:00
Fredrik Fornwall
a56a59b21c
libjansson: Skip default maintainer
2018-01-25 22:18:27 +01:00
Fredrik Fornwall
1508ae8a5c
imagemagick: Update from 7.0.7.17 to 7.0.7.22
2018-01-25 22:17:56 +01:00
Auxilus
e64c774b0e
Update parallel to 20180122 ( #2053 )
2018-01-25 22:17:29 +01:00
kuburan
b51708802e
add libjansson package ( #2058 )
2018-01-25 22:17:17 +01:00
sogaiu
efe2d03821
Vagrantfile tweaks
...
Existing Vagrantfile lead to some problems here during provisioning:
1. setup-ubuntu.sh would fail
and after:
2. build-all.sh would run out of disk space
3. build-all.sh would exit due to permission issues
Issue 1 can be addressed by running sudo apt-get update before setup-ubuntu.sh in the Vagrantfile.
One way to address issue 2 is to use the vagrant-disksize plugin:
https://github.com/sprotheroe/vagrant-disksize
It can be installed by:
vagrant plugin install vagrant-disksize
Then modifying Vagrantfile to contain a line like:
config.disksize.size = '50GB'
causes the first partition to be enlarged to 50GB during provisioning. Combined with an appropriate invocation of resize2fs:
sudo resize2fs /dev/sda1
so that the filesystem in the partition is resized, the disk space issue seems alleviated.
Issue 3 can be addressed by changing the user from 'ubuntu' to 'vagrant' in the Vagrantfile -- at least that's what worked here.
2018-01-25 22:15:35 +01:00
Jiri Tyr
c5789ee438
GBT version bump to v1.2.0
2018-01-25 22:13:57 +01:00
Fredrik Fornwall
b588ee61c4
picolisp: Update from 17.11.29 to 18.1.24
2018-01-25 20:48:54 +01:00
Fredrik Fornwall
07b4a7fb8e
w3m: Update from 20170102 to 20180125
2018-01-25 20:48:17 +01:00
Fredrik Fornwall
049387cf82
libcurl: Update from 7.57.0 to 7.58.0
2018-01-25 20:47:58 +01:00
Fredrik Fornwall
7df6eb38a1
redis: Update from 4.0.6 to 4.0.7
2018-01-25 20:47:45 +01:00
Fredrik Fornwall
a6e262b755
linux-man-pages: Update from 4.13 to 4.14
2018-01-24 17:33:11 +01:00
Fredrik Fornwall
3fc4aa5920
termux-tools: Unset LD_PRELOAD when calling system
...
Some 64-bit systems seems to have 32-bit binaries in /system/bin,
so unset LD_PRELOAD before calling them. See #551 .
2018-01-24 17:20:25 +01:00
Jiri Tyr
78b9b0e7a1
Version bump for GBT v1.1.7
2018-01-24 13:33:53 +01:00
Fredrik Fornwall
b310956fb1
dropbear: Fix path to sftp-server ( fixes #2059 )
2018-01-24 11:03:11 +01:00
Fredrik Fornwall
f16d902fd9
gegl: Update from 0.3.26 to 0.3.28
2018-01-24 10:50:01 +01:00
Fredrik Fornwall
59f2a111e0
babl: Update from 0.1.40 to 0.1.42
2018-01-24 10:49:35 +01:00
Fredrik Fornwall
e8dd908ee3
libjpeg-turbo: Update from 1.5.2 to 1.5.3
2018-01-24 10:49:21 +01:00
Fredrik Fornwall
467a33d284
leptonica: Update from 1.74.4 to 1.75.0
2018-01-23 23:11:01 +01:00
Fredrik Fornwall
b45d6742d8
libsqlite: Update from 3.21.0 to 3.22.0
2018-01-23 22:35:31 +01:00
Fredrik Fornwall
bbaf9a3093
golang: Update from 1.9.2 to 1.9.3
2018-01-23 22:35:15 +01:00