Commit Graph

12875 Commits

Author SHA1 Message Date
Termux Github Actions
1bc160dc84 kakoune: update to 2021.08.28
This commit has been automatically submitted by Github Actions.
2021-08-28 06:19:42 +00:00
Wisest_wizard
ca69ae3cb3
Enable package: ant (#7397) 2021-08-27 11:06:16 +01:00
Momin Juned
7880039b18
libspice-server : update to 0.15.0 (#7395) 2021-08-27 11:05:53 +01:00
Aditya Alok
1669b8b0e3 freeimage: bump revision 2021-08-27 10:53:13 +02:00
Aditya Alok
86ef8dfe28 freeimage: define TEMP_DIRECTORY for libJPEG 2021-08-27 10:53:13 +02:00
Aditya Alok
c0820b2650 freeimage: fix prefix in patch 2021-08-27 10:53:13 +02:00
Aditya Alok
2821bdc9ba freeimage: improve patches and disable PNG optimisation for arm arch's only 2021-08-27 10:53:13 +02:00
Henrik Grimler
b782c7da0e toolchain: add -fPIC to CPPFLAGS for i686
When adding this, we go from compiling with

  /home/builder/.termux-build/_cache/android-r21d-api-24-v4/bin/clang++ [...] -mrelocation-model pic -pic-level 2 -pic-is-pie [...]

to

  /home/builder/.termux-build/_cache/android-r21d-api-24-v5/bin/clang++ [...] -mrelocation-model pic -pic-level 2 [...]

Before, we got a warning when compiling libandroid-spawn:

  /home/builder/.termux-build/_cache/android-r21d-api-24-v4/bin/../lib/gcc/i686-linux-android/4.9.x/../../../../i686-linux-android/bin/ld: warning: shared library text segment is not shareable

and trying to use a program linked against libandroid-spawn gave an
error, see
https://github.com/termux/termux-packages/issues/7215#issuecomment-906154438
the Without this, libraries might end up with text relocations. For
some reason it does not seem to be an issue on the other arches.

%ci:no-build
2021-08-27 10:02:20 +02:00
Lucinda May Phipps
0435f77102
imagemagick: update to 7.1.0.5 2021-08-27 04:44:10 +01:00
Lucy Phipps
279432d4fa
revert valgrind 2021-08-27 03:33:23 +01:00
Lucinda May Phipps
133eee0e01
valgrind: fix aarch64-setjmp.S 2021-08-27 03:03:07 +01:00
Lucinda May Phipps
d1eec6a9a1
valgrind: bump revision 2021-08-27 01:57:27 +01:00
Lucinda May Phipps
74d889d611
valgrind: update aarch64-setjmp.S 2021-08-27 01:56:41 +01:00
Termux Github Actions
a05f570d66 starship: update to 0.57.0
This commit has been automatically submitted by Github Actions.
2021-08-26 18:48:01 +00:00
Leonid Pliushch
343938a5b8
proot-distro: update to 2.4.0 2021-08-26 19:53:39 +03:00
Termux Github Actions
d41de41255 nlohmann-json: update to 3.10.2
This commit has been automatically submitted by Github Actions.
2021-08-26 12:31:46 +00:00
w4123
4e7861fc0b Bump revision 2021-08-26 11:49:26 +02:00
w4123
04a1b962e1 Compile libandroid-spawn with pic 2021-08-26 11:49:26 +02:00
w4123
ffdb1bdc5e Always compile openjdk with pic 2021-08-26 11:49:26 +02:00
Termux Github Actions
a29bdeb5d1 slides: update to 0.5.0
This commit has been automatically submitted by Github Actions.
2021-08-26 00:38:38 +00:00
Lucinda May Phipps
97f8910906
openjdk17: actually bump 2021-08-25 22:40:19 +01:00
Leonid Pliushch
e2083bd5c0
openjdk-17: bump revision & source url 2021-08-25 23:13:26 +03:00
Leonid Pliushch
0561eb8cbd
openjdk-17: extract libfontmanager patch from repository 2021-08-25 23:09:07 +03:00
Leonid Pliushch
08b1ffd458
openjdk-17: fix crash on arm devices
Closes https://github.com/termux/termux-packages/issues/7214.
2021-08-25 23:00:44 +03:00
Henrik Grimler
473374291d freeimage: re-build after fixing build system regression
All packages with zip archives had similar issues, fixed in
05728b58e5.
2021-08-25 21:46:00 +02:00
Leonid Pliushch
d916f058f5
qemu-system-x86-64-headless: bump revision 2021-08-25 22:28:20 +03:00
Leonid Pliushch
309481650e
qemu: disable use of signalfd system call
Otherwise it may crash on ARM devices with Android 8+.
2021-08-25 22:27:19 +03:00
Leonid Pliushch
2dc83c18f2
qemu: update 0009-fix-mman.h-defs.patch
Not really necessary, but on some configs build fails if patch was not updated.
2021-08-25 22:26:20 +03:00
Termux Github Actions
72eacce1c0 lesspipe: update to 1.89
This commit has been automatically submitted by Github Actions.
2021-08-25 18:17:30 +00:00
Termux Github Actions
d711176d09 flyctl: update to 0.0.234
This commit has been automatically submitted by Github Actions.
2021-08-25 18:15:56 +00:00
Leonid Pliushch
adb252ab11
qemu: update to 6.1.0 2021-08-25 17:01:43 +03:00
Pooya Moradi
65c283daac new package: jcal 2021-08-25 13:58:56 +02:00
YAKSH BARIYA
4f3f1ee43f
fish: Do not install yadm fish completions (#7386)
fish now had completions for yadm, so installing yadm with fish causes
`$PREFIX/share/fish/completions/yadm.fish` to conflict

Fixes #7384
2021-08-25 11:39:55 +01:00
Termux Github Actions
c27e2eb9c3 nlohmann-json: update to 3.10.1
This commit has been automatically submitted by Github Actions.
2021-08-25 00:30:41 +00:00
Lucy Phipps
1167594b7f
emacs, flyctl: trigger CI build 2021-08-24 21:37:16 +01:00
Henrik Grimler
d1af6df63f swift: set TERMUX_PKG_FORCE_CMAKE and TERMUX_CMAKE_BUILD=Ninja
To make termux_step_configure aware that termux_setup_{cmake,ninja}
need to be run.
2021-08-24 21:40:46 +02:00
Henrik Grimler
5eeadcf2e9 swift: keep hostbuilt tools in hostbuild dir instead
Symlink into build directory so that they can be found.
Also remove TERMUX_CLANG_VERSION variable, since it does not seem to
be used(?).
2021-08-24 21:40:46 +02:00
Henrik Grimler
ecd214881a build-package: add new arg -c for "continue build"
As replacement for TERMUX_PKG_QUICK_REBUILD. Running
./build-package.sh -c <package> starts a build for <package>, but does
not extract and patch the source from scratch. Instead it sets up the
build variables and starts from termux_step_make.

When working on a big package that can take hours to build it is
convenient to be able to build until there is an error, then apply
some new patch (manually) to the source, and then continue from where
the build failed.
2021-08-24 21:40:46 +02:00
Lucy Phipps
a636bfa2da
bump termux-tools, youtubedr, zsh
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:10 +01:00
Lucy Phipps
98184480e9
bump qemu-system-x86-64-headless, radare2, subversion
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:09 +01:00
Lucy Phipps
aba79ddac8
bump openjdk-17, proot, proot-distro
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:08 +01:00
Lucy Phipps
723b5cd08d
bump nginx, nlohmann-json, o-editor
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:06 +01:00
Lucy Phipps
d72a86ed8b
bump mupdf, mutt, navi
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:05 +01:00
Lucy Phipps
080c690466
bump libxtst, macchina, mc
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:04 +01:00
Lucy Phipps
94c4a9ccce
bump libxfixes, libxi, libxrandr
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:03 +01:00
Lucy Phipps
4b6d3bdf17
bump libapt-pkg-perl, libmosquitto, libxcursor
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:02 +01:00
Lucy Phipps
2b5af39505
bump helix, kak-lsp, libandroid-support
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:00 +01:00
Lucy Phipps
6d356992fd
bump git, golang, harfbuzz
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:12:59 +01:00
Lucy Phipps
b5027ef9fa
bump emacs, flyctl, freeimage
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:12:58 +01:00
Lucy Phipps
54c3d56ad5
bump composer, delve, dtc
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:11:58 +01:00
Lucy Phipps
df5b043c39
bump btfs, busybox, chezmoi
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:10:15 +01:00
Lucy Phipps
fb1e1f851d
bump aria2, autoconf, bat
termux/termux-packages@4f8d054
2021-08-24 20:07:27 +01:00
Termux Github Actions
d741daf94f gh: update to 2.0.0
This commit has been automatically submitted by Github Actions.
2021-08-24 12:23:19 +00:00
Termux Github Actions
8966eaaeee geth: update to 1.10.8
This commit has been automatically submitted by Github Actions.
2021-08-24 12:21:03 +00:00
Henrik Grimler
1ff378008f zsh: build param_private module as well
Fixes https://github.com/termux/termux-packages/issues/7391.
2021-08-24 13:22:56 +02:00
Aditya Alok
71fb6068d8 Emacs: bump revision 2021-08-24 06:58:32 +02:00
Aditya Alok
9f94a9d291 Emacs: add native json support 2021-08-24 06:58:32 +02:00
Termux Github Actions
72d0c3e180 o-editor: update to 2.43.1
This commit has been automatically submitted by Github Actions.
2021-08-23 12:18:41 +00:00
Leonid Pliushch
c6a80e0662
termux-tools: add NJU mirrors to termux-change-repo 2021-08-23 11:11:10 +03:00
Termux Github Actions
b4a425c414 chezmoi: update to 2.1.6
This commit has been automatically submitted by Github Actions.
2021-08-23 00:14:01 +00:00
Termux Github Actions
72c2a6142a bat: update to 0.18.3
This commit has been automatically submitted by Github Actions.
2021-08-22 18:14:30 +00:00
Leonid Pliushch
a504ba513f
openjdk-17: build with graphics support 2021-08-22 19:45:20 +03:00
Leonid Pliushch
cabcb9790c
bump packages moved from x11-repo 2021-08-22 19:44:54 +03:00
Leonid Pliushch
3121216450
add openjdk-17 x11 dependencies 2021-08-22 19:43:05 +03:00
Leonid Pliushch
d087977052
Revert "Move openjdk-17 to x11-packages"
Dependencies of packages from "main" set cannot be moved to
supplementary repositories.

This reverts commit 30356b7e32.
2021-08-22 19:32:00 +03:00
Martin Valba
30356b7e32 Move openjdk-17 to x11-packages
Moved openjdk-17 from termux-packages to x11-packages as of its deps for GUI support.
2021-08-22 18:43:49 +03:00
Leonid Pliushch
985407aa47
qemu: prevent possible crash when using security_model=mapped-file
When security_model=mapped-file is being used for VirtFS when accessing
shared storage or other file system that doesn't support chmod, an
assertion error may occur.
2021-08-22 18:35:29 +03:00
Lucy Phipps
fa14e970de
radare2: update patch 2021-08-22 05:15:19 +01:00
Aditya Alok
24384b8297
Helix: bump revision (#7375)
- `deb` has not been uploaded to Termux repo.
2021-08-22 00:11:00 +01:00
Lucy Phipps
add572bd25
dtc, mupdf: bump to build static subpackages 2021-08-22 00:01:57 +01:00
Lucy Phipps
c432bf15df
busybox, emacs, mutt, nginx: bump to fix builds
for some reason they were built with 0c8a398
2021-08-21 22:27:51 +01:00
Henrik Grimler
bb4ddd2023 libandroid-support, subversion: bump after fixing build-package 2021-08-21 22:38:56 +02:00
Lucinda May Phipps
a2a599cd91
subversion: bump revision 2021-08-21 21:26:10 +01:00
Lucy Phipps
b3f684d2e7
subversion: fix man3 location 2021-08-21 20:52:50 +01:00
Henrik Grimler
89857415a9 libandroid-support: prevent mkdir error if objects folder exists 2021-08-21 21:02:40 +02:00
Henrik Grimler
2c70621a98 build-package: rename TERMUX_DEBUG to TERMUX_DEBUG_BUILD
To make it more self-explanatory.
2021-08-21 20:55:57 +02:00
Lucy Phipps
47548b892b
subversion: hostbuild wasn't needed after all 2021-08-21 19:49:36 +01:00
Lucy Phipps
3740f1d29c
subversion: fix linker error 2021-08-21 19:13:49 +01:00
Lucy Phipps
713e9d7ee0
subversion: use host-built perl 2021-08-21 18:39:45 +01:00
Lucy Phipps
ea1cd4f4ee
libapt-pkg-perl: tweak build script 2021-08-21 16:12:54 +01:00
Lucy Phipps
8dceea857c
new package: git-svn 2021-08-21 16:12:27 +01:00
Lucy Phipps
52fcf6d530
new package: subversion-perl 2021-08-21 16:12:02 +01:00
Leonid Pliushch
059fea2920
Merge pull request #7374 from thunder-coding/flyctl
`flyctl`: Bump to 0.0.233
2021-08-21 17:00:23 +03:00
Oskar
ed869e42dc
golang: revert to 1.16 (#7373)
Issue: https://github.com/termux/termux-packages/issues/7356
2021-08-21 16:58:27 +03:00
Yaksh Bariya
86b9ba712d
flyctl getcpuinfo.patch: Update containerd version 2021-08-21 18:11:38 +05:30
Yaksh Bariya
c09753e085
flyctl: Bump to 0.0.233 2021-08-21 18:03:11 +05:30
Termux Github Actions
a1f974b81a aria2: update to 1.36.0
This commit has been automatically submitted by Github Actions.
2021-08-21 12:21:52 +00:00
Leonid Pliushch
8404b55e15
proot-distro: update to 2.3.1 2021-08-21 14:48:35 +03:00
Aditya Alok
faf4413089
freeimage: fixes (#7371)
* libm was missing
* disable arm-neon optimisation in LibPng since arm code is missing (which gave undefined error)
* swab patch was included but not compiled
2021-08-21 13:12:10 +03:00
Lucinda May Phipps
13be2e3059
fix radare2 patch again 2021-08-21 08:12:40 +01:00
Lucinda May Phipps
7c7500140e
radare2: bump revision 2021-08-21 08:05:45 +01:00
Lucinda May Phipps
47a6ae6c31
Update fix-bin-sh-path.patch 2021-08-21 08:04:07 +01:00
Claudemirovsky
d27170ef32
radare2: update to 5.4.0 (#7362)
patch is no longer needed thanks to d109d596f0
2021-08-21 06:59:20 +01:00
Leonid Pliushch
c279eff291
qemu-system-x86-64-headless: bump revision 2021-08-20 21:54:48 +03:00
Termux Github Actions
85fc5803e5 btfs: update to 1.5.2
This commit has been automatically submitted by Github Actions.
2021-08-20 12:13:22 +00:00
Aditya Alok
12982f88f0
helix: fix libc++_shared not found (#7350) 2021-08-20 11:39:59 +03:00
Puneet Gopinath
a6f77d7559 composer: update to 2.1.6 2021-08-20 08:06:31 +01:00
Aditya Alok
c79840e04b libmosquitto: increase revision count 2021-08-20 09:04:00 +02:00
Aditya Alok
9d18abeefc libmosquitto: fix unable to open tmpfile 2021-08-20 09:04:00 +02:00
Termux Github Actions
4ea884de14 youtubedr: update to 2.7.4
This commit has been automatically submitted by Github Actions.
2021-08-20 00:25:41 +00:00