Tee KOBAYASHI
a193ceb405
new package: wxmaxima
2022-04-26 21:34:34 +09:00
Tee KOBAYASHI
54cbcf315c
libarrow-cpp: Include libarrow-python as a subpackage
2022-04-26 21:28:51 +09:00
Yonle
76f0d57ee9
Fluidsynth: Update to 2.2.7
...
https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.7
2022-04-26 21:26:46 +09:00
Termux Github Actions
583f04ef5c
lesspipe: update to 2.05
...
This commit has been automatically submitted by Github Actions.
2022-04-26 12:18:00 +00:00
Termux Github Actions
561bd8ef71
gh: update to 2.9.0
...
This commit has been automatically submitted by Github Actions.
2022-04-26 12:17:34 +00:00
Termux Github Actions
c049a221f1
neovim-nightly: update to 0.8.0-dev+60-ga75efc237
...
This commit has been automatically submitted by Github Actions.
2022-04-26 06:19:41 +00:00
Tee KOBAYASHI
709f606d4d
webkit2gtk: Disable OpenGL
...
that seems to cause crashes.
2022-04-26 10:11:59 +09:00
NoNameMan1231
3e123608f9
New package:dunst ( #10275 )
2022-04-26 06:39:12 +09:00
Henrik Grimler
4798011417
Revert "scripts/properties.sh: allow for jdk in /usr/lib/jvm/java-8-openjdk"
...
openjdk might not be available in the various places properties.sh is
sourced, as when linting the packages:
https://github.com/termux/termux-packages/pull/10331 . Revert the
commit to fix this issue.
This reverts commit a7e384c1d9
.
2022-04-25 22:22:59 +02:00
Henrik Grimler
348c980d53
Dockerfile: remove unused parts of sdk and ndk in setup-android-sdk instead
...
Dockerfile setup script doesn't know exactly which ndk/sdk version we
are using, so can't cd to the right folder now that the version is
part of the folder name.
2022-04-25 22:04:41 +02:00
Henrik Grimler
ad4ca4acc4
Dockerfile: copy termux_download.sh to docker image as well
...
Since it is now used by setup-android-sdk.sh.
2022-04-25 21:50:50 +02:00
Henrik Grimler
a7e384c1d9
scripts/properties.sh: allow for jdk in /usr/lib/jvm/java-8-openjdk
2022-04-25 21:37:47 +02:00
Henrik Grimler
e3034c71fa
scripts/properties.sh: put sdk and ndk in versioned folders
...
To allow for having multiple sdk/ndk versions in ~/lib/.
2022-04-25 21:37:45 +02:00
Henrik Grimler
429881ad56
setup-android-sdk: use termux_download to get sdk and ndk zips
2022-04-25 21:37:41 +02:00
Termux Github Actions
0bace8fb5d
cronie: update to 1.6.1
...
This commit has been automatically submitted by Github Actions.
2022-04-25 18:24:28 +00:00
Termux Github Actions
12441c120a
caddy: update to 2.5.0
...
This commit has been automatically submitted by Github Actions.
2022-04-25 18:23:49 +00:00
Termux Github Actions
b1b7496981
bitcoin: update to 23.0
...
This commit has been automatically submitted by Github Actions.
2022-04-25 18:21:29 +00:00
Aditya Alok
21353d954a
fix(setup ghc): cd to TERMUX_SCRIPTDIR
before executing buildorder.py
...
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-25 22:18:06 +05:30
Aditya Alok
3ba86891ed
fix(setup ghc): register haskell packages recursively
...
previously only main dependencies were registered, ignoring dependencies of dependencies.
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-25 21:52:36 +05:30
Aditya Alok
597726cf10
chore(cabal-install): suggest ghc
...
although ghc isn't required for some functionality, but most of functions requires ghc
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-25 20:47:50 +05:30
Aditya Alok
2375b77a4e
chore(lua-language-server): update patch, upgrade to 3.2.1
...
fix #10322
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-25 20:28:09 +05:30
Tee KOBAYASHI
e08cb5c2c8
dmenu: Check for locale support
2022-04-25 23:04:42 +09:00
Chongyun Lee
9eb2d6d13e
run-docker.sh: Use a custom seccomp profile which allows the personality system call.
2022-04-25 10:09:50 +02:00
Chongyun Lee
ff7bc6a52c
pypy{,3}: Add build for arm
2022-04-25 10:09:47 +02:00
Termux Github Actions
75e9f31224
xmake: update to 2.6.5
...
This commit has been automatically submitted by Github Actions.
2022-04-25 06:22:53 +00:00
Termux Github Actions
fbe193d90e
neovim-nightly: update to 0.8.0-dev+52-g89df042a8
...
This commit has been automatically submitted by Github Actions.
2022-04-25 06:21:13 +00:00
Tee KOBAYASHI
ad004cdae4
new package: libarrow-cpp
2022-04-25 10:04:00 +09:00
Tee KOBAYASHI
76cf1f3ca6
libpipeline: Update to 1.5.6
2022-04-25 09:58:59 +09:00
Tee KOBAYASHI
bc067c06cf
zstd: Include pzstd as a subpackage
2022-04-25 09:58:16 +09:00
Tee KOBAYASHI
aee88ebe56
st: Fix invalid free()
in xsettitle()
...
by checking return value of `Xutf8TextListToTextProperty()`.
2022-04-25 09:57:01 +09:00
Termux Github Actions
4f8c07980d
cava: update to 0.8.2
...
This commit has been automatically submitted by Github Actions.
2022-04-25 00:19:12 +00:00
Aditya Alok
c091b5eb9c
fix(lxqt-panel): add libxtst
to depends, update to 1.1.0
...
re #10307
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-25 02:02:15 +05:30
Aditya Alok
4e434de0f5
fix(zoxide): add -r
options to cp
, update to 0.8.1
...
copy manpages recursively
fix #10306
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-24 21:02:55 +05:30
Tee KOBAYASHI
5b7520b5a0
xwayland: Remove files conflicting with xorg-server
2022-04-25 00:30:59 +09:00
Tee KOBAYASHI
54527f58a8
qemu: Update to 7.0.0
2022-04-24 23:38:59 +09:00
Tee KOBAYASHI
6b168a0d73
gnupg: Update to 2.3.5
2022-04-24 23:22:19 +09:00
Tee KOBAYASHI
67689bc51e
manpages: Remove entries for aio facility
...
* Also exclude entries for <monetary.h> and pthread_cancel
* Include intro entry for each section
2022-04-24 22:14:48 +09:00
Termux Github Actions
72ec46d78e
z3: update to 4.8.16
...
This commit has been automatically submitted by Github Actions.
2022-04-24 12:23:34 +00:00
Tee KOBAYASHI
4a7b7a9afc
tilda: Fix OOB write in start_default_shell()
2022-04-24 21:23:12 +09:00
Termux Github Actions
10b4e9727a
flyctl: update to 0.0.323
...
This commit has been automatically submitted by Github Actions.
2022-04-24 12:11:11 +00:00
Tee KOBAYASHI
abbfb668b2
new package: surf
2022-04-24 21:01:09 +09:00
Aditya Alok
0de794c1d1
feat(auto-update): handle large logs while creating issues
...
- GitHub api only allows 65536 chars long body in one go.
- Now body beyond 65536 limit will be appended after a gap of 5 sec.
Appending (or patching) does not consider already present body, so we
can bypass this limit.
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-24 15:14:00 +05:30
Henrik Grimler
8d6fa62137
README: remove help-needed notice
...
More help and contributors are always welcome, but we now have quite a
few people that regularly help out with whatever packages/section they
are interested in. Many contributors have contributed hundreds of
commits to termux-packages in the last year, as the github statistics
show:
https://github.com/termux/termux-packages/graphs/contributors?from=2021-04-24&to=2022-04-24&type=c
so even if a single individual disappears for whatever reason the
community can still survive.
Termux-app (and the addon apps) and proot still rely heavily on a single
developer/maintainer though:
https://github.com/termux/termux-app/graphs/contributors?from=2021-04-24&to=2022-04-24&type=c
https://github.com/termux/proot/graphs/contributors?from=2021-04-24&to=2022-04-24&type=c
so if anything more resources are needed there.
2022-04-24 11:08:20 +02:00
Henrik Grimler
4a459f8c37
ca-certificates: update to 2022-03-29
2022-04-24 10:47:20 +02:00
Termux Github Actions
d147262b8f
neovim-nightly: update to 0.8.0-dev+40-g843d9223a
...
This commit has been automatically submitted by Github Actions.
2022-04-24 06:18:13 +00:00
Termux Github Actions
a61e8fdfb9
harfbuzz: update to 4.2.1
...
This commit has been automatically submitted by Github Actions.
2022-04-24 06:11:34 +00:00
Tee KOBAYASHI
f0c5f73386
wxwidgets: Update to 3.1.6
2022-04-24 11:52:30 +09:00
s00se
4463ebfa19
proxmark3-git: update to latest master
2022-04-24 08:10:17 +09:00
Tee KOBAYASHI
379ca1b6f5
new package: mousepad
2022-04-24 07:15:08 +09:00
Tee KOBAYASHI
a3e0407001
libseccomp: Update to 2.5.4
2022-04-23 22:40:38 +05:30