Commit Graph

31891 Commits

Author SHA1 Message Date
Twaik Yont 5aee7ab05d bump(x11/libxpm): 3.5.17 2023-10-05 12:43:41 +03:00
Twaik Yont 1f5fed873e bump(main/mediainfo): 23.10 2023-10-05 12:43:41 +03:00
Twaik Yont 137c6db4d7
bump(main/libx11): 1.8.7 2023-10-05 12:16:56 +03:00
Fredrik Fornwall f41c49aad6 psmisc: Use argv0 instead of executable name in pstree
This fixes displaying process names instead of always /system/bin/linker
with https://github.com/termux/termux-exec/pull/24, and also works
without that change.
2023-10-05 09:31:54 +02:00
Lucy Phipps e739dcc8ef
perl: fix build 2023-10-05 07:19:03 +01:00
Termux Github Actions 4c30e3c5e9 bump(main/maven): 3.9.5
This commit has been automatically submitted by Github Actions.
2023-10-05 06:16:29 +00:00
Lucy Phipps 96e2e7e747
perl: fix error message formatting
fixes #18122
2023-10-05 07:04:47 +01:00
Finagolfin d1af589d00 chore,ci(packages): Build large packages on the CI without Docker, instead of simply clearing up space 2023-10-05 07:55:40 +05:30
Termux Github Actions 4661b4145c bump(main/wasmer): 4.2.2
This commit has been automatically submitted by Github Actions.
2023-10-05 01:16:13 +00:00
Termux Github Actions d8557bd514 bump(main/gettext): 0.22.3
This commit has been automatically submitted by Github Actions.
2023-10-05 00:30:41 +00:00
Termux Github Actions a6f22b9a75 bump(main/buf): 1.27.0
This commit has been automatically submitted by Github Actions.
2023-10-05 00:24:57 +00:00
Twaik Yont 523c33c50e Update build.sh 2023-10-04 22:36:35 +03:00
Twaik Yont 5bf0989f10 bump(main/libcommons-lang3-java): 3.13.0 2023-10-04 22:36:35 +03:00
Termux Github Actions 45463607e4 bump(x11/flacon): 11.3.0
This commit has been automatically submitted by Github Actions.
2023-10-04 18:26:22 +00:00
Termux Github Actions b619dfbd34 bump(main/jfrog-cli): 2.49.1
This commit has been automatically submitted by Github Actions.
2023-10-04 18:17:20 +00:00
Twaik Yont b7a41dc166
bump(main/openexr): 3.2.1 (+revdeps revbump) 2023-10-04 18:38:31 +03:00
Twaik Yont e6d208fc21 bump(main/ctags): 6.0.0 2023-10-04 18:15:18 +03:00
Twaik Yont e096cdfef0
chore(main/cvs): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-04 18:06:22 +03:00
Twaik Yont 9c0c0dd9ef bump(main/clamav): 1.2.0 2023-10-04 18:05:23 +03:00
Leonid Pliushch e5ff1a01d6
fix(main/libjxl): don't split package
A part of package is available only as static libraries such as libhwy.a
or libjxl_dec.a. They initially were moved into static subpackage but
headers and pkgconfig files were kept in the main package.

This commit removes static subpackage and makes libjxl suitable for
development.

See discussion in https://github.com/termux/termux-packages/issues/18112
2023-10-04 17:35:59 +03:00
Twaik Yont 26b0553861
chore(main/librsvg): preparing to autoupdate. [no ci] 2023-10-04 15:55:07 +03:00
Twaik Yont 6efa524c85
chore(main/at-spi2-core): preparing to autoupdate. [no ci] 2023-10-04 15:52:19 +03:00
Twaik Yont 7144e00754 bump(main/angband): 4.2.5 2023-10-04 15:48:25 +03:00
Fredrik Fornwall 710c81cc32 llvm: Avoid looking at /proc/self/exe
LLVM looks at /proc/self/exe to determine which binary has been called.
This does not work with the proposed changes for termux-exec:
https://github.com/termux/termux-exec/pull/24

Luckily the fallback to look at argv0 works instead.
2023-10-04 14:24:07 +02:00
Fredrik Fornwall b470466432 procps: Make -f/--full the default for pgrep&pkill
Without -f/--full, pgrep&pkill matches searches by default only on
the binary name, which will not work with the changes proposed in
https://github.com/termux/termux-exec/pull/24, as there the binary
will always be /system/bin/linker64.
2023-10-04 14:14:50 +02:00
Twaik Yont 2591bc965c
chore(main/rappel): enable auto updates [no ci] 2023-10-04 14:43:19 +03:00
Twaik Yont ebe776d8d2 bump(x11/openttd): 13.4 2023-10-04 13:58:18 +03:00
Twaik Yont 2dc8f3e230
chore(main/coinor-clp): enable auto updates [no ci] 2023-10-04 13:29:41 +03:00
Twaik Yont be498282ac
chore(main/libcoinor-osi): enable auto updates [no ci] 2023-10-04 13:27:40 +03:00
Twaik Yont 0f2f631f19
chore(main/libcoinor-utils): enable auto updates [no ci] 2023-10-04 13:26:33 +03:00
Twaik Yont aa72c6cbb2 bump(main/monero): 0.18.3.1 2023-10-04 13:12:14 +03:00
Twaik Yont fb60ac27fd
chore(main/cabal-install): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
Also this package is too complex for auto-updating.
2023-10-04 12:46:22 +03:00
Twaik Yont 1717d2c586
chore(main/libllvm): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-04 12:45:05 +03:00
Leonid Pliushch a1d232e67e
fix(main/python): don't show redundant message when python-pip already installed
Closes https://github.com/termux/termux-packages/issues/18113
2023-10-04 12:21:54 +03:00
Fredrik Fornwall 7bc9d4d65e freeimage: Build using std=c++11
This fixes building on Android NDK 26, which otherwise defaults to
C++ 17. See

https://github.com/termux/termux-packages/pull/17863
2023-10-04 08:40:05 +02:00
Aditya Alok 335e1fc34d
chore(script/dump-repology-data): improve docs
Signed-off-by: Aditya Alok <alok@termux.dev>
2023-10-04 10:46:51 +05:30
Aditya Alok d759dc3375
chore(script/dump-repology-data): update licenser info
Signed-off-by: Aditya Alok <alok@termux.dev>
2023-10-04 10:46:32 +05:30
Lucy Phipps edf4cefa0d
irssi: update to 1.4.5 2023-10-04 06:03:22 +01:00
Lucy Phipps adb27ce567
lesspipe: update to 2.09 2023-10-04 05:55:36 +01:00
Termux Github Actions 213d61022a bump(main/restish): 0.19.0
This commit has been automatically submitted by Github Actions.
2023-10-04 00:31:22 +00:00
Twaik Yont 78a46c668c
chore(main/root-repo): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-04 00:40:39 +03:00
Twaik Yont fc38312093
chore(main/x11-repo): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-04 00:39:57 +03:00
Twaik Yont d8295bcf53
chore(main/libicu): enable auto updates [no ci] 2023-10-04 00:14:10 +03:00
Twaik Yont faaa4cee8a bump(main/glib): 2.78.0 2023-10-04 00:06:53 +03:00
Twaik Yont 68d2188fdb
chore(main/ncurses): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-03 23:11:32 +03:00
Twaik Yont 619909d60e
chore(x11/xarchiver): enable auto updates [no ci] 2023-10-03 22:21:57 +03:00
Twaik Yont 4970cf5cde
chore(x11/x2x): enable auto updates [no ci] 2023-10-03 22:21:03 +03:00
Twaik Yont 0401da293f
chore(x11/tsmuxergui): enable auto updates [no ci] 2023-10-03 22:17:54 +03:00
Twaik Yont 8500e89988
chore(x11/trojita): enable auto updates [no ci] 2023-10-03 22:10:05 +03:00
Twaik Yont 00ea1a059e
chore(x11/termux-x11-nightly): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-03 22:06:37 +03:00