Commit Graph

26778 Commits

Author SHA1 Message Date
Tee KOBAYASHI 07b60878c2 redis: Bump to 7.0.8 2023-01-17 02:10:00 +00:00
Termux Github Actions 9db56615e4 bump(main/minisign): 0.11
This commit has been automatically submitted by Github Actions.
2023-01-17 00:28:31 +00:00
Termux Github Actions 110f9b16ee bump(main/esbuild): 0.17.1
This commit has been automatically submitted by Github Actions.
2023-01-17 00:26:00 +00:00
Tee KOBAYASHI 6f4a44d3b0 txikijs: Remove no longer needed `TERMUX_PKG_GIT_BRANCH`
%ci:no-build
2023-01-17 00:25:17 +00:00
Tee KOBAYASHI 1a47737645 termux_git_clone_src: Exclude epoch from default branch 2023-01-17 00:25:17 +00:00
Tee KOBAYASHI 07b6379b8a libmdbx: Remove unnecessary `TERMUX_PKG_GIT_BRANCH` field
which just specifies the default value.

See the `build/get_source/termux_git_clone_src.sh` script for details.

I have confirmed that our script switches the repo to the correct commit
(which is 9b062cf0c7d41297f756c7f7b897ed981022bdbf as of now.)

%ci:no-build
2023-01-16 23:51:19 +00:00
Leonid Pliushch d82bd52f0f
build-package.sh: -i/-I now available only for com.termux id
Before build-package.sh unconditionally downloaded deb files even when
application package name was different.
2023-01-16 22:38:39 +02:00
Ivan Max 8d89be98c9
fix(main/python-cryptography): removing --no-binary flag in pip (#14605) 2023-01-16 21:44:22 +03:00
Leonid Pliushch a1d7023878
fix(main/libmdbx): update source url
Git repositories of GitFlic should have .git at the end. Otherwise
following error occurs:

 fatal: repository 'https://gitflic.ru/project/erthink/libmdbx/' not found

Specify branch (tag) as well.
2023-01-16 20:42:29 +02:00
Termux Github Actions dd3acf02cb bump(main/mautrix-whatsapp): 0.8.1
This commit has been automatically submitted by Github Actions.
2023-01-16 18:12:36 +00:00
Termux Github Actions f4ad94c476 bump(main/lua-language-server): 3.6.5
This commit has been automatically submitted by Github Actions.
2023-01-16 18:11:29 +00:00
Termux Github Actions 1b887c5eb4 bump(main/fzf): 0.36.0
This commit has been automatically submitted by Github Actions.
2023-01-16 18:09:07 +00:00
Tee KOBAYASHI be3cfa1195 python-pip: Hard-depend on clang, make and pkg-config
For example, postinst `pip install cffi` in `python-cryptography` needs
`clang` or some other C compiler. It is not efficient to add `clang` as
a dependency for every package that requires it in postinst `pip`.
2023-01-17 00:43:40 +09:00
Tee KOBAYASHI 2fe86595f6 diffutils: Bump to 3.9 2023-01-16 14:16:07 +00:00
Tee KOBAYASHI 45147db2a8 tree-wide: Migrate to using `TERMUX_PYTHON_VERSION` variable
%ci:no-build

Co-authored-by: Maxython <mixython@gmail.com>
2023-01-16 14:04:35 +00:00
Ivan Max 5a29e62c76
fix(scripts/termux_setup_python_pip.sh): popd removal (#14599) 2023-01-16 15:16:37 +03:00
Termux Github Actions 026fd610b7 bump(main/cloudflared): 2023.1.0
This commit has been automatically submitted by Github Actions.
2023-01-16 12:12:22 +00:00
Maxython c75573604b tree-wide: setting up python packages and raising the version value 2023-01-16 12:10:42 +00:00
Tee KOBAYASHI 9dcb071ff1 v2ray: Bump to 5.2.1 2023-01-16 11:33:11 +00:00
Tee KOBAYASHI 9454d0afcd ytfzf: Bump to 2.5.4 2023-01-16 11:33:01 +00:00
Tee KOBAYASHI ca160296d5 vile: Bump to 9.8y 2023-01-16 11:32:53 +00:00
Tee KOBAYASHI c4861ede79 libvterm: Bump to 0.3.1 2023-01-16 11:32:45 +00:00
Tee KOBAYASHI 821bb00560 vim{,-python,-gtk}: Bump to 9.0.1200 2023-01-16 11:19:20 +00:00
Leonid Pliushch 6318aab0cd
fix(scripts/setup-offline-bundle.sh): don't install pip
As of now this cannot be done for offline bundle.

 ERROR: /data/data/com.termux/files/usr/bin/python3.11 does not exist
2023-01-16 12:23:03 +02:00
Tee KOBAYASHI 67d63ec3d9 python: Bump revision 2023-01-16 17:48:44 +09:00
Tee KOBAYASHI acd70ccf78 python-pip: Bump revision 2023-01-16 17:48:12 +09:00
Tee KOBAYASHI 2f8e9418ec python-pip: Set `TERMUX_PKG_BREAKS` 2023-01-16 17:37:19 +09:00
Ivan Max 0a19fffbda
tree-wide: make python packages use termux_setup_python_pip (part 2) (#14589)
This happened because I didn't separate the packages correctly
2023-01-16 10:31:18 +03:00
Termux Github Actions 16b7b9834d bump(main/ruff): 0.0.223
This commit has been automatically submitted by Github Actions.
2023-01-16 06:32:55 +00:00
Maxython 727fc3baa0 tree-wide: make python packages use termux_setup_python_pip
Instead of termux_setup_python_crossenv.
2023-01-16 09:29:47 +03:00
Maxython d97b8c353b scripts: add termux_setup_python_pip function
It replaces termux_setup_python_crossenv and can be used when
compiling python packages.  Packages should specify their python
dependencies in TERMUX_PKG_PYTHON_TARGET_DEPS,
TERMUX_PKG_PYTHON_BUILD_DEPS, and TERMUX_PKG_PYTHON_COMMON_DEPS.
2023-01-16 09:29:47 +03:00
Maxython 0680380273 python: do not setup pip in postinst script
pip has been moved to a separate python-pip package.
2023-01-16 09:29:47 +03:00
Maxython f10b2ea1d7 new package: python-pip 2023-01-16 09:29:47 +03:00
Termux Github Actions 2e80833965 bump(main/neovim-nightly): 0.9.0-dev-701+g34b973b1d
This commit has been automatically submitted by Github Actions.
2023-01-16 06:25:50 +00:00
Termux Github Actions 62140a38fa bump(main/difftastic): 0.42.0
This commit has been automatically submitted by Github Actions.
2023-01-16 06:16:56 +00:00
Tee KOBAYASHI 0f4945821a ndk-sysroot: Remove patch backups (`*.orig` files)
%ci:no-build
2023-01-16 05:10:44 +00:00
Tee KOBAYASHI 710d8477f1 wireshark-qt: Disable capabilities support
which seems to cause issues.

Fixes https://github.com/termux/termux-packages/issues/14492
2023-01-16 01:17:27 +00:00
Leonid Pliushch 762c646fbd
chore(main/iproute2): upstream changed archives
and their url...
2023-01-15 23:07:57 +02:00
Termux Github Actions c5c3730a02 bump(main/stylua): 0.16.0
This commit has been automatically submitted by Github Actions.
2023-01-15 18:16:49 +00:00
Termux Github Actions e8eaed9f16 bump(main/cicada): 0.9.35
This commit has been automatically submitted by Github Actions.
2023-01-15 18:11:40 +00:00
Termux Github Actions 6fb2a05333 bump(main/chezmoi): 2.29.2
This commit has been automatically submitted by Github Actions.
2023-01-15 18:09:06 +00:00
Leonid Pliushch fcb2a09788
move pcsx-rearmed to x11-packages 2023-01-15 16:35:34 +02:00
Tee KOBAYASHI 1941f0be48 mpg123: Bump to 1.31.2 2023-01-15 13:47:45 +00:00
Tee KOBAYASHI 695de19a05 lint-packages: Check package / subpackage name
Source: https://www.debian.org/doc/debian-policy/ch-controlfields.html#source
2023-01-15 13:28:30 +00:00
Tee KOBAYASHI 9b665567f4 ca-certificates: Remove workaround for CVE-2022-23491
which is now handled upstream. This is effectively no-op, so:

%ci:no-build
2023-01-15 20:56:17 +09:00
Tee KOBAYASHI 91aae4d51d ca-certificates: Reset revision 2023-01-15 20:21:43 +09:00
Lucy Phipps 03cddbf762
ca-certificates: update to 2023.01.10 2023-01-15 11:19:35 +00:00
Leonid Pliushch ce6792441c
fix(main/pcsx-rearmed): enable arm support 2023-01-15 12:06:15 +02:00
Leonid Pliushch 216570e136
pcsx-rearmed: disable arm until fixed 2023-01-15 11:59:51 +02:00
Leonid Pliushch 8c6eb2d3cf
addpkg(main): pcsx-rearmed 2023-01-15 11:54:01 +02:00