Commit Graph

7184 Commits

Author SHA1 Message Date
Leonid Pliushch f9b5f96b5a libcurl: unsplit 'curl' subpackage
Both packages are essential and expect to be in bootstrap installation so
splitting is quite useless here.
2019-08-11 17:40:39 +03:00
Leonid Pliushch fd9f4a1156 make: fix unbound variable error 2019-08-11 16:03:35 +03:00
Leonid Pliushch 46fca435c6 ncurses: safer way for creating symlinks
Force-overwrite symlink instead of rm/create if it exist.

Should prevent some kinds of breakage when building on device and build.sh
fails somewhere in post installation step.
2019-08-11 16:03:35 +03:00
Leonid Pliushch 33f341c259 add support for on-device bootstrapping of "make" 2019-08-11 16:03:35 +03:00
Butta 4c735a6580 on-device build: Fix up ncurses and ninja, adjust some setup scripts,
and add dependency info to scripts/setup-termux.sh.
2019-08-11 16:03:35 +03:00
Leonid Pliushch 27e89c15f5 alternatives: more editors can be used as alternative for /bin/editor 2019-08-10 22:34:54 +03:00
Leonid Pliushch 5cb5fc32ee coreutils: disallow on-device build
It can delete utility 'ln' in the process of installation:

 make  install-exec-hook
 make[4]: Entering directory '/data/data/com.termux/files/home/.termux-build/coreutils/build'
 /bin/sh: 12: ln: not found
2019-08-10 20:22:30 +03:00
Leonid Pliushch 2e2f125476 vim, vim-python: add support for dpkg alternatives
Provide $PREFIX/bin/vim as alternative for $PREFIX/bin/editor.
2019-08-10 03:50:47 +03:00
Leonid Pliushch 7c8576feb2 micro: add dpkg alternatives support
Provide $PREFIX/bin/micro as alternative for $PREFIX/bin/editor.
2019-08-10 03:03:44 +03:00
Leonid Pliushch 991a6d70c0 nano: add dpkg alternatives support
Provide $PREFIX/bin/nano as alternative for $PREFIX/bin/editor.
2019-08-10 02:55:04 +03:00
Leonid Pliushch 3d81f06061 dpkg: rm includes, static libraries and dpkg-genbuildinfo from package
If you think they should be present in dpkg package, open issue
and tell about their usability in Termux (with proof).
2019-08-10 02:35:14 +03:00
Leonid Pliushch a1721cc1ac dpkg: provide basic /var/lib/dpkg directory structure inside package
Previously was provided only through bootstrap archive.
2019-08-10 02:35:09 +03:00
Leonid Pliushch 1745ea4173 dpkg: enable support for update-alternatives
Issue: https://github.com/termux/termux-packages/issues/4137
2019-08-10 00:29:34 +03:00
Alessandro Caputo 615e9aaef9 update termux-api to v0.46 2019-08-08 21:55:03 +03:00
Leonid Pliushch c81d4c8698 add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
2019-08-08 16:58:34 +03:00
Fredrik Fornwall c7d6ee2711 babl: Update from 0.1.68 to 0.1.70 2019-08-08 12:02:53 +02:00
Fredrik Fornwall f3ceb9a2f4 ipfs: Update from 0.4.21 to 0.4.22 2019-08-07 23:50:42 +02:00
Fredrik Fornwall 01d4a1c3df syncthing: Update from 1.2.0 to 1.2.1 2019-08-07 23:46:08 +02:00
Fredrik Fornwall 3d60738af6 ttyd: Update from 1.5.1 to 1.5.2 2019-08-07 23:45:58 +02:00
Fredrik Fornwall 4c20b78815 ncdu: Update from 1.14 to 1.14.1 2019-08-07 23:45:52 +02:00
Leonid Pliushch 2c5fe55180 httrack: force-link with libiconv 2019-08-07 23:38:27 +03:00
Fredrik Fornwall c544103c2b termux-api: Update from 0.43 to 0.44 2019-08-07 22:37:17 +02:00
Fredrik Fornwall 458105d1af termux-api: Update from 0.42 to 0.43 2019-08-07 22:32:26 +02:00
Fredrik Fornwall 9e99a97b3f httrack: Depend on libiconv, not libandroid-support
Should fix a build failure.
2019-08-07 22:08:26 +02:00
Fredrik Fornwall 000c2ec8fe procps: Use sysinfo(2) to get uptime
Instead of trying to read /proc/uptime, which is not allowed on Android,
we patch procps to use the sysinfo(2) syscall to figure out the uptime.

This should fix at least "ps -o etime".
2019-08-07 22:02:47 +02:00
Michal Bednarski eed780953b termux-am: Switch repo and upgrade to v0.3
Includes termux/TermuxAm#2

Removed patch as it was upstreamed
2019-08-07 21:42:11 +03:00
Leonid Pliushch b2a6cc10fe httrack: bump revision
Gives error:

 CANNOT LINK EXECUTABLE "httrack": cannot locate symbol "libiconv_open"

so package should be rebuilt.
2019-08-07 21:38:55 +03:00
Leonid Pliushch b9cbd870d9 procps: don't read file /proc/sys/vm/min_free_kbytes
Access to this file is prohibited on some devices by SELinux and causes
utilities to treat /proc as not mounted.

Related issues:

 * https://github.com/termux/termux-packages/issues/1625
 * https://github.com/termux/termux-packages/issues/4132
2019-08-07 15:38:45 +03:00
Fredrik Fornwall 2eb2fa4e43 newsboat: Update from 2.15 to 2.16.1 2019-08-06 23:06:18 +02:00
Fredrik Fornwall 9530e78f3f pango: Fix build failure 2019-08-06 19:42:23 +02:00
Fredrik Fornwall 29c686043e vim-python: Fix incorrect source checksum 2019-08-06 19:35:08 +02:00
Fredrik Fornwall 7725dee5d8 valgrind: Fix build
Valgrind cannot be built with -fstack-protector-strong which is now used
by default.
2019-08-06 19:30:04 +02:00
Fredrik Fornwall fe2edbf43d vim: Update from 8.1.1750 to 8.1.1800 2019-08-06 19:23:03 +02:00
Fredrik Fornwall e3372ab6f9 geoip2-database: Update from 20190721 to 20190730 2019-08-06 19:17:19 +02:00
Leonid Pliushch b4d877ac3b libandroid-glob: bump package version 2019-08-06 16:59:13 +03:00
Leonid Pliushch b9fba57f28 libandroid-glob: breaks and replaced devpackage 2019-08-06 16:59:07 +03:00
Fredrik Fornwall ca9c2d9295 libcairo: Switch to faster download url 2019-08-06 03:02:24 +02:00
Fredrik Fornwall 0a5f60421e nnn: Update from 2.5 to 2.6 2019-08-06 01:39:10 +02:00
Fredrik Fornwall f1833f01fc termux-api: Update from 0.41 to 0.42 2019-08-06 00:53:05 +02:00
Leonid Pliushch c940336fbe ncurses: create libtermcap compatibility links 2019-08-05 23:27:49 +03:00
Leonid Pliushch 76eaf460e2 bash: make "command-not-found" optional
Though, it will be pre-installed via bootstraps as previously.
Possible after changes to bashrc introduced in b45da7b8ba.

Related issue: https://github.com/termux/termux-packages/issues/661
2019-08-05 14:10:55 +03:00
Leonid Pliushch e37b3fd5c4 termux-tools: add core packages to dependencies
Some packages are not getting installed after busybox was replaced by separate
packages. This commit should fix that by specifying core packages as dependencies
of the "termux-tools".
2019-08-05 13:46:51 +03:00
Leonid Pliushch 815e5459fc nim: use CFLAGS/LDFLAGS for nimble & koch 2019-08-04 23:17:35 +03:00
Leonid Pliushch 04e32bec03 mariadb: remove `chown` calls from mysql_install_db script 2019-08-04 21:55:56 +03:00
Leonid Pliushch acef41f796 lldb: blacklist for x86_64 for now due to build error
Error was:

 FAILED: tools/driver/Options.inc
 cd /home/builder/.termux-build/lldb/build && /data/data/com.termux/files/usr/bin/llvm-tblgen -gen-opt-parser-defs -I /home/builder/.termux-build/lldb/src/tools/driver -I /data/data/com.termux/files/usr/include /home/builder/.termux-build/lldb/src/tools/driver/Options.td -o tools/driver/Options.inc -d tools/driver/Options.inc.d
 /data/data/com.termux/files/usr/bin/llvm-tblgen: error while loading shared libraries: /lib/x86_64-linux-gnu/libc.so: invalid ELF header

%ci:no-build
2019-08-04 14:33:59 +03:00
Leonid Pliushch b08e1dde19 vifm: update to 0.10.1 2019-08-03 15:08:45 +03:00
Leonid Pliushch 77fd61d06a tmate: update to 2.3.0 2019-08-03 15:08:23 +03:00
Leonid Pliushch 4585d3a0b5 librsvg: update to 2.45.90 2019-08-03 14:44:28 +03:00
Leonid Pliushch a087a91d84 libmosquitto: update to 1.6.4 2019-08-03 14:44:28 +03:00
Leonid Pliushch 80192a8552 ripgrep: update to 11.0.2 2019-08-03 14:44:28 +03:00
Leonid Pliushch 932e14957e swi-prolog: update to 8.1.10 2019-08-03 14:43:54 +03:00
Leonid Pliushch a8cf841276 dialog: update to 1.3-20190728 2019-08-03 14:26:19 +03:00
Leonid Pliushch 258e43b873 libduktape: update to 2.4.0 2019-08-03 14:26:19 +03:00
Leonid Pliushch 25bb52173b imagemagick: update to 7.0.8.58 2019-08-03 14:26:19 +03:00
Leonid Pliushch b5ca40014d libevent: update to 2.1.11 2019-08-03 14:17:24 +03:00
Jiri Tyr 62b9393e63 gbt: Update from 1.2.0 to 2.0.0 2019-08-01 13:25:01 +03:00
Fredrik Fornwall fea744da1e profanity: Update from 0.6.0 to 0.7.0 2019-07-31 23:10:07 +02:00
Fredrik Fornwall 6bdd90420d exiv2: Update from 0.27.1 to 0.27.2 2019-07-31 23:09:01 +02:00
Fredrik Fornwall e1ce5caebf libxapian: Update from 1.4.11 to 1.4.12 2019-07-31 23:08:17 +02:00
Fredrik Fornwall f4766db2cc picolisp: Update from 19.7.6 to 19.7.31 2019-07-31 22:44:03 +02:00
Fredrik Fornwall 5a9d55f44f graphicsmagick: Update from 1.3.32 to 1.3.33 2019-07-30 01:48:19 +02:00
Fredrik Fornwall 275a09cfb8 subversion: Update from 1.12.0 to 1.12.2 2019-07-30 01:46:58 +02:00
Fredrik Fornwall cea240e74a pngquant: Update from 2.12.3 to 2.12.5 2019-07-30 01:46:27 +02:00
Leonid Pliushch 2bab713962 libpulseaudio: rebuild to move remaining *.a files to -static subpackage. 2019-07-30 01:39:00 +03:00
Leonid Pliushch c3820f920f gdk-pixbuf: bump revision 2019-07-30 00:52:54 +03:00
Leonid Pliushch 74ba5e2171 megatools: source code is no longer hosted on github 2019-07-29 22:16:31 +03:00
Leonid Pliushch a8f114d98e tmux: disable static build 2019-07-29 21:54:56 +03:00
valpogus bcd25bd5c8 create lame.subpackage.sh 2019-07-29 19:17:33 +03:00
valpogus cca88cbb1e update build.sh 2019-07-29 19:17:33 +03:00
Leonid Pliushch 1759dfe5e2 dropbear: do not link binaries statically 2019-07-29 18:45:22 +03:00
Leonid Pliushch 0f05595ff9 dropbear: depend on zlib 2019-07-29 18:09:12 +03:00
Leonid Pliushch eae2eacd41 emacs: don't link with dbus 2019-07-29 15:50:16 +03:00
Leonid Pliushch acd7a30551 seafile-client: breaks & replaces seafile-client-dev 2019-07-29 14:37:56 +03:00
Leonid Pliushch 22eec52211 libsearpc: breaks and replaces -dev package 2019-07-29 12:11:38 +03:00
Leonid Pliushch 123061c1ff ccnet: breaks and replaces -dev package 2019-07-29 12:11:20 +03:00
Leonid Pliushch 409cac4ba3 assimp: breaks and replaces -dev package 2019-07-29 12:11:01 +03:00
Jb DOYON 87cafe2204 stow: update from 2.3.0 to 2.3.1 2019-07-28 22:31:41 +03:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch 3543d2ab69 libgrpc: update to 1.22.0 2019-07-28 02:18:25 +03:00
Leonid Pliushch 6cb24c6951 bump libprotobuf-using packages 2019-07-28 01:52:45 +03:00
Leonid Pliushch 28e932bba6 libprotobuf: update to 3.9.0 2019-07-28 01:52:44 +03:00
Leonid Pliushch b319f89f0e libgnutls: update to 3.6.9 2019-07-28 01:38:31 +03:00
Leonid Pliushch 83a974f0c6 zstd: update to 1.4.2 2019-07-28 01:23:09 +03:00
Leonid Pliushch 0c24304196 vim, vim-python: update to 8.1.1750 2019-07-28 01:02:06 +03:00
Leonid Pliushch f9ff5f1f64 ldns: update to 1.7.1 2019-07-28 01:01:34 +03:00
Leonid Pliushch b19f1dd38a babl: update to 0.1.68 2019-07-28 00:58:20 +03:00
Leonid Pliushch bf8a737b83 dialog: update to 1.3-20190724 2019-07-28 00:47:23 +03:00
Leonid Pliushch 88ea68af09 ipfs: fix build error
Fix problem with module "go-ds-badger" due to deleted branch.
2019-07-27 23:45:52 +03:00
Leonid Pliushch 3e5d4ccee2 nodejs: fix typo in patch name 2019-07-27 22:26:21 +03:00
Henrik Grimler ae93faa21f termux-services: termux-services->service-daemon 2019-07-27 15:00:36 +02:00
Leonid Pliushch 720e5aab14 pastebinit: fix warnings
Reported in https://github.com/termux/termux-packages/issues/4112.
2019-07-27 14:18:13 +03:00
Oliver Schmidhauser 63761bafd2 bump changed packages 2019-07-27 12:05:08 +02:00
Oliver Schmidhauser f8ccb086a1 add sshd service 2019-07-27 12:01:51 +02:00
Oliver Schmidhauser c6ea4d5708 make busybox services not run by default 2019-07-27 12:01:51 +02:00
Oliver Schmidhauser 5ea9aa6ab8 build termux-services from external repository 2019-07-27 12:01:50 +02:00
Oliver Schmidhauser d3cfccddbe have zsh run profile too, so services would get executed 2019-07-27 12:01:50 +02:00
Oliver Schmidhauser 7845adf3e2 Initial Draft for termux-services 2019-07-27 12:01:50 +02:00
Henrik Grimler d9197aa09e mpdscribble: don't override LDFLAGS
Patch Makefile instead.
2019-07-26 23:28:14 +02:00
Leonid Pliushch fb9839967f glib: update to 2.60.6
%ci:reset-backlog
2019-07-26 00:57:07 +03:00
Leonid Pliushch eb6fe1e590 mpdscribble: set license 2019-07-25 18:24:26 +03:00