Commit Graph

18012 Commits

Author SHA1 Message Date
Tee KOBAYASHI 29cbf05867 new package: gluelang 2022-04-04 09:14:20 +09:00
Tee KOBAYASHI 168f0209da new package: libxv 2022-04-04 09:13:28 +09:00
Tee KOBAYASHI 53b5b4c3da new package: udftools 2022-04-04 09:12:31 +09:00
Termux Github Actions 1b42f596d1 chezmoi: update to 2.15.0
This commit has been automatically submitted by Github Actions.
2022-04-04 00:12:21 +00:00
Tee KOBAYASHI 421781e6c7 new package: libbluray 2022-04-04 09:11:44 +09:00
Tee KOBAYASHI 45b4a9d251 new package: libudfread 2022-04-04 09:11:44 +09:00
Tee KOBAYASHI a9699dde7e new package: libtwolame 2022-04-04 08:57:38 +09:00
Tee KOBAYASHI 0bee1a46fa new package: liba52 2022-04-04 08:49:05 +09:00
Tee KOBAYASHI f532e106a5 new package: openexr2 2022-04-04 08:48:12 +09:00
Henrik Grimler 94fa61d539
termux-tools: termux-change-repo: add 3 additional mirrors in China
Sort mirrors alphabetically, except for Alibaba mirror, due to the
Alibaba mirror uses a .com domain and will hence not be locked in by
pkg.
2022-04-03 21:19:05 +02:00
Termux Github Actions 8c88058828 sslscan: update to 2.0.13
This commit has been automatically submitted by Github Actions.
2022-04-03 18:08:18 +00:00
Tee KOBAYASHI bc5dfb0aed mariadb: Update to 10.6.5 2022-04-03 14:26:36 +05:30
Henrik Grimler f8638576dc
fetchmail: remove __pycache__ directory 2022-04-03 10:52:26 +02:00
Henrik Grimler 2fba968abf
fetchmail: update to 6.4.29 2022-04-03 10:49:14 +02:00
Tee KOBAYASHI f997a5c6ea util-linux: Update to 2.38 2022-04-03 17:43:03 +09:00
Pero Sar 41a4d4340b
Rename `rxfetch-termux` to `rxfetch` and use upstream (#9813)
* Package original rxfetch

Signed-off-by: PeroSar <perosar1111@gmail.com>

* Update CODEOWNERS

Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-04-03 15:21:02 +08:00
Termux Github Actions bd6833f5be neovim-nightly: update to 0.7.0-dev+1385-g6786b6afa
This commit has been automatically submitted by Github Actions.
2022-04-03 06:13:22 +00:00
Termux Github Actions 657667e437 lf: update to 27
This commit has been automatically submitted by Github Actions.
2022-04-03 00:12:11 +00:00
Henrik Grimler 7b5b44a987
termux-tools: termux-change-repo: rename mirror wiki page again 2022-04-02 23:43:14 +02:00
Tee KOBAYASHI f5a7426816 new package: biboumi 2022-04-03 06:42:15 +09:00
Aditya Alok 66e51f0bce
fix(iwyu): disable auto-update
latest release corresponds to latest release of clang, but
we might not have that version still.

this fixes build failure due to undefined 'clang::UsingType' symbol,
which is introduced in clang-14.

%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-03 03:08:29 +05:30
Tee KOBAYASHI d9caf52790 new package: catimg 2022-04-03 06:28:11 +09:00
Tee KOBAYASHI 175bdbb4a6 new package: catgirl 2022-04-03 06:27:34 +09:00
Tee KOBAYASHI 7bdbf3f3df new package: mautrix-whatsapp 2022-04-03 06:25:39 +09:00
Tee KOBAYASHI ac8bc648fb new package: pounce 2022-04-03 06:24:45 +09:00
Tee KOBAYASHI 2e8244780b new package: miniflux 2022-04-03 06:23:01 +09:00
Termux Github Actions e7116a279a libmsgpack-cxx: update to 4.1.1
This commit has been automatically submitted by Github Actions.
2022-04-02 19:31:07 +00:00
Aditya Alok 442174ca9a
refactor(auto-update): move checking unique packages to standalone script
Hmmm..., why do we even need to check whether package is unique or not if we have
TERMUX_PKG_AUTO_UPDATE=true?

It should be checked before enabling auto-update.

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-03 00:48:29 +05:30
Aditya Alok d5d6af6090
fix(libmsgpack{,-cxx}): check name of tag before auto updating
upstream uses 'c-' and 'cpp-' prefix in tag name to distinguish release,
but both releases are from same repository, so auto update system
confuses release of one package to be of another.

Now we explicitly check tag name before auto-updating.

%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-03 00:47:49 +05:30
Termux Github Actions 783e639db1 miniserve: update to 0.19.4
This commit has been automatically submitted by Github Actions.
2022-04-02 18:14:20 +00:00
Yaksh Bariya 8f57e13176
rebuild(emscripten): Missing from main repo 2022-04-02 18:37:59 +05:30
Freed-Wu 3eb7153fa6 add `$TERMUX_PKG_RECOMMENDS` for zsh/bash 2022-04-02 17:06:42 +09:00
Freed-Wu 22fdf4cf9c new package zsh-completions 2022-04-02 17:06:42 +09:00
Yaksh Bariya 6accd4396e
fixup(cmake): Do not depend on dependencies of libcurl and libarchive
Do not pass `-DCMAKE_USE_SYSTEM_{BZIP2,LIBLZMA,NGHTTP2,ZSTD}` to cmake.

libbz2 and liblzma are dependencies of libarchive. CMake does have an option to use zstd because libarchive supports linking to zstd (as a side note, we are building libarchive without zstd).

libnghttp2 is dependency of libcurl.

CMake's CMakeLists.txt does have options for these libraries in case we are not using shared libarchive and libcurl but wish to link against shared libraries of dependencies of libcurl and libarchive. In case we tell CMake to use shared libarchive and libcurl, these options are basically ignored (i.e. they don't anyway affect the build), which we are doing right now. So there's no need of these options at all!

Lastly, `-DCMAKE_USE_SYSTEM_ZLIB` needs to be specified because CMake does directly link against zlib. Perhaps making this option depend on `"NOT CMAKE_USE_SYSTEM_LIBARCHIVE;NOT CMAKE_USE_SYSTEM_CURL"` in CMakeLists.txt:197 is a mistake. Reporting this to upstream might make sense
2022-04-02 13:21:19 +05:30
Tee KOBAYASHI 48875bf416 samba: Revbump after libbsd update 2022-04-02 13:03:46 +05:30
Tee KOBAYASHI 0e924f88eb netcat-openbsd: Revbump after libbsd update 2022-04-02 13:03:46 +05:30
Tee KOBAYASHI b8d3a15bb3 mg: Revbump after libbsd update 2022-04-02 13:03:46 +05:30
Tee KOBAYASHI 446bc08c33 libtdb: Revbump after libbsd update 2022-04-02 13:03:46 +05:30
Tee KOBAYASHI 65d76b665e libbsd: Update to 0.11.6 2022-04-02 13:03:46 +05:30
Tee KOBAYASHI 80014608d4 new package: libmd 2022-04-02 13:03:46 +05:30
PeroSar a7cb46f238 Update CODEOWNERS
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-04-02 16:09:52 +09:00
PeroSar 231270d85e rxfetch-termux: Add package
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-04-02 16:09:52 +09:00
Termux Github Actions f983821402 neovim-nightly: update to 0.7.0-dev+1379-gfce0d54eb
This commit has been automatically submitted by Github Actions.
2022-04-02 06:17:08 +00:00
Tee KOBAYASHI ae5b1b8443 libgcrypt: Update to 1.10.1 2022-04-02 10:46:19 +05:30
Tee KOBAYASHI fb2728bd65 freetype: Update to 2.12.0 2022-04-02 10:45:46 +05:30
Tee KOBAYASHI 2f7f37e887 libnss: Update to 3.77 2022-04-02 10:45:21 +05:30
s00se b34bf7d3be proxmark3-git: update to latest master
update to latest master
use _commit in srcurl
correct arch in override
2022-04-02 13:25:46 +09:00
Tee KOBAYASHI 4c883301cd new package: rdircd 2022-04-02 12:17:24 +09:00
Tee KOBAYASHI c536e7eb96 new package: bitlbee 2022-04-02 12:16:38 +09:00
Termux Github Actions d51f877d52 flyctl: update to 0.0.312
This commit has been automatically submitted by Github Actions.
2022-04-01 18:17:35 +00:00