Commit Graph

15634 Commits

Author SHA1 Message Date
Termux Github Actions 55c93949d5 jp2a: update to 1.1.1
This commit has been automatically submitted by Github Actions.
2021-11-21 00:17:23 +00:00
Termux Github Actions b1c7fc4b43 chezmoi: update to 2.8.0
This commit has been automatically submitted by Github Actions.
2021-11-21 00:15:32 +00:00
Henrik Grimler a5e6cc90f5
liblua54: fix build with ndk-r23 2021-11-20 20:31:50 +01:00
Henrik Grimler 7a09e57aea
liblua53: fix build with ndk-r23 2021-11-20 20:30:05 +01:00
xtkoba 02f758d613
CONTRIBUTING.md: Use the words "source is available" (#8011)
Co-authored-by: buttaface <butta@fastem.com>
2021-11-20 18:38:45 +05:30
Termux Github Actions 1ee376d455 libvips: update to 8.12.0
This commit has been automatically submitted by Github Actions.
2021-11-20 12:17:34 +00:00
Jia Yuan Lo 185970c705
emscripten: update to 2.0.34 (#8009)
* emscripten: update to 2.0.34

* emscripten: update patches & fix i686 native build
2021-11-20 15:10:12 +05:30
Yaksh Bariya 3c91c9e100
bash-completion: Fix conflict with pacman
Fixes #8010
2021-11-20 14:09:09 +05:30
Master Java 4ef8870456 kotlin: update to 1.6.0 2021-11-20 11:57:08 +05:30
Termux Github Actions e637506fd8 wren: update to 0.4.0
This commit has been automatically submitted by Github Actions.
2021-11-20 06:25:01 +00:00
Termux Github Actions 4d6ddf39fc flyctl: update to 0.0.255
This commit has been automatically submitted by Github Actions.
2021-11-20 00:15:22 +00:00
Termux Github Actions a40139c7c1 fselect: update to 0.7.8
This commit has been automatically submitted by Github Actions.
2021-11-19 18:16:40 +00:00
Termux Github Actions c47bddcaec flyctl: update to 0.0.253
This commit has been automatically submitted by Github Actions.
2021-11-19 18:11:04 +00:00
xtkoba 8cf3e92a4f zsh: Add cap module 2021-11-19 17:37:01 +01:00
xtkoba 38d1fd23a9 zsh: Enable cap 2021-11-19 17:37:01 +01:00
Henrik Grimler 8d2bb7520a torsocks: blacklist for aarch64
It just hangs when run on aarch64 (behaviour could possibly depend on
kernel version). Lets blacklist the package for aarch64 and promote
use of proxychains-ng instead.

Fixes https://github.com/termux/termux-packages/issues/2711.
2021-11-19 17:24:40 +01:00
Arun febe905dee
postgresql: update to 14.1 (#7995)
* Update build.sh

* postgresql
2021-11-19 16:17:32 +05:30
xtkoba 63d13157b7 ffmpeg: Add libxml2 dependency 2021-11-19 15:07:20 +05:30
Arun c8df017063
mariadb: Fix output of mariadb-config (#8001)
* Create libmariadb-mariadb_config-mariadb_config.c.patch

* Update build.sh
2021-11-19 14:29:58 +05:30
Lucinda May Phipps 85f03336d7
git: update to 2.34.0 2021-11-19 00:11:19 +00:00
Termux Github Actions 6499dede84 erlang: update to 24.1.6
This commit has been automatically submitted by Github Actions.
2021-11-18 18:28:30 +00:00
Termux Github Actions 7f2fa5266d croc: update to 9.5.0
This commit has been automatically submitted by Github Actions.
2021-11-18 18:09:09 +00:00
Jeeva K bc99d7b429 ghostscript: update to 9.55 2021-11-18 22:03:35 +05:30
Yaksh Bariya fa06d40e76 php: Bump to 8.0.13 2021-11-18 21:53:43 +05:30
Yaksh Bariya 81b142a793
git-sizer: update to 1.5.0 2021-11-18 21:12:06 +05:30
Yaksh Bariya 4abbbdf455
stalebot: Ignore issues for package requests 2021-11-18 20:38:27 +05:30
Malvin Gattinger 9a86d903b4 compile mu4e with emacs on device via postinst 2021-11-18 15:07:33 +01:00
Yaksh Bariya 5027722535
Add config for stalebot 2021-11-18 19:16:07 +05:30
Henrik Grimler 6347a2bbd6
command-not-found: update to 1.67 2021-11-18 09:53:30 +01:00
Arun 17475e2190 mariadb: fix socket path 2021-11-18 09:49:10 +01:00
Henrik Grimler 22ecf22438
apache2: compile host tool in termux_step_host_build
Instead of in termux_step_post_configure.
2021-11-18 08:35:34 +01:00
Henrik Grimler 239ae0c5fc
inetutils: fix build with ndk-r23 2021-11-18 08:16:40 +01:00
Henrik Grimler 14cb2a865e
iverilog: fix build with ndk-r23 2021-11-18 08:16:19 +01:00
Termux Github Actions 3b694dbbb6 lychee: update to 0.8.1
This commit has been automatically submitted by Github Actions.
2021-11-18 06:34:11 +00:00
Termux Github Actions d4e6994afa ccache: update to 4.5.1
This commit has been automatically submitted by Github Actions.
2021-11-18 00:14:46 +00:00
Henrik Grimler 283c1337a1
direnv: patch makefile to set correct PREFIX 2021-11-17 22:17:50 +01:00
Henrik Grimler abb053274b
cpio: fix build with ndk-r23
Without -fcommon we get an error due to program_name being used in two
source files:

ld: error: duplicate symbol: program_name
>>> defined at global.c
>>>            global.o:(program_name)
>>> defined at progname.c
>>>            progname.o:(.bss+0x0) in archive ../gnu/libgnu.a
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
2021-11-17 21:09:56 +01:00
Henrik Grimler 835e7ad1b9
python: define __ANDROID_API__ when compiling on device
Needed for configure check. See also issue 2780.
2021-11-17 20:50:39 +01:00
Henrik Grimler 869edf8bf1
mdns-scan: patch Makefile instead of setting DESTDIR 2021-11-17 20:42:29 +01:00
Henrik Grimler 9dfac8c46a
liblmdb: no need to install LICENSE file manually 2021-11-17 20:38:08 +01:00
Henrik Grimler 05b75210fb
bitcoin: write service script in TERMUX_PKG_SERVICE_SCRIPT instead 2021-11-17 20:37:09 +01:00
Henrik Grimler 31e3c0ee32
openssh: set PATH_PASSWD_PROG in TERMUX_PKG_EXTRA_CONFIGURE_ARGS
Instead of in termux_step_pre_configure.
2021-11-17 20:33:53 +01:00
Henrik Grimler c14cfae294
lnd: use TERMUX_PKG_SERVICE_SCRIPT for service script 2021-11-17 20:29:43 +01:00
Henrik Grimler 3878b565da
dte: avoid overriding termux_step_make and termux_step_make_install 2021-11-17 20:28:19 +01:00
Henrik Grimler 7268a66773
librsync: manpages are installed by make install
So no need to manually install them.
2021-11-17 20:26:10 +01:00
Henrik Grimler 10d7716d44
librsync: there are no library symlinks in current package
So no need to remove them.
2021-11-17 20:26:07 +01:00
Henrik Grimler 0396f55b6b
silversearcher-ag: fix build with ndk-r23
Build fails due to duplicated/shared variables, like:

[...]
ld: error: duplicate symbol: out_fd
>>> defined at ignore.c
>>>            src/ignore.o:(out_fd)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x188)

ld: error: duplicate symbol: print_mtx
>>> defined at ignore.c
>>>            src/ignore.o:(print_mtx)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x8)

ld: error: duplicate symbol: root_ignores
>>> defined at ignore.c
>>>            src/ignore.o:(root_ignores)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x0)

ld: error: duplicate symbol: stats
>>> defined at ignore.c
>>>            src/ignore.o:(stats)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x190)

ld: error: duplicate symbol: alpha_skip_lookup
>>> defined at print.c
>>>            src/print.o:(alpha_skip_lookup)
>>> defined at search.c
>>>            src/search.o:(.bss+0x102B0)
2021-11-17 19:36:45 +01:00
Henrik Grimler 8dd2b5413b
silversearcher-ag: use https for source 2021-11-17 19:36:32 +01:00
Termux Github Actions 24c1fea9a2 k9s: update to 0.25.3
This commit has been automatically submitted by Github Actions.
2021-11-17 18:20:11 +00:00
Termux Github Actions e03899e4a8 delve: update to 1.7.3
This commit has been automatically submitted by Github Actions.
2021-11-17 18:12:50 +00:00