Commit Graph

13872 Commits

Author SHA1 Message Date
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
Termux Github Actions 259d347346 hugo: update to 0.89.4
This commit has been automatically submitted by Github Actions.
2021-11-17 12:22:47 +00:00
Termux Github Actions e84004b580 k9s: update to 0.25.2
This commit has been automatically submitted by Github Actions.
2021-11-17 06:14:43 +00:00
YAKSH BARIYA 9940f6cf14
binutils: Fix empty manpages (#7989) 2021-11-17 06:58:59 +05:30
Termux Github Actions 464a9218b1 k9s: update to 0.25.1
This commit has been automatically submitted by Github Actions.
2021-11-17 00:19:33 +00:00
Termux Github Actions 2783945b8b navi: update to 2.18.0
This commit has been automatically submitted by Github Actions.
2021-11-16 18:17:44 +00:00
Claudemirovsky 5785217926
radare2: update to 5.5.0 (#7985)
Add patch to disable the CS_RELEASE, it will use the default version of capstone(v5, branch next), so the error at ARM64_INS_NAND will be solved.
2021-11-16 14:07:01 +01:00
Termux Github Actions c55bc91ed6 virustotal-cli: update to 0.9.8
This commit has been automatically submitted by Github Actions.
2021-11-16 12:52:15 +00:00
Termux Github Actions f2a071087e k9s: update to 0.25.0
This commit has been automatically submitted by Github Actions.
2021-11-16 12:18:53 +00:00
Termux Github Actions c9f6d17ec9 hugo: update to 0.89.3
This commit has been automatically submitted by Github Actions.
2021-11-15 18:26:35 +00:00
Termux Github Actions d20c43db49 stylua: update to 0.11.2
This commit has been automatically submitted by Github Actions.
2021-11-15 12:45:19 +00:00
Marlin Sööse 3311cc5f5e proxmark3-git: update to latest master 2021-11-15 07:27:34 +05:30
Jia Yuan Lo 5a65f78f8f new package: wasmer 2021-11-14 18:28:20 +05:30
Termux Github Actions 200d3f0144 diskus: update to 0.7.0
This commit has been automatically submitted by Github Actions.
2021-11-14 12:11:35 +00:00
Termux Github Actions 1566ce500c gopass: update to 1.13.0
This commit has been automatically submitted by Github Actions.
2021-11-14 00:15:42 +00:00
Termux Github Actions fcc9a743e4 ccache: update to 4.5
This commit has been automatically submitted by Github Actions.
2021-11-13 12:11:30 +00:00
Leonid Pliushch 879a10a845
qemu: move qemu-plugin.h to qemu-common package 2021-11-13 11:43:03 +02:00
sk0kanik da3132f1c6 tintin++: bump to 2.02.12
closes #7966
2021-11-12 15:03:18 +05:30
Termux Github Actions e5d06cfd90 erlang: update to 24.1.5
This commit has been automatically submitted by Github Actions.
2021-11-12 00:33:38 +00:00
Termux Github Actions 0c768f2b71 sleuthkit: update to 4.11.1
This commit has been automatically submitted by Github Actions.
2021-11-11 18:26:39 +00:00
Master Java a156319255
gradle: update to 7.3 (#7963) 2021-11-11 17:45:04 +05:30
Henrik Grimler bf51d022ef
gcal: include sys/types.h instead of stdint.h in gnulib patch
This makes compilation work on 32bit arches, as well as 64bit arches.
2021-11-11 10:05:32 +01:00
Termux Github Actions 48393d0190 lesspipe: update to 1.91
This commit has been automatically submitted by Github Actions.
2021-11-11 00:16:22 +00:00
Termux Github Actions b8833d06bf flyctl: update to 0.0.252
This commit has been automatically submitted by Github Actions.
2021-11-11 00:14:52 +00:00
Henrik Grimler 7e1fbaf1c1
oleo: fix build with ndk-r23 2021-11-10 21:47:01 +01:00
Henrik Grimler 36273539dd
minicom: fix build with ndk-r23 2021-11-10 21:45:45 +01:00
Henrik Grimler 9e30e6de78
mg: set -fcommon and avoid overriding step_make_install
Fixes build with ndk-r23, and avoids overriding
termux_step_make_install for no good reason.
2021-11-10 21:44:42 +01:00
Henrik Grimler 584b109409
htop-legacy: fix build with ndk-r23 2021-11-10 21:44:10 +01:00
Henrik Grimler e69c2e315b
hexcurse: fix build with ndk-r23 2021-11-10 21:43:32 +01:00
Henrik Grimler 3481a38fdc
gcal: add patch to fix gnulib compilation with ndk-r23 2021-11-10 21:43:06 +01:00
Termux Github Actions ab76551a76 flyctl: update to 0.0.251
This commit has been automatically submitted by Github Actions.
2021-11-10 18:11:53 +00:00
Termux Github Actions 6641777d04 libcurl: update to 7.80.0
This commit has been automatically submitted by Github Actions.
2021-11-10 12:11:35 +00:00
Yaksh Bariya 2f4c3a9928 nodejs: Bump to 17.1.0 2021-11-10 15:58:50 +05:30
Henrik Grimler 242d2ed706
lrzsz: set maintainer as well 2021-11-10 10:36:46 +01:00
Henrik Grimler 94c7e0770e
lrzsz: enable package again
And build from latest commit on github repo.
2021-11-10 10:34:32 +01:00
Henrik Grimler 8b314cbf99
tesseract: set TESSDATA_PREFIX when compiling
So that users do not need to set it manually.
2021-11-10 09:41:11 +01:00
Termux Github Actions 5e31b3a872 lazygit: update to 0.31.3
This commit has been automatically submitted by Github Actions.
2021-11-10 00:14:46 +00:00
Henrik Grimler ba4be062e6
bison: fix build with ndk-r23 2021-11-09 21:40:11 +01:00
ELWAER M d98c0a9fe5
new package: cpufetch (#7949) 2021-11-09 19:16:17 +02:00
Termux Github Actions 61a0d32129 jfrog-cli: update to 2.5.1
This commit has been automatically submitted by Github Actions.
2021-11-09 12:11:52 +00:00
Henrik Grimler 3783ea8c4f tesseract: check for __ANDROID__ instead of ANDROID in simddetect
And avoid android_getCpuFamily() for termux.
2021-11-09 12:13:12 +01:00
Henrik Grimler 5e2c4e9bb5 tesseract: blacklist i686 build for now
Needs some work to get code in src/arch/simddetect.cpp for all arches.
2021-11-09 12:11:07 +01:00
Henrik Grimler 7901483967
tesseract: build with cmake to fix missing symbol errors
For whatever reason building with configure and make leads to symbols
not being found (see https://github.com/termux/termux-packages/issues/7953).

When switching to cmake it seems that libicu and pango are not
considered optional dependencies anymore, so add these to dependecies.
2021-11-09 11:06:52 +01:00
Yaksh Bariya 09cc196ad8
tesseract: also depend on zstd
Fixes #7953
2021-11-09 08:41:15 +05:30
Termux Github Actions 76ef9ce756 teckit: update to 2.5.11
This commit has been automatically submitted by Github Actions.
2021-11-09 00:34:09 +00:00
Termux Github Actions 8e6b7915ca caddy: update to 2.4.6
This commit has been automatically submitted by Github Actions.
2021-11-09 00:17:07 +00:00
Henrik Grimler f538dbce90
direnv: do not override termux_step_make{,_install} 2021-11-08 21:57:14 +01:00
Henrik Grimler 52de3bfd6f
libtermkey: re-arrange build script
Put commands in termux_step_pre_configure, termux_step_make and
termux_step_make_install in a more logical way.
2021-11-08 21:30:29 +01:00
Henrik Grimler 2ab8f872d1
lsof: avoid overriding termux_step_make
And update patch offsets.
2021-11-08 21:29:22 +01:00
Termux Github Actions 03fc44d615 stylua: update to 0.11.1
This commit has been automatically submitted by Github Actions.
2021-11-08 18:37:02 +00:00
Termux Github Actions 81ac643368 hugo: update to 0.89.2
This commit has been automatically submitted by Github Actions.
2021-11-08 18:20:40 +00:00
Henrik Grimler ebf266c128
ghostscript: depend on zstd as well
It was reported on mailing list that gs is linked against libzstd, so
seems that ghostscript got the opportunity to link against it in the
last rebuild. Let's add the dependency so that we don't end up in this
situation again.
2021-11-08 15:31:51 +01:00
Leonid Pliushch cf5474e43c
apt: remove unstable-repo from conflicts 2021-11-08 16:09:47 +02:00
Aditya Alok 5af92134e5 lua-language-server: update to 2.4.7 2021-11-08 17:05:50 +05:30
Termux Github Actions 3c6faa6214 harfbuzz: update to 3.1.1
This commit has been automatically submitted by Github Actions.
2021-11-08 06:12:20 +00:00
Termux Github Actions 2ff60b3359 chezmoi: update to 2.7.5
This commit has been automatically submitted by Github Actions.
2021-11-08 00:15:26 +00:00
Termux Github Actions 0392d26188 kakoune: update to 2021.11.08
This commit has been automatically submitted by Github Actions.
2021-11-07 18:11:41 +00:00
Henrik Grimler c1a7db04ff pcre2: fix typo in TERMUX_PKG_REVISION 2021-11-07 18:32:44 +01:00
Termux Github Actions 6ef5e0ec50 lazygit: update to 0.31.2
This commit has been automatically submitted by Github Actions.
2021-11-07 06:15:14 +00:00
Butta 6f8c30816e libllvm: fix system library path for i686 added by clang 2021-11-07 09:53:31 +05:30
Leonid Pliushch 35de6d8d85
Revert "librsvg: update to 2.52.3"
Build failure for aarch64 & arm

This reverts commit 6b8cfb3523.
2021-11-06 23:40:03 +02:00
Ivan Max 2841283d71
pacman: add (unofficial) x11 repo url to config (adding x11 packages) (#7932) 2021-11-06 23:38:48 +02:00
Leonid Pliushch e283100b27
lighttpd: update to 1.4.61 2021-11-06 22:08:42 +02:00
Leonid Pliushch c325deb12c
libtirpc: update to 1.3.2 2021-11-06 22:07:50 +02:00
Leonid Pliushch 16c474fb8f
libtins: update to 4.3 2021-11-06 22:04:47 +02:00
Leonid Pliushch 541e0df905
libssh2: update to 1.10.0 2021-11-06 22:04:07 +02:00
Leonid Pliushch 6b8cfb3523
librsvg: update to 2.52.3 2021-11-06 22:03:13 +02:00
Leonid Pliushch 59f2b93524
libopenmpt: update to 0.5.12 2021-11-06 22:01:20 +02:00
Leonid Pliushch 3650f466ac
libidn: update to 1.38 2021-11-06 21:57:59 +02:00
Leonid Pliushch b0b56a6836
libgpg-error: update to 1.43 2021-11-06 21:57:56 +02:00
Leonid Pliushch af2e160285
libcap: update to 2.60 2021-11-06 21:54:02 +02:00
Leonid Pliushch f4a3fca180
i2pd: update to 2.39.0 2021-11-06 21:49:26 +02:00
Leonid Pliushch 0e512804c3
libedit: update to 20210910-3.1 2021-11-06 21:38:02 +02:00
Leonid Pliushch 7a5d3b6753
json-glib: update to 1.6.6 2021-11-06 21:37:15 +02:00
Leonid Pliushch 37280bf5ce
jigdo: update to 0.8.1 2021-11-06 21:37:13 +02:00
Leonid Pliushch f44a613f01
isync: update to 1.4.3 2021-11-06 21:35:23 +02:00
Leonid Pliushch 4689a37efe
inxi: update to 3.3.08-1 2021-11-06 21:35:09 +02:00
Leonid Pliushch 54c7e8937b
help2man: update to 1.48.5 2021-11-06 21:33:40 +02:00
Leonid Pliushch 337388dc23
haproxy: update to 2.4.8 2021-11-06 21:32:13 +02:00
Leonid Pliushch 7ba65152d6
gst-plugins-ugly: update to 1.18.5 2021-11-06 21:32:11 +02:00
Leonid Pliushch 4efa868976
gst-plugins-good: update to 1.18.5 2021-11-06 21:32:09 +02:00
Leonid Pliushch fbdc05dad4
gst-plugins-base: update to 1.18.5 2021-11-06 21:32:04 +02:00
Leonid Pliushch fae851ff6a
gst-plugins-bad: update to 1.18.5 2021-11-06 21:31:59 +02:00
Leonid Pliushch 0da017ed65
gstreamer: update to 1.18.5 2021-11-06 21:31:50 +02:00
Leonid Pliushch 8b598f6175
gmic: update to 2.9.9 2021-11-06 21:07:13 +02:00
Leonid Pliushch 2d3a56be77
fetchmail: update to 6.4.23 2021-11-06 21:04:39 +02:00
Leonid Pliushch 1c26718b9c
exhale: update to 1.1.8 2021-11-06 21:00:59 +02:00
Leonid Pliushch f826859811
gdbm: update to 1.22 2021-11-06 20:59:58 +02:00
Leonid Pliushch cca8ed466a
gawk: update to 5.1.1 2021-11-06 20:59:52 +02:00
Leonid Pliushch fc9acf08d6
gnupg: update to 2.3.3 2021-11-06 20:59:31 +02:00
Leonid Pliushch 86f497434d
exiftool: update to 12.34 2021-11-06 20:58:58 +02:00
Leonid Pliushch 1755cf2026
e2fsprogs: update to 1.46.4 2021-11-06 20:58:08 +02:00
Leonid Pliushch 79d600fb98
debootstrap: update functions.patch 2021-11-06 20:57:32 +02:00
Leonid Pliushch 92ef9a4157
debootstrap: update to 1.0.125 2021-11-06 20:54:51 +02:00
Tom Yan f8e73d4660 tmux: make use of its own TMUX_TMPDIR env var
We have _PATH_TMP defined in our NDK paths.h patch. Therefore, the
patching here won't be in effect.

Instead of making use of the also defined _PATH_VARRUN, let's just
make tmux use $PREFIX/var/run as its socket path with its env var
TMUX_TMPDIR.
2021-11-06 09:34:24 +01:00
Leonid Pliushch 0cf7839ed8
qemu-system-x86-64-headless: bump revision 2021-11-06 10:33:32 +02:00
Zerogoki00 10fa08e865
qemu-system-x86-64-headless: add patch to fix MMU bug (#7935)
%ci:no-build
2021-11-06 10:33:02 +02:00
Termux Github Actions a7901ee3eb b3sum: update to 1.2.0
This commit has been automatically submitted by Github Actions.
2021-11-06 00:14:20 +00:00
Henrik Grimler 181b44462a
pcre2: delete pcre2-posix's .pc file as well
We are already deleting the library. Keeping the .pc file around
confuses builds that check for libpcre2-posix.so through pkgconfig.
2021-11-05 22:16:49 +01:00
Termux Github Actions 4c35efd01f hugo: update to 0.89.1
This commit has been automatically submitted by Github Actions.
2021-11-05 18:25:14 +00:00
Butta a21ea2ad06 swift: switch from ar to llvm-ar for static libraries 2021-11-05 23:43:00 +05:30
Butta 7a89f6c3d7 libllvm: add llvm as a dependency of the clang compiler, for utilities like llvm-ar 2021-11-05 15:31:37 +05:30
Yaksh Bariya b77deeb32b Rebuild packages dependent on php and remove x86_64 as blacklisted arch 2021-11-05 06:49:54 +05:30
Yaksh Bariya dd25111251 php: Bump to 8.0.12 2021-11-05 06:49:54 +05:30
Termux Github Actions 4f3e681653 lazygit: update to 0.31
This commit has been automatically submitted by Github Actions.
2021-11-05 00:15:28 +00:00
Oskar a6b59d4792
golang: update to 1.17.3 (#7928) 2021-11-04 20:35:46 +01:00
sk0kanik ea0f86367a
Bump rust to 1.56.1 and separate rust's documentation (#7921)
* Separate rust's documentation as subpackage

These documentation files use about 530MB disk space. Most users don't need them.

* Bump Rust to 1.56.1

and capitilize subpackage description
2021-11-04 20:53:22 +05:30
Giap Tran bd29c23c75
new package: reptyr (#7918) 2021-11-04 15:29:39 +02:00
Leap of Azzam cea419ca46 scala: bump to 3.1.0 2021-11-04 15:28:42 +02:00
Termux Github Actions c90a072a44 harfbuzz: update to 3.1.0
This commit has been automatically submitted by Github Actions.
2021-11-04 00:26:55 +00:00
Termux Github Actions ca5c4f15a4 et: update to 6.1.9
This commit has been automatically submitted by Github Actions.
2021-11-04 00:21:44 +00:00
Termux Github Actions 2bb893198d jsoncpp: update to 1.9.5
This commit has been automatically submitted by Github Actions.
2021-11-03 18:16:03 +00:00
Termux Github Actions 0af1fb72e9 fzf: update to 0.28.0
This commit has been automatically submitted by Github Actions.
2021-11-03 18:14:11 +00:00
Leonid Pliushch cf42a35c87
pandoc: update to 2.16.1 2021-11-03 10:12:03 +02:00
Lucy Phipps f2650b5292
apt: fix ~[DR]PreDepends
https://github.com/Debian/apt/pull/136
2021-11-03 05:03:24 +00:00
Lucy Phipps b612321109
librav1e: update to 0.5.0 2021-11-02 20:22:18 +00:00
Termux Github Actions a25df24863 syncthing: update to 1.18.4
This commit has been automatically submitted by Github Actions.
2021-11-02 18:31:22 +00:00
Termux Github Actions 9174ac9bf3 hugo: update to 0.89.0
This commit has been automatically submitted by Github Actions.
2021-11-02 12:46:06 +00:00
Termux Github Actions 98da67cb34 erlang: update to 24.1.4
This commit has been automatically submitted by Github Actions.
2021-11-02 12:31:04 +00:00
Leonid Pliushch 1901b8929f
Merge pull request #7869 from MrAdityaAlok/update-lua-lsp
lua-language-server: Update
2021-11-02 12:32:31 +02:00
Laurent le Beau-Martin 1473e67a29
new package: topgrade (#7879) 2021-11-02 12:31:16 +02:00
Leonid Pliushch 3a958c35ce
Merge pull request #7912 from TxGVNN/packages/dtach
Add package dtach-0.9
2021-11-02 12:27:47 +02:00
Leonid Pliushch e2ba9352e0
dtach: use mode 700 when installing binary 2021-11-02 12:26:45 +02:00
Termux Github Actions b6fd58dbd4 chezmoi: update to 2.7.4
This commit has been automatically submitted by Github Actions.
2021-11-02 06:09:37 +00:00
xtkoba fc45d292b8 enchant: Depend on aspell and hunspell 2021-11-02 06:39:06 +01:00
Giap Tran 99ced41969
packages: add dtach-0.9 2021-11-02 11:47:32 +07:00
Termux Github Actions 8723a455d2 zoxide: update to 0.7.9
This commit has been automatically submitted by Github Actions.
2021-11-02 00:32:47 +00:00
Ostap 7de489da3c
Add new package: libtins v4.2 (#7909) 2021-11-01 21:25:26 +00:00
Jia Yuan Lo cefee4f432
emscripten: update to 2.0.32 (#7905)
* emscripten: update to 2.0.32

* emscripten: drop debianutils

Upstream has replaced "which" usage with POSIX "command -v"

* emscripten: subpackage third party test suite

* emscripten: add detail run test suite instruction

* emscripten: use TERMUX_PKG_RM_AFTER_INSTALL

* emscripten: split patch to separate diff files

* emscripten-llvm: switch to use LLD
2021-11-02 02:11:44 +05:30
Termux Github Actions af28096a00 slides: update to 0.7.2
This commit has been automatically submitted by Github Actions.
2021-11-01 18:49:40 +00:00
Termux Github Actions 14da7ff128 rclone: update to 1.57.0
This commit has been automatically submitted by Github Actions.
2021-11-01 18:48:21 +00:00