Commit Graph

22306 Commits

Author SHA1 Message Date
Henrik Grimler 0de0a8dd52
scripts(termux_error_exit): echo with -e to allow multiline messages 2022-07-31 20:12:51 +02:00
Termux Github Actions d53bd8c0e3 harfbuzz: update to 5.1.0
This commit has been automatically submitted by Github Actions.
2022-07-31 18:10:46 +00:00
Henrik Grimler 5df6378927
fix(main/ripgrep-all): fix undefined symbols error during build
Fixes termux/termux-packages#11343
2022-07-31 19:57:30 +02:00
Henrik Grimler 146a5fb9c8
scripts(start_build): fix typo
Fixes 8129569eef ("scripts: fix for building on device")
2022-07-31 19:00:35 +02:00
Li Chong Yun 8129569eef
scripts: fix for building on device
The pre-built binary cannot execute on device. Use the one from repo instead.
2022-07-31 18:56:55 +02:00
Pooya Moradi 4d54a97376 new package: mazter 2022-07-31 23:10:56 +08:00
Jia Yuan Lo 66221f7232 upgpkg(main/dialog): to 1.3-20220526 2022-07-31 21:08:52 +08:00
2096779623 b21e4d5368 add(main): new package libhiredis
Signed-off-by: 2096779623 <admin@utermux.dev>
2022-07-31 21:08:00 +08:00
Termux Github Actions ba854b5838 ncspot-mpris: update to 0.10.1
This commit has been automatically submitted by Github Actions.
2022-07-31 12:33:52 +00:00
Termux Github Actions 7b0e350127 ncspot: update to 0.10.1
This commit has been automatically submitted by Github Actions.
2022-07-31 12:23:19 +00:00
Termux Github Actions c01d346ff9 elinks: update to 0.15.1
This commit has been automatically submitted by Github Actions.
2022-07-31 12:12:17 +00:00
Termux Github Actions b8774829e1 neovim-nightly: update to 0.8.0-dev-745-g7f4c50f8c
This commit has been automatically submitted by Github Actions.
2022-07-31 06:18:55 +00:00
Confundo 7fd4b1d277 add(main): new package cfm 2022-07-31 13:41:36 +08:00
Termux Github Actions 83b0714010 gitea: update to 1.17.0
This commit has been automatically submitted by Github Actions.
2022-07-31 00:28:38 +00:00
Henrik Grimler ef84298feb
chore(tree-wide): remove exe bit from build.sh scripts
There is zero reason to have our build recipes marked as executable.

%ci:no-build
2022-07-30 19:43:55 +02:00
Henrik Grimler edb6d4fd35
chore(main/apktool): Avoid stripping and elf-cleaning tools manually
It is done automatically by termux_step_massage.
2022-07-30 16:44:12 +02:00
Henrik Grimler f4e72abcfd
chore(main/valgrind): skip downloading and running align_fix.py
Termux-elf-cleaner 2.0.0 and newer checks and fixes underaligned TLS
segments as well, so no need to download another script for it.
2022-07-30 16:44:10 +02:00
Henrik Grimler 5ab6d52854
scripts(massage): specify target api level when running elf-cleaner
Termux-elf-cleaner 2.0.0 added the possibility to specify target api
level with --api-level, instead of just during compile time.
2022-07-30 16:44:07 +02:00
Henrik Grimler 5d07daf772
scripts(start_build.sh): download pre-compiled termux-elf-cleaner
CI now compiles the program on every release, so lets download that
instead of the source in termux_step_start_build.sh.
2022-07-30 16:44:05 +02:00
Henrik Grimler acc766f652
updpkg(main/termux-elf-cleaner): update to 2.1.1 2022-07-30 16:40:17 +02:00
Henrik Grimler ae57e3fae0
scripts(setup-termux.sh): install xmlto, needed by git 2022-07-30 16:27:31 +02:00
Henrik Grimler 4f9a758e12
addpkg(main/xmlto): add package 2022-07-30 16:27:28 +02:00
Henrik Grimler ece48b76d1
addpkg(main/mkp224o): generates (brute-forces) customised onion addresses 2022-07-30 16:27:13 +02:00
Henrik Grimler bc888d9a76
addpkg(main): add package rust-bindgen
For generating rust bindings from headers.
2022-07-30 16:26:59 +02:00
Termux Github Actions 9a7b2f6490 clvk: update to 0.0.20220730g8d0412c7
This commit has been automatically submitted by Github Actions.
2022-07-30 13:02:06 +00:00
Henrik Grimler 5c812ef4bc
chore(main/python-apt): remove setuptools patch
It is no longer needed after update of ubuntu in docker image to
22.04.

%ci:no-build
2022-07-30 14:34:20 +02:00
Henrik Grimler ae7efef821
chore(main/matplotlib): remove setuptools patch
It is no longer needed after update of ubuntu in docker image to
22.04.
2022-07-30 14:34:12 +02:00
Henrik Grimler 9d695d6f4b
scripts(setup-ubuntu.sh): install openjdk-17 from ppa repo
This is necessary if we are to build openjdk-17 after update of docker
image to ubuntu 22.04.
2022-07-30 14:34:07 +02:00
Henrik Grimler d3b2ac380c
chore(main/libsoxr): do not override termux_step_{configure,make}
%ci:no-build
2022-07-30 12:56:32 +02:00
Henrik Grimler 5ed8877277
chore(main/entr): do not override termux_step_make
There does not seem to be any reason for it.
2022-07-30 12:56:29 +02:00
Henrik Grimler 31dfe9ff86
chore(main/bitcoin): configure mandir
Since we set prefix to the depends folder some install paths are
wrong.
2022-07-30 12:56:26 +02:00
Henrik Grimler 271e96e8a7
chore(main/mutt): simplify termux_step_post_make_install
Since we are building in TERMUX_PKG_SRCDIR we can specify paths as
relative paths instead of absolute paths.
2022-07-30 12:56:24 +02:00
Henrik Grimler 9770ac9eee
chore(main/git): avoid overriding termux_step_make{,_install}
Run custom steps related to contrib/subtree dir in
termux_step_post_make_install instead.
2022-07-30 12:56:19 +02:00
Henrik Grimler bcb81f5d35
fix(main/mpc): use termux's mpd socket if --host is not given
Previously mpc had to be run with '--host $PREFIX/var/run/mpd.socket',
or else we got:

  MPD error: Connection refused

Patch mpd to use our socket if --host option is omitted, so that it
works without extra options.
2022-07-30 12:15:49 +02:00
Henrik Grimler 52eff4a81c
fix(main/pkg-config): use symlinks instead of hardlinks
To fix error when building on device.  The file that is
hardlinked/softlinked is removed through TERMUX_PKG_RM_AFTER_INSTALL
so we could have also just removed the Makefile target that runs ln.
2022-07-30 12:15:47 +02:00
Henrik Grimler 7565ac8bf0
fix(main/emacs): fix so emacsclient uses socket in /var/run per default 2022-07-30 12:15:44 +02:00
Henrik Grimler c764ffdba3
fix(main/emacs): silence warning about site-start.el quoting
Warning (comp): ../../../../../usr/share/emacs/site-lisp/site-start.el: Warning: (lambda nil \...) quoted with ' rather than with #' Disable showing Disable logging
2022-07-30 12:15:42 +02:00
Henrik Grimler b108e5be62
chore(main/emacs): sort configure args alphabetically 2022-07-30 12:15:39 +02:00
Henrik Grimler 0e812bed2f
chore(main/termux-tools): mark profile script as conffile 2022-07-30 12:15:34 +02:00
Termux Github Actions 87ef30ad49 z3: update to 4.10.2
This commit has been automatically submitted by Github Actions.
2022-07-30 06:35:02 +00:00
Termux Github Actions 71f138f480 neovim-nightly: update to 0.8.0-dev-739-ge59bc078d
This commit has been automatically submitted by Github Actions.
2022-07-30 06:19:19 +00:00
Pooya Moradi 4d78fc1cd9 new package: atool 2022-07-30 13:02:26 +08:00
Confundo 111363b541 add(main): new package hcloud 2022-07-30 12:21:50 +08:00
Termux Github Actions 4685eecb9b mdbook-mermaid: update to 0.11.2
This commit has been automatically submitted by Github Actions.
2022-07-30 00:25:38 +00:00
Termux Github Actions efb759cbea flyctl: update to 0.0.363
This commit has been automatically submitted by Github Actions.
2022-07-29 18:12:16 +00:00
Li Chong Yun 00a99765c7 nushell: update to 0.66.2 2022-07-29 21:38:26 +05:30
Termux Github Actions 0a306c98ee procs: update to 0.13.0
This commit has been automatically submitted by Github Actions.
2022-07-29 06:26:40 +00:00
Termux Github Actions 9f7ac68483 neovim-nightly: update to 0.8.0-dev-737-g0b8bade49
This commit has been automatically submitted by Github Actions.
2022-07-29 06:21:24 +00:00
Termux Github Actions 8e14c0b1d2 kubelogin: update to 1.25.2
This commit has been automatically submitted by Github Actions.
2022-07-29 06:13:00 +00:00
Termux Github Actions d60f95f049 chezmoi: update to 2.20.0
This commit has been automatically submitted by Github Actions.
2022-07-29 06:10:55 +00:00