1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 19:57:07 +00:00
Commit Graph

28374 Commits

Author SHA1 Message Date
Matthew "strager" Glazar
665ae2b8b0 chore(main/quick-lint-js): remove unnecessary patch
Upstream fixed the build error for A32 builds. Remove our patch working around
the build failure.

Testing:

    $ ./build-package.sh -a arm quick-lint-js

(I did not try running the installed package. I do not have an A32 Termux
install.)
2023-03-30 23:50:54 +03:00
Termux Github Actions
aecfeb2d5e bump(main/terraform): 1.4.3
This commit has been automatically submitted by Github Actions.
2023-03-30 18:23:17 +00:00
Termux Github Actions
741bc0391b bump(main/stylua): 0.17.1
This commit has been automatically submitted by Github Actions.
2023-03-30 18:18:27 +00:00
Termux Github Actions
8653dbffc1 bump(main/box86): 0.2.8.20230330.075706g94f451c4
This commit has been automatically submitted by Github Actions.
2023-03-30 18:08:00 +00:00
Termux Github Actions
7fd86a52e3 bump(main/ledger): 3.3.2
This commit has been automatically submitted by Github Actions.
2023-03-30 12:17:14 +00:00
Leonid Pliushch
ea80ea1e89
bump(main/proot-distro): 3.9.0 2023-03-30 12:53:58 +03:00
Termux Github Actions
3b7a928a0b bump(main/neovim-nightly): 0.9.0-dev-1296+g8b7fb668e
This commit has been automatically submitted by Github Actions.
2023-03-30 06:16:39 +00:00
Termux Github Actions
02e3a5a509 bump(main/ruff): 0.0.260
This commit has been automatically submitted by Github Actions.
2023-03-30 00:38:12 +00:00
Termux Github Actions
d0112827e9 bump(main/buf): 1.16.0
This commit has been automatically submitted by Github Actions.
2023-03-30 00:22:19 +00:00
Leonid Pliushch
a7a58188be
bump(main/proot-distro): 3.8.0 2023-03-29 23:48:47 +03:00
Termux Github Actions
d39627ad71 bump(main/flyctl): 0.0.500
This commit has been automatically submitted by Github Actions.
2023-03-29 18:18:23 +00:00
Leonid Pliushch
7ee2a0e442
bump(main/proot-distro): 3.7.0 2023-03-29 15:14:10 +03:00
Tee KOBAYASHI
0ead023121 scripts: Respect CC when using CMake
only when TERMUX_PKG_ENABLE_CLANG16_PORTING is true for now, to provide
backward compatibility and to avoid unexpected build problems.
2023-03-29 21:03:04 +09:00
Termux Github Actions
5d71311261 bump(main/neovim-nightly): 0.9.0-dev-1292+geac75a971
This commit has been automatically submitted by Github Actions.
2023-03-29 06:19:06 +00:00
Butta
fd7c3fc3a9 scripts(libllvm): use bash shell for llvm-config shell script instead, as default dash shell on Ubuntu doesn't support variable substitution 2023-03-29 11:47:32 +05:30
Ivan Maidanski
335d192a6b libatomic-ops: Update to 7.8.0 2023-03-29 11:16:15 +05:30
Chongyun Lee
d5f72abe0c llvm-mingw-w64*: bump to 20230320 2023-03-29 13:28:06 +08:00
Chongyun Lee
b08c504c89 clang: link libc++ on mingw 2023-03-29 13:28:06 +08:00
Butta
2b88012c94 rebuild(oidn): link against libllvm 16 2023-03-29 10:22:07 +05:30
Chongyun Lee
efeafa5893 flang: bump to 16.0.0 2023-03-29 11:46:57 +08:00
Termux Github Actions
b80c67a0bc bump(main/whitebox-tools): 2.3.0
This commit has been automatically submitted by Github Actions.
2023-03-28 18:23:32 +00:00
Butta
af674a0e38 rebuild(mesa): link against libllvm 16 2023-03-28 21:30:18 +05:30
Tee KOBAYASHI
9b9118ebc8 redis: Add workaround for unaligned access on arm 2023-03-28 23:17:47 +09:00
Uchiha Kakashi
52090d10cc
termux_step_setup_toolchain: bump version
follow up 6938b7c4b4
2023-03-28 21:06:40 +08:00
Termux Github Actions
189a47bbe4 bump(main/pocketbase): 0.14.0
This commit has been automatically submitted by Github Actions.
2023-03-28 12:15:21 +00:00
Termux Github Actions
3ac99131ac bump(main/lux): 0.17.2
This commit has been automatically submitted by Github Actions.
2023-03-28 12:12:58 +00:00
Tee KOBAYASHI
10ada7e4d3 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Tee KOBAYASHI
3c88b59561 *: Disable clang16-porting for essential packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Tee KOBAYASHI
6938b7c4b4 scripts: Add variable TERMUX_PKG_ENABLE_CLANG16_PORTING
to control errors enabled by default with Clang/LLVM 16.
2023-03-28 16:27:35 +09:00
Termux Github Actions
0e81e46354 bump(main/railway-cli): 3.0.19
This commit has been automatically submitted by Github Actions.
2023-03-28 00:34:15 +00:00
Butta
0727af2da7 bump(libllvm): 15.0.7 to 16.0.0 2023-03-28 01:40:46 +05:30
Henrik Grimler
e95d6a8aad
mutt: make sure fget{c,s}_unlocked are not found
On device these functions are found in libc and compilation later
fails since they can only be used on api level >= 28.
2023-03-27 21:44:25 +02:00
Henrik Grimler
2616a220ce
mutt: compile with --enable-debug
This makes it possible to get debug logs from mutt, which can be
useful when debugging issues.  This configure arg does not really
increase the package size (debug symbols are not added to the
libraries/binaries), so not really any reason to not use it.
2023-03-27 21:44:22 +02:00
Termux Github Actions
0d3887758d bump(main/ugit): 5.5
This commit has been automatically submitted by Github Actions.
2023-03-27 18:28:06 +00:00
Termux Github Actions
cbc186c03e bump(main/tokei): 13.0.0-alpha.0
This commit has been automatically submitted by Github Actions.
2023-03-27 18:27:45 +00:00
Termux Github Actions
3354182ce3 bump(main/mdbook-katex): 0.3.12
This commit has been automatically submitted by Github Actions.
2023-03-27 18:23:17 +00:00
Termux Github Actions
bad8414f76 bump(main/gum): 0.10.0
This commit has been automatically submitted by Github Actions.
2023-03-27 18:15:52 +00:00
Termux Github Actions
60085c23dd bump(main/graphviz): 8.0.1
This commit has been automatically submitted by Github Actions.
2023-03-27 18:15:02 +00:00
Termux Github Actions
5cd596afb7 bump(main/dasel): 2.1.2
This commit has been automatically submitted by Github Actions.
2023-03-27 18:10:13 +00:00
Termux Github Actions
89f7c64084 bump(main/hz): 0.6.1
This commit has been automatically submitted by Github Actions.
2023-03-27 12:11:30 +00:00
Twaik Yont
18bc7fcb64 xwayland: enable broken memfd and use ashmem as a fallback
Signed-off-by: Twaik Yont <twaikyont@gmail.com>
2023-03-27 12:27:14 +03:00
Termux Github Actions
9f72681613 bump(main/neovim-nightly): 0.9.0-dev-1291+gbad218cd6
This commit has been automatically submitted by Github Actions.
2023-03-27 06:16:21 +00:00
Termux Github Actions
bc7d0a6be4 bump(main/lux): 0.17.1
This commit has been automatically submitted by Github Actions.
2023-03-27 06:11:17 +00:00
CHIZI-0618
0e0ec51a0b sing-box: Bump to 1.2.1 2023-03-27 12:26:44 +08:00
Termux Github Actions
ac59ae8337 bump(main/texlab): 5.4.1
This commit has been automatically submitted by Github Actions.
2023-03-27 00:34:04 +00:00
Termux Github Actions
b38de902b8 bump(main/libopenblas): 0.3.22
This commit has been automatically submitted by Github Actions.
2023-03-27 00:27:03 +00:00
Tee KOBAYASHI
382571eb43 gegl: Bump to 0.4.44 2023-03-27 07:10:09 +09:00
Tee KOBAYASHI
11bcfce7a8 qemu-system-x86-64: Enable virglrenderer 2023-03-27 04:44:44 +09:00
Tee KOBAYASHI
5c351fd218 qemu-system-x86-64-headless: Fix dependency
libslirp dep was missing from qemu-system-*-headless subpackages. Use
TERMUX_SUBPKG_DEPEND_ON_PARENT=deps to avoid this type of bug. Note that
qemu-system-m68k-headless actually does not depend on libusb{,redir}.
2023-03-27 02:54:26 +09:00
Tee KOBAYASHI
6bf55e5262 qemu-system-x86-64: Fix dependency
libslirp dep was missing from qemu-system-* subpackages.

There is a plan to further modify this package soon, so:

%ci:no-build
2023-03-27 02:10:37 +09:00