Commit Graph

17113 Commits

Author SHA1 Message Date
Henrik Grimler c31ee772c2
Update docker image to Ubuntu 21.10
A ./build-all.sh -i finishes successfully.  (There seem to be some
issue with the build-all script where some packages are not built
though)
2022-02-08 11:48:43 +01:00
Lucy Phipps c125591bb6
libduktape: always install pyyaml 2022-02-08 11:48:40 +01:00
Lucy Phipps bbdaa639f7
update docker image to Ubuntu 21.04 2022-02-08 11:48:36 +01:00
Termux Github Actions 132923624e libarchive: update to 3.5.3
This commit has been automatically submitted by Github Actions.
2022-02-08 09:39:13 +00:00
Termux Github Actions 691a06542d duf: update to 0.8.1
This commit has been automatically submitted by Github Actions.
2022-02-08 09:31:57 +00:00
Termux Github Actions 8f6e9a518d delve: update to 1.8.1
This commit has been automatically submitted by Github Actions.
2022-02-08 09:31:33 +00:00
Termux Github Actions d1172fbf04 assimp: update to 5.2.1
This commit has been automatically submitted by Github Actions.
2022-02-08 09:24:19 +00:00
Henrik Grimler a5994b702c
workflows: docker: change auth user, and use docker/login-action
This should make automatic updates work again. docker/login-action
allows for authentication with a token instead of password.

Inspiration taken from workflow in github.com/termux/termux-docker.
2022-02-08 10:23:05 +01:00
Henrik Grimler ef60aa9fca
clpeak: update to 1.1.2
And add new dependency opencl-clhpp.
2022-02-08 10:12:40 +01:00
Henrik Grimler fcf4e37a81
opencl-clhpp: add package
It is now required for successful build of clpeak (and perhaps
others).
2022-02-08 10:12:21 +01:00
Henrik Grimler 45ed81d242
rcshell: change source url
Old one is no longer available. Also add a proper hostbuild step
instead of patching Makefile.
2022-02-08 08:41:52 +01:00
Henrik Grimler 425135d923
iverilog: disable package
It doesn't build, fails with:

    parse.cc:299:10: fatal error: 'parse.hh' file not found
    #include "parse.hh"
             ^~~~~~~~~~
    1 warning and 1 error generated.
    make[1]: *** [Makefile:108: parse.o] Error 1
2022-02-08 08:41:48 +01:00
Henrik Grimler e491b059f5
gnugo: fix compilation error due to duplicate symbols
-fcommon works around issue for cross-compilation, but with ubuntu
21.10 issue happens for hostbuild as well. Fix core issue instead
having to change hostbuild flags as well.
2022-02-08 08:41:45 +01:00
sk0kanik 3b57cf86ea rust: bump revision after llvm update 2022-02-08 12:04:14 +05:30
Tee KOBAYASHI 55d891fec3 new package: astra-sm 2022-02-08 14:01:46 +09:00
Tee KOBAYASHI 72c1f22351 new package: robotfindskitten 2022-02-08 13:53:16 +09:00
Tee KOBAYASHI 7550bc427f new package: 6tunnel 2022-02-08 13:46:43 +09:00
marcusz a622b738b8 aapt, aidl: depend on googletest package 2022-02-08 12:45:02 +09:00
agnostic-apollo 5ac3fdbd30 Added(scripts): Add build-bootstrap.sh 0.1.0
The build-bootstrap.sh is a script to build bootstrap archives for the termux-app from local package sources instead of debs published in apt repo like done by generate-bootstrap.sh. It allows bootstrap archives to be easily built for (forked) termux apps without having to publish an apt repo first. Run `build-bootstrap.sh --help` for more info.

### Examples

Build default bootstrap archives for all supported archs:
./scripts/run-docker.sh ./scripts/build-bootstraps.sh &> build.log

Build default bootstrap archive for aarch64 arch only:
./scripts/run-docker.sh ./scripts/build-bootstraps.sh --architectures aarch64 &> build.log

Build bootstrap archive with additionall openssh package for aarch64 arch only:
./scripts/run-docker.sh ./scripts/build-bootstraps.sh --architectures aarch64 --add openssh &> build.log
2022-02-08 08:11:53 +05:00
Tee KOBAYASHI 339ef85899 new package: zzuf 2022-02-08 11:52:57 +09:00
Tee KOBAYASHI 57c85cf5d2 aapt: Update to 12.0.0.27 2022-02-08 10:26:57 +09:00
Tee KOBAYASHI 5bcdbbb994 new package: libgtest 2022-02-08 10:26:57 +09:00
Henrik Grimler 0d309d5745
neovim: update tree-sitter dependency
Otherwise tree-sitter build fails due to that libmpack-lua cannot be
downloaded.
2022-02-08 01:18:06 +01:00
Henrik Grimler 5d797d416f
nsnake: remove all links to homepage
The site is down and redirect so shady sites.

Reported by @bidyut1153
Fixes https://github.com/termux/termux-packages/issues/8944
2022-02-07 22:59:02 +01:00
Henrik Grimler cbb644ef79
libp8-platform: build shared library instead of static one
libcec (and perhaps other) looks only for a shared one.
2022-02-07 22:43:42 +01:00
Henrik Grimler ae08786aae
stfl: switch source url (temporarily?)
The part of http://www.clifford.at/stfl that serves files and source
code seem to be down, and has been down for a couple of days.

%ci:no-build
2022-02-07 22:34:12 +01:00
Butta 5d98fde4ab swift: fix memory tagging collisions on aarch64 since Android 11 2022-02-08 01:24:14 +05:30
Butta 10fafcb645 libllvm: update from 13.0.0 to 13.0.1 2022-02-07 21:11:39 +05:30
dev-bz a058a6e5fc dart: Update to 2.16.0 2022-02-07 17:40:08 +05:30
Yaksh Bariya 9874a3fd8d
Revert "Delete Package Update workflow" 2022-02-07 17:02:43 +05:30
Yaksh Bariya f6b5153ac9
Delete Package Update workflow 2022-02-07 17:02:31 +05:30
Termux Github Actions 243ac5a31b stylua: update to 0.12.2
This commit has been automatically submitted by Github Actions.
2022-02-07 09:24:27 +00:00
Termux Github Actions 823f56f892 findomain: update to 6.0.0
This commit has been automatically submitted by Github Actions.
2022-02-07 09:12:10 +00:00
Tee KOBAYASHI 114a7152a4 libtranscript: Add patch for dynamic linking issue
as described in https://github.com/android/ndk/issues/201.
2022-02-07 12:50:42 +09:00
Tee KOBAYASHI e966eded8e clipp, libspdlog: Revbump to rebuild 2022-02-07 12:02:24 +09:00
Tee KOBAYASHI 9b0a99a4d4 aapt: Update to 11.0.0.48 2022-02-07 11:38:05 +09:00
marcusz 1175180740
Update squashfs-tools-ng to 1.1.3 (#8937) 2022-02-07 09:26:15 +08:00
NoNameMan1231 2d06d32e9d
git:Updated to 2.35.1 (#8902)
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
Co-authored-by: YAKSH BARIYA <yakshbari4@gmail.com>
2022-02-06 11:10:26 +00:00
Yaksh Bariya 75b3526c80
calc: update to v2.14.0.14 2022-02-06 15:42:01 +05:30
Arun 50b5e96da3
lua54: update to 5.4.4 (#8777) 2022-02-06 18:18:37 +09:00
Tee KOBAYASHI eb3ebc715a aapt: Include aidl
as a subpackage.
2022-02-06 18:06:23 +09:00
Tee KOBAYASHI 32dadeb22f aapt: Update to 8.1.0.81 2022-02-06 18:06:23 +09:00
Termux Github Actions 75b65002eb c-toxcore: update to 0.2.15
This commit has been automatically submitted by Github Actions.
2022-02-06 04:04:27 +00:00
Tee KOBAYASHI 0e46bc34a9 solidity: Use shared Boost libs 2022-02-06 11:46:42 +09:00
Tee KOBAYASHI 5097326136 new package: liblua51 2022-02-06 09:39:33 +09:00
Tee KOBAYASHI 90c7449d93 new package: libtvision 2022-02-06 09:07:19 +09:00
Tee KOBAYASHI 3b9ef5b7cd new package: libtiledb 2022-02-06 08:52:53 +09:00
Tee KOBAYASHI ba3100045b new package: clipp 2022-02-06 08:52:53 +09:00
Tee KOBAYASHI a1ad92b3f2 new package: libspdlog 2022-02-06 08:52:53 +09:00
Tee KOBAYASHI bdde3df95c new package: oorexx 2022-02-06 08:51:45 +09:00