Commit Graph

17002 Commits

Author SHA1 Message Date
Henrik Grimler c6a6b1ed2b
hexcurse: fix compilation error
Fails with:

/home/builder/.termux-build/hexcurse/src/src/screen.c:495:27: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
    mvwprintw(tmpwin,2,3, msg);
                          ^~~
2022-02-05 09:29:30 +01:00
Henrik Grimler 89c54741a5
termux_setup_meson: fix deprecated way of setting cflags and ldflags
c_args and friends should be under [built-in options] now.
2022-02-05 09:25:45 +01:00
Henrik Grimler 1a2ab9b78f
termux_setup_meson: use latest meson 0.61.1 2022-02-04 21:05:50 +01:00
Henrik Grimler e16c9f2078
termux_setup_meson: remove RUNPATH fix
Original issue seem to have been fixed, and depfixer.py has been
updated so that the perl replace command no longer does anything.
2022-02-04 21:05:12 +01:00
Henrik Grimler b88f3a075f
libhtmlcxx: fix compilation error, package needs iconv.h 2022-02-04 20:37:22 +01:00
xyllery-7 50f63ea651 bump gnu global (6.6.8) 2022-02-05 04:07:57 +09:00
Henrik Grimler 0d5118c71d
build-package.sh: skip importing Fornwall's key
We aren't subscribed to any repos signed with his key.
2022-02-04 19:47:24 +01:00
Henrik Grimler 5df5b2aed2
remind: update to 03.03.12 2022-02-04 19:46:53 +01:00
Tee KOBAYASHI 1c7d9cd656 new package: tilde 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI fab75b88cd new package: libt3widget 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI 460f0370c7 new package: libt3window 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI 191a0897a3 new package: libt3highlight 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI 3d8db3762a new package: libt3key 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI cad0ea6429 new package: libt3config 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI 1442594604 new package: libtranscript 2022-02-05 03:14:34 +09:00
Henrik Grimler dda6634097
pforth: check in forgotten CMakeLists patch 2022-02-04 17:38:49 +01:00
Henrik Grimler 710e865ec8
pforth: update to 2021-11-29
Upstream now uses CMakeLists, but we still need to hostbuild pforth
for use in build.
2022-02-04 17:27:58 +01:00
Henrik Grimler f5a9ac986b
disabled-packages: fix dependencies of alsa-*
alsa-lib has been removed, so can't be a dependency
2022-02-04 13:24:39 +01:00
Henrik Grimler 8ecee44dfb
disabled-packages: rm groff, guile and mono
They have been ported :)
2022-02-04 13:24:36 +01:00
Henrik Grimler 6286c284f0
openethereum: disable package
It doesn't build anymore. Disable until someone has managed to fix the
errors:

gmake[2]: *** [CMakeFiles/Makefile2:484: CMakeFiles/rocksdb.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:491: CMakeFiles/rocksdb.dir/rule] Error 2
gmake: *** [Makefile:208: rocksdb] Error 2
thread 'main' panicked at '
command did not execute successfully, got: exit code: 2

build script failed, must exit now', /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:861:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2022-02-04 13:24:34 +01:00
Henrik Grimler 920fc2b8e6
librusty-v8: update to 2022.02.02
Seems that the v8 submodule has had a force push or something, git
fetch --unshallow fails with:

  Fetching submodule v8
  fatal: remote error: upload-pack: not our ref 0b189fbd65a99270a7829108ad1aaf2d0840c25c

therefore ignore error in git fetch --unshallow for now.
2022-02-04 13:24:31 +01:00
Henrik Grimler 79e22923b7
jhead: make sure our compiler flags are used
To fix compilation in ubuntu21 docker image.

Also patch installation step in makefile to avoid us having to
override termux_step_make_install.
2022-02-04 13:24:28 +01:00
NoNameMan1231 a2c19ad045 Fixed sha256 sum
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
2022-02-04 11:01:08 +05:30
NoNameMan1231 aaea1a52e0 Apt:Upgrade to 2.3.15
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
2022-02-04 11:01:08 +05:30
YAKSH BARIYA 748beddc9d
add package: scdoc (#8893) 2022-02-04 01:51:37 +00:00
Tee KOBAYASHI 296e4ce16e new package: hummin 2022-02-04 00:30:08 +09:00
YAKSH BARIYA f0dbf993ce
aerc: Update ro 0.7.1 and get source from now maintained fork (#8890) 2022-02-03 11:45:55 +00:00
Henrik Grimler 9c7cd9dd83
id3lib: convert accidental space indentation to tab
%ci:no-build
2022-02-03 11:29:42 +01:00
Henrik Grimler 60cafc16dd
id3lib: explicitly link against libz
Should fix https://github.com/termux/termux-packages/issues/8889.
2022-02-03 11:23:23 +01:00
Jia Yuan Lo 95c16a9f0b
emscripten: update to 3.1.2 (#8850) 2022-02-03 15:00:06 +05:30
Yaksh Bariya c08631bf71
Fix some problems in package homepage URLs as reported by Repology
%ci:no-build
2022-02-03 14:56:27 +05:30
Yaksh Bariya b760237d88
2048-c: Fix description string
This basically broke the JSON data for repology which made Repology to not reflect any changes in the repo
2022-02-03 14:26:17 +05:30
Henrik Grimler 5c1a05bc9b
libusb: update to 1.0.25 2022-02-03 02:22:43 +01:00
Henrik Grimler f06a8eb5ec
command-not-found: update to 1.73 2022-02-03 02:18:47 +01:00
Tee KOBAYASHI 5ea47ac55e apktool: Depend upon aapt2
now that it is packaged.
2022-02-03 08:05:08 +09:00
Tee KOBAYASHI 74f15f607a aapt: Include aapt2
as a subpackage.
2022-02-03 08:05:08 +09:00
Termux Github Actions 372dc8eda9 radare2: update to 5.6.0
This commit has been automatically submitted by Github Actions.
2022-02-02 18:47:44 +00:00
Henrik Grimler 567e223183
Revert "github actions: use per-repository token for automatic package updates workflow"
This reverts commit fc95ff7881.

Unfortunately GITHUB_TOKEN authentication cannot start other action
(recent automatic update pushes haven't been built), so switch back to
a new personal access token (generated by me).

Ref: https://stackoverflow.com/a/67551255
2022-02-02 14:14:57 +01:00
Henrik Grimler 4f75038038
zig: can't use auto updates since releases aren't on github
No need to re-build package, so:
%ci:no-build
2022-02-02 13:25:07 +01:00
xtkoba b8e1fa114b
libgnustep-base: Fix build for x86_64 (#8876) 2022-02-02 06:19:55 +00:00
Tee KOBAYASHI 2e3100bca7 new package: lfortran 2022-02-02 12:41:40 +09:00
Tee KOBAYASHI 0773feac34 new package: libkokkos 2022-02-02 12:41:40 +09:00
Termux Github Actions cd7a9ae849 stylua: update to 0.12.1
This commit has been automatically submitted by Github Actions.
2022-02-02 00:59:03 +00:00
Tee KOBAYASHI 671eed12f7 new package: snmptt 2022-02-02 06:14:52 +09:00
Tee KOBAYASHI 1c0e8ce18d new package: net-snmp 2022-02-02 06:14:52 +09:00
Termux Github Actions 7a8fb1b2b0 flyctl: update to 0.0.294
This commit has been automatically submitted by Github Actions.
2022-02-01 18:24:47 +00:00
Maxython 16a6f0caad termux-tools: add new system value TERMUX_MAIN_PACKAGE_FORMAT 2022-02-01 15:10:30 +01:00
Termux Github Actions ff70390e81 syncthing: update to 1.19.0
This commit has been automatically submitted by Github Actions.
2022-02-01 12:45:16 +00:00
Termux Github Actions b48a70f174 gh: update to 2.5.0
This commit has been automatically submitted by Github Actions.
2022-02-01 12:22:01 +00:00
Termux Github Actions da054c7ba5 duf: update to 0.8.0
This commit has been automatically submitted by Github Actions.
2022-02-01 06:18:32 +00:00