Commit Graph

13842 Commits

Author SHA1 Message Date
Marlin Sööse
3311cc5f5e proxmark3-git: update to latest master 2021-11-15 07:27:34 +05:30
Jia Yuan Lo
5a65f78f8f new package: wasmer 2021-11-14 18:28:20 +05:30
Termux Github Actions
200d3f0144 diskus: update to 0.7.0
This commit has been automatically submitted by Github Actions.
2021-11-14 12:11:35 +00:00
Termux Github Actions
1566ce500c gopass: update to 1.13.0
This commit has been automatically submitted by Github Actions.
2021-11-14 00:15:42 +00:00
Termux Github Actions
fcc9a743e4 ccache: update to 4.5
This commit has been automatically submitted by Github Actions.
2021-11-13 12:11:30 +00:00
Leonid Pliushch
879a10a845
qemu: move qemu-plugin.h to qemu-common package 2021-11-13 11:43:03 +02:00
sk0kanik
da3132f1c6 tintin++: bump to 2.02.12
closes #7966
2021-11-12 15:03:18 +05:30
Termux Github Actions
e5d06cfd90 erlang: update to 24.1.5
This commit has been automatically submitted by Github Actions.
2021-11-12 00:33:38 +00:00
Termux Github Actions
0c768f2b71 sleuthkit: update to 4.11.1
This commit has been automatically submitted by Github Actions.
2021-11-11 18:26:39 +00:00
Master Java
a156319255
gradle: update to 7.3 (#7963) 2021-11-11 17:45:04 +05:30
Henrik Grimler
bf51d022ef
gcal: include sys/types.h instead of stdint.h in gnulib patch
This makes compilation work on 32bit arches, as well as 64bit arches.
2021-11-11 10:05:32 +01:00
Termux Github Actions
48393d0190 lesspipe: update to 1.91
This commit has been automatically submitted by Github Actions.
2021-11-11 00:16:22 +00:00
Termux Github Actions
b8833d06bf flyctl: update to 0.0.252
This commit has been automatically submitted by Github Actions.
2021-11-11 00:14:52 +00:00
Henrik Grimler
7e1fbaf1c1
oleo: fix build with ndk-r23 2021-11-10 21:47:01 +01:00
Henrik Grimler
36273539dd
minicom: fix build with ndk-r23 2021-11-10 21:45:45 +01:00
Henrik Grimler
9e30e6de78
mg: set -fcommon and avoid overriding step_make_install
Fixes build with ndk-r23, and avoids overriding
termux_step_make_install for no good reason.
2021-11-10 21:44:42 +01:00
Henrik Grimler
584b109409
htop-legacy: fix build with ndk-r23 2021-11-10 21:44:10 +01:00
Henrik Grimler
e69c2e315b
hexcurse: fix build with ndk-r23 2021-11-10 21:43:32 +01:00
Henrik Grimler
3481a38fdc
gcal: add patch to fix gnulib compilation with ndk-r23 2021-11-10 21:43:06 +01:00
Termux Github Actions
ab76551a76 flyctl: update to 0.0.251
This commit has been automatically submitted by Github Actions.
2021-11-10 18:11:53 +00:00
Termux Github Actions
6641777d04 libcurl: update to 7.80.0
This commit has been automatically submitted by Github Actions.
2021-11-10 12:11:35 +00:00
Yaksh Bariya
2f4c3a9928 nodejs: Bump to 17.1.0 2021-11-10 15:58:50 +05:30
Henrik Grimler
242d2ed706
lrzsz: set maintainer as well 2021-11-10 10:36:46 +01:00
Henrik Grimler
94c7e0770e
lrzsz: enable package again
And build from latest commit on github repo.
2021-11-10 10:34:32 +01:00
Henrik Grimler
8b314cbf99
tesseract: set TESSDATA_PREFIX when compiling
So that users do not need to set it manually.
2021-11-10 09:41:11 +01:00
Termux Github Actions
5e31b3a872 lazygit: update to 0.31.3
This commit has been automatically submitted by Github Actions.
2021-11-10 00:14:46 +00:00
Henrik Grimler
ba4be062e6
bison: fix build with ndk-r23 2021-11-09 21:40:11 +01:00
ELWAER M
d98c0a9fe5
new package: cpufetch (#7949) 2021-11-09 19:16:17 +02:00
Termux Github Actions
61a0d32129 jfrog-cli: update to 2.5.1
This commit has been automatically submitted by Github Actions.
2021-11-09 12:11:52 +00:00
Henrik Grimler
3783ea8c4f tesseract: check for __ANDROID__ instead of ANDROID in simddetect
And avoid android_getCpuFamily() for termux.
2021-11-09 12:13:12 +01:00
Henrik Grimler
5e2c4e9bb5 tesseract: blacklist i686 build for now
Needs some work to get code in src/arch/simddetect.cpp for all arches.
2021-11-09 12:11:07 +01:00
Henrik Grimler
7901483967
tesseract: build with cmake to fix missing symbol errors
For whatever reason building with configure and make leads to symbols
not being found (see https://github.com/termux/termux-packages/issues/7953).

When switching to cmake it seems that libicu and pango are not
considered optional dependencies anymore, so add these to dependecies.
2021-11-09 11:06:52 +01:00
Yaksh Bariya
09cc196ad8
tesseract: also depend on zstd
Fixes #7953
2021-11-09 08:41:15 +05:30
Termux Github Actions
76ef9ce756 teckit: update to 2.5.11
This commit has been automatically submitted by Github Actions.
2021-11-09 00:34:09 +00:00
Termux Github Actions
8e6b7915ca caddy: update to 2.4.6
This commit has been automatically submitted by Github Actions.
2021-11-09 00:17:07 +00:00
Henrik Grimler
f538dbce90
direnv: do not override termux_step_make{,_install} 2021-11-08 21:57:14 +01:00
Henrik Grimler
52de3bfd6f
libtermkey: re-arrange build script
Put commands in termux_step_pre_configure, termux_step_make and
termux_step_make_install in a more logical way.
2021-11-08 21:30:29 +01:00
Henrik Grimler
2ab8f872d1
lsof: avoid overriding termux_step_make
And update patch offsets.
2021-11-08 21:29:22 +01:00
Termux Github Actions
03fc44d615 stylua: update to 0.11.1
This commit has been automatically submitted by Github Actions.
2021-11-08 18:37:02 +00:00
Termux Github Actions
81ac643368 hugo: update to 0.89.2
This commit has been automatically submitted by Github Actions.
2021-11-08 18:20:40 +00:00
Henrik Grimler
ebf266c128
ghostscript: depend on zstd as well
It was reported on mailing list that gs is linked against libzstd, so
seems that ghostscript got the opportunity to link against it in the
last rebuild. Let's add the dependency so that we don't end up in this
situation again.
2021-11-08 15:31:51 +01:00
Leonid Pliushch
cf5474e43c
apt: remove unstable-repo from conflicts 2021-11-08 16:09:47 +02:00
Aditya Alok
5af92134e5 lua-language-server: update to 2.4.7 2021-11-08 17:05:50 +05:30
Termux Github Actions
3c6faa6214 harfbuzz: update to 3.1.1
This commit has been automatically submitted by Github Actions.
2021-11-08 06:12:20 +00:00
Termux Github Actions
2ff60b3359 chezmoi: update to 2.7.5
This commit has been automatically submitted by Github Actions.
2021-11-08 00:15:26 +00:00
Termux Github Actions
0392d26188 kakoune: update to 2021.11.08
This commit has been automatically submitted by Github Actions.
2021-11-07 18:11:41 +00:00
Henrik Grimler
c1a7db04ff pcre2: fix typo in TERMUX_PKG_REVISION 2021-11-07 18:32:44 +01:00
Termux Github Actions
6ef5e0ec50 lazygit: update to 0.31.2
This commit has been automatically submitted by Github Actions.
2021-11-07 06:15:14 +00:00
Butta
6f8c30816e libllvm: fix system library path for i686 added by clang 2021-11-07 09:53:31 +05:30
Leonid Pliushch
35de6d8d85
Revert "librsvg: update to 2.52.3"
Build failure for aarch64 & arm

This reverts commit 6b8cfb3523.
2021-11-06 23:40:03 +02:00
Ivan Max
2841283d71
pacman: add (unofficial) x11 repo url to config (adding x11 packages) (#7932) 2021-11-06 23:38:48 +02:00
Leonid Pliushch
e283100b27
lighttpd: update to 1.4.61 2021-11-06 22:08:42 +02:00
Leonid Pliushch
c325deb12c
libtirpc: update to 1.3.2 2021-11-06 22:07:50 +02:00
Leonid Pliushch
16c474fb8f
libtins: update to 4.3 2021-11-06 22:04:47 +02:00
Leonid Pliushch
541e0df905
libssh2: update to 1.10.0 2021-11-06 22:04:07 +02:00
Leonid Pliushch
6b8cfb3523
librsvg: update to 2.52.3 2021-11-06 22:03:13 +02:00
Leonid Pliushch
59f2b93524
libopenmpt: update to 0.5.12 2021-11-06 22:01:20 +02:00
Leonid Pliushch
3650f466ac
libidn: update to 1.38 2021-11-06 21:57:59 +02:00
Leonid Pliushch
b0b56a6836
libgpg-error: update to 1.43 2021-11-06 21:57:56 +02:00
Leonid Pliushch
af2e160285
libcap: update to 2.60 2021-11-06 21:54:02 +02:00
Leonid Pliushch
f4a3fca180
i2pd: update to 2.39.0 2021-11-06 21:49:26 +02:00
Leonid Pliushch
0e512804c3
libedit: update to 20210910-3.1 2021-11-06 21:38:02 +02:00
Leonid Pliushch
7a5d3b6753
json-glib: update to 1.6.6 2021-11-06 21:37:15 +02:00
Leonid Pliushch
37280bf5ce
jigdo: update to 0.8.1 2021-11-06 21:37:13 +02:00
Leonid Pliushch
f44a613f01
isync: update to 1.4.3 2021-11-06 21:35:23 +02:00
Leonid Pliushch
4689a37efe
inxi: update to 3.3.08-1 2021-11-06 21:35:09 +02:00
Leonid Pliushch
54c7e8937b
help2man: update to 1.48.5 2021-11-06 21:33:40 +02:00
Leonid Pliushch
337388dc23
haproxy: update to 2.4.8 2021-11-06 21:32:13 +02:00
Leonid Pliushch
7ba65152d6
gst-plugins-ugly: update to 1.18.5 2021-11-06 21:32:11 +02:00
Leonid Pliushch
4efa868976
gst-plugins-good: update to 1.18.5 2021-11-06 21:32:09 +02:00
Leonid Pliushch
fbdc05dad4
gst-plugins-base: update to 1.18.5 2021-11-06 21:32:04 +02:00
Leonid Pliushch
fae851ff6a
gst-plugins-bad: update to 1.18.5 2021-11-06 21:31:59 +02:00
Leonid Pliushch
0da017ed65
gstreamer: update to 1.18.5 2021-11-06 21:31:50 +02:00
Leonid Pliushch
8b598f6175
gmic: update to 2.9.9 2021-11-06 21:07:13 +02:00
Leonid Pliushch
2d3a56be77
fetchmail: update to 6.4.23 2021-11-06 21:04:39 +02:00
Leonid Pliushch
1c26718b9c
exhale: update to 1.1.8 2021-11-06 21:00:59 +02:00
Leonid Pliushch
f826859811
gdbm: update to 1.22 2021-11-06 20:59:58 +02:00
Leonid Pliushch
cca8ed466a
gawk: update to 5.1.1 2021-11-06 20:59:52 +02:00
Leonid Pliushch
fc9acf08d6
gnupg: update to 2.3.3 2021-11-06 20:59:31 +02:00
Leonid Pliushch
86f497434d
exiftool: update to 12.34 2021-11-06 20:58:58 +02:00
Leonid Pliushch
1755cf2026
e2fsprogs: update to 1.46.4 2021-11-06 20:58:08 +02:00
Leonid Pliushch
79d600fb98
debootstrap: update functions.patch 2021-11-06 20:57:32 +02:00
Leonid Pliushch
92ef9a4157
debootstrap: update to 1.0.125 2021-11-06 20:54:51 +02:00
Tom Yan
f8e73d4660 tmux: make use of its own TMUX_TMPDIR env var
We have _PATH_TMP defined in our NDK paths.h patch. Therefore, the
patching here won't be in effect.

Instead of making use of the also defined _PATH_VARRUN, let's just
make tmux use $PREFIX/var/run as its socket path with its env var
TMUX_TMPDIR.
2021-11-06 09:34:24 +01:00
Leonid Pliushch
0cf7839ed8
qemu-system-x86-64-headless: bump revision 2021-11-06 10:33:32 +02:00
Zerogoki00
10fa08e865
qemu-system-x86-64-headless: add patch to fix MMU bug (#7935)
%ci:no-build
2021-11-06 10:33:02 +02:00
Termux Github Actions
a7901ee3eb b3sum: update to 1.2.0
This commit has been automatically submitted by Github Actions.
2021-11-06 00:14:20 +00:00
Henrik Grimler
181b44462a
pcre2: delete pcre2-posix's .pc file as well
We are already deleting the library. Keeping the .pc file around
confuses builds that check for libpcre2-posix.so through pkgconfig.
2021-11-05 22:16:49 +01:00
Termux Github Actions
4c35efd01f hugo: update to 0.89.1
This commit has been automatically submitted by Github Actions.
2021-11-05 18:25:14 +00:00
Butta
a21ea2ad06 swift: switch from ar to llvm-ar for static libraries 2021-11-05 23:43:00 +05:30
Butta
7a89f6c3d7 libllvm: add llvm as a dependency of the clang compiler, for utilities like llvm-ar 2021-11-05 15:31:37 +05:30
Yaksh Bariya
b77deeb32b Rebuild packages dependent on php and remove x86_64 as blacklisted arch 2021-11-05 06:49:54 +05:30
Yaksh Bariya
dd25111251 php: Bump to 8.0.12 2021-11-05 06:49:54 +05:30
Termux Github Actions
4f3e681653 lazygit: update to 0.31
This commit has been automatically submitted by Github Actions.
2021-11-05 00:15:28 +00:00
Oskar
a6b59d4792
golang: update to 1.17.3 (#7928) 2021-11-04 20:35:46 +01:00
sk0kanik
ea0f86367a
Bump rust to 1.56.1 and separate rust's documentation (#7921)
* Separate rust's documentation as subpackage

These documentation files use about 530MB disk space. Most users don't need them.

* Bump Rust to 1.56.1

and capitilize subpackage description
2021-11-04 20:53:22 +05:30
Giap Tran
bd29c23c75
new package: reptyr (#7918) 2021-11-04 15:29:39 +02:00
Leap of Azzam
cea419ca46 scala: bump to 3.1.0 2021-11-04 15:28:42 +02:00
Termux Github Actions
c90a072a44 harfbuzz: update to 3.1.0
This commit has been automatically submitted by Github Actions.
2021-11-04 00:26:55 +00:00
Termux Github Actions
ca5c4f15a4 et: update to 6.1.9
This commit has been automatically submitted by Github Actions.
2021-11-04 00:21:44 +00:00
Termux Github Actions
2bb893198d jsoncpp: update to 1.9.5
This commit has been automatically submitted by Github Actions.
2021-11-03 18:16:03 +00:00
Termux Github Actions
0af1fb72e9 fzf: update to 0.28.0
This commit has been automatically submitted by Github Actions.
2021-11-03 18:14:11 +00:00
Leonid Pliushch
cf42a35c87
pandoc: update to 2.16.1 2021-11-03 10:12:03 +02:00
Lucy Phipps
f2650b5292
apt: fix ~[DR]PreDepends
https://github.com/Debian/apt/pull/136
2021-11-03 05:03:24 +00:00
Lucy Phipps
b612321109
librav1e: update to 0.5.0 2021-11-02 20:22:18 +00:00
Termux Github Actions
a25df24863 syncthing: update to 1.18.4
This commit has been automatically submitted by Github Actions.
2021-11-02 18:31:22 +00:00
Termux Github Actions
9174ac9bf3 hugo: update to 0.89.0
This commit has been automatically submitted by Github Actions.
2021-11-02 12:46:06 +00:00
Termux Github Actions
98da67cb34 erlang: update to 24.1.4
This commit has been automatically submitted by Github Actions.
2021-11-02 12:31:04 +00:00
Leonid Pliushch
1901b8929f
Merge pull request #7869 from MrAdityaAlok/update-lua-lsp
lua-language-server: Update
2021-11-02 12:32:31 +02:00
Laurent le Beau-Martin
1473e67a29
new package: topgrade (#7879) 2021-11-02 12:31:16 +02:00
Leonid Pliushch
3a958c35ce
Merge pull request #7912 from TxGVNN/packages/dtach
Add package dtach-0.9
2021-11-02 12:27:47 +02:00
Leonid Pliushch
e2ba9352e0
dtach: use mode 700 when installing binary 2021-11-02 12:26:45 +02:00
Termux Github Actions
b6fd58dbd4 chezmoi: update to 2.7.4
This commit has been automatically submitted by Github Actions.
2021-11-02 06:09:37 +00:00
xtkoba
fc45d292b8 enchant: Depend on aspell and hunspell 2021-11-02 06:39:06 +01:00
Giap Tran
99ced41969
packages: add dtach-0.9 2021-11-02 11:47:32 +07:00
Termux Github Actions
8723a455d2 zoxide: update to 0.7.9
This commit has been automatically submitted by Github Actions.
2021-11-02 00:32:47 +00:00
Ostap
7de489da3c
Add new package: libtins v4.2 (#7909) 2021-11-01 21:25:26 +00:00
Jia Yuan Lo
cefee4f432
emscripten: update to 2.0.32 (#7905)
* emscripten: update to 2.0.32

* emscripten: drop debianutils

Upstream has replaced "which" usage with POSIX "command -v"

* emscripten: subpackage third party test suite

* emscripten: add detail run test suite instruction

* emscripten: use TERMUX_PKG_RM_AFTER_INSTALL

* emscripten: split patch to separate diff files

* emscripten-llvm: switch to use LLD
2021-11-02 02:11:44 +05:30
Termux Github Actions
af28096a00 slides: update to 0.7.2
This commit has been automatically submitted by Github Actions.
2021-11-01 18:49:40 +00:00
Termux Github Actions
14da7ff128 rclone: update to 1.57.0
This commit has been automatically submitted by Github Actions.
2021-11-01 18:48:21 +00:00
Termux Github Actions
f5c54ff4a9 mpv: update to 0.34.0
This commit has been automatically submitted by Github Actions.
2021-11-01 18:30:15 +00:00
Lucy Phipps
06bd63fd72
parted: update to 3.4 2021-11-01 11:54:22 +00:00
Lucy Phipps
d5adc0a5d8
pcaudiolib: update to 1.2 2021-11-01 10:59:14 +00:00
Yonle
518fed1f6b
new package: ngircd (#7903) 2021-11-01 11:38:39 +02:00
Yaksh Bariya
4a51e22db6
mpg123: Bump to 1.29.2 2021-11-01 10:38:04 +05:30
Oskar
c363e91035 add TERMUX_PKG_AUTO_UPDATE 2021-11-01 09:51:43 +05:30
Oskar
886a1a0fbb update description 2021-11-01 09:51:43 +05:30
MedzikUser
0e97630070 update 2021-11-01 09:51:43 +05:30
MedzikUser
ac7e9ec917 update 2021-11-01 09:51:43 +05:30
MedzikUser
1e3f901755 update 2021-11-01 09:51:43 +05:30
MedzikUser
7c8c0bf6b5 update 2021-11-01 09:51:43 +05:30
Oskar
ded9d93f78 add package: b3sum 2021-11-01 09:51:43 +05:30
Butta
da03ef2800 swift: rebuild after libicu update 2021-11-01 09:30:28 +05:30
Yaksh Bariya
3c3788cf95
ncmpcpp: Depend on libicu
Fixes #7902
2021-11-01 08:56:21 +05:30
YAKSH BARIYA
8f824094ea
libicu: Bump to 70.1 (#7898)
* libicu: Bump to 70.1

* Revbump for packages dependent on libicu

* samba: Bump to 4.14.9

Samba old version tarball removed from website. Newer 4.15.1 is available but needs some experienced user to test and compile, lets leave it for now and dont block libicu upgrade

* php: Fix builds with libicu 70.1

* php: Fix libgd constants

* nodejs,nodejs-lts: Rebuild after libicu upgrade
2021-11-01 07:57:47 +05:30
Henrik Grimler
93b07f50b8 apr: fix build
Need to change mirror and also rebuild it so that some of the tools
get the correct name with ndk r23, i.e.
aarch64-linux-android-nm -> llvm-nm
and similar for other tools.
2021-10-31 20:29:20 +01:00
Henrik Grimler
a25238e557 ltrace: bump revision 2021-10-31 23:07:47 +05:30
Aditya Alok
772e8abfa2
helix: update to 0.5.0 (#7895) 2021-10-31 20:41:30 +05:30
Henrik Grimler
3174161748
libisl: download archive from ubuntu instead
Homepage is down.

%ci:no-build
2021-10-31 15:29:51 +01:00
ruki
8c780afdd4
xmake: bump to 2.5.9 (#7900) 2021-10-31 19:12:03 +05:30
Lucy Phipps
2cf0d1abd8
revert fossil update
could have made it use internal sqlite
but imo it's better to wait until sqlite 3.37
%ci:no-build
2021-10-31 12:31:41 +00:00
Lucy Phipps
b6806bf7c4
libgd: update to 2.3.3 2021-10-31 12:06:07 +00:00
Lucy Phipps
d8a2254aae
fossil: update to 2.17 2021-10-31 12:00:42 +00:00
Lucinda May Phipps
715a8bdc0f
python: avoid xcb-proto cross-contamination 2021-10-31 01:04:09 +00:00
Lucy Phipps
0280c83666
mu: update to 1.6.9 2021-10-30 20:09:47 +01:00
Tom Yan
3c279e179a mpv: add rate guards to the opensles ao
Upstream "Wilhelm" (the Android OpenSLES implementation) supports
only 8000 <= rate <= 192000. Make sure mpv resamples the audio
when necessary.
2021-10-31 00:33:58 +05:30
Butta
17712de701 kakoune: update from 2021.08.28 to 2021.10.28 2021-10-31 00:28:40 +05:30
Lucy Phipps
bad9fd99f8
android-tools: update to 31.0.3 2021-10-30 18:56:25 +01:00
Michal Bednarski
cbaf02920b proot: Update package
termux/proot#200
2021-10-30 19:14:21 +02:00
Butta
e0bfc64479 et: update from 6.0.13 to 6.1.8 and remove upstreamed patches 2021-10-30 22:31:37 +05:30