1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-25 01:57:08 +00:00
Commit Graph

13441 Commits

Author SHA1 Message Date
Henrik Grimler
692bc9429e workflows: fix forgotten parameter in packages.yml 2021-05-15 22:33:15 +02:00
Henrik Grimler
4ddfafadc2 bitcoin: add patch to update boost url
%ci:no-build
2021-05-15 22:25:17 +02:00
Henrik Grimler
9f44c4f496 workflows: do not error on upload step if there are no debs
As is the case when using ci:no-build for example.
2021-05-15 22:25:17 +02:00
Henrik Grimler
6d0883d177 termux_download_deb: add workaround for download of arch all pkgs
Aptly mixes the all debs into the folders for the other arches, unless
the all arch is explicitly added. This workaround tries to find the
package in the aarch64 Packages file if the all Packages file is not
found.
2021-05-14 11:58:09 +02:00
Henrik Grimler
68ab2e90d9 getconf: update to 0.6
Makefile was updated to respect DESTDIR.
2021-05-13 23:07:30 +02:00
Henrik Grimler
e8924ce66d hunspell-en-us: update en_US.dic to 2021-01-01 version
Maybe we should add hunspell-en-gb as well, the British dictionary
seem to be updated much more frequently.
2021-05-13 23:07:30 +02:00
Henrik Grimler
63c549c509 docopt: specify license files in TERMUX_PKG_LICENSE_FILE instead 2021-05-13 23:07:30 +02:00
Henrik Grimler
33bd19af97 ovmf: update to 20210421.14.g5531fd48de 2021-05-13 23:05:58 +02:00
Henrik Grimler
eba0eb244e cryptopp: convert spaces to tab
%ci:no-build
2021-05-12 16:58:59 +02:00
Henrik Grimler
6177a59e2e cryptopp: do not override termux_step_{get_source,make,make_install}
Use TERMUX_PKG_MAKE_INSTALL_TARGET, TERMUX_PKG_EXTRA_MAKE_ARGS and
download source from github instead to achieve this.
2021-05-12 16:55:27 +02:00
Henrik Grimler
4096e88909 aerc: update sha256sum
I guess remote was force-pushed.
2021-05-12 16:55:26 +02:00
2710cae50c termux-keyring: updated @kcubeterm gpg key 2021-05-12 06:11:27 +05:30
Leonid Pliushch
76cc63e97a
termux-keyring: updated @xeffyr gpg key
Add signature.
2021-05-11 22:59:37 +03:00
Lucy Phipps
d5313fab26
get SOURCE_DATE_EPOCH from git log time
start of work towards reproducible builds
2021-05-11 20:36:23 +01:00
Henrik Grimler
d873f2dd73 termux-keyring: update grimlers key with more signatures 2021-05-11 21:11:07 +02:00
Marlin Sööse
b8336e4f4a
proxmark3: remove build requirement for dependency (#6794) 2021-05-11 22:03:42 +03:00
xtkoba
47beda5163 Bump TERMUX_PKG_REVISION 2021-05-11 19:14:24 +02:00
xtkoba
614672da7f Force -fno-strict-aliasing for Ruby
Optimization level `-O2` is insufficient for avoiding overoptimization, because it enables `-fstrict-aliasing`.

Upstream: https://bugs.ruby-lang.org/issues/17540
2021-05-11 19:14:24 +02:00
c1984b21f4 termux-keyring: corrected version 2021-05-11 22:06:04 +05:30
fca0d17951 termux-keyring: added @kcubeterm gpg key 2021-05-11 22:03:51 +05:30
Leonid Pliushch
62998c2356
termux-keyring: updated @xeffyr gpg key
Add signature.
2021-05-11 17:43:05 +03:00
Leonid Pliushch
5c45d87234
build-package.sh: use Github Pages repositories for Unstable/X11 packages 2021-05-10 21:01:21 +03:00
Craig Barnes
15141d2698 dte: remove ncurses dependency
Upstream no longer uses the terminfo library. The upstream makefile
also enables -j$(nproc) automatically.
2021-05-10 17:23:48 +02:00
Michal Bednarski
ac0142e709 proot: Update package
termux/proot#151 link2symlink AArch32 support
2021-05-10 17:14:03 +02:00
Marlin Sööse
f2b83ce747 libzip: Move to GitHub for releases 2021-05-09 23:43:05 +02:00
Simeon Huang
3622ee1fe6 use the official download link 2021-05-09 16:58:20 +02:00
Jia Yuan Lo
4225ca7434 emscripten: update to 2.0.20 2021-05-09 11:15:25 +02:00
Jia Yuan Lo
eda410b660 emscripten: add libunwind & compiler-rt 2021-05-09 11:15:25 +02:00
Jia Yuan Lo
59622ff852 emscripten: update to 2.0.18 2021-05-09 11:15:25 +02:00
Henrik Grimler
d3d7dc805f
procps: use __progname for getting program name (#6777)
Autoconf macro for __progname taken from tmux, seems it is missing
from procps, code checks `ifdef HAVE__PROGNAME` so all we have to do
is to add the macro.

Fixes https://github.com/termux/termux-packages/issues/6768.
2021-05-08 21:51:15 +02:00
Simeon Huang
5747fd1c87
enable column metadata feature for sqlite (#6773)
this feature is required for Qt sqlite plugin to work
2021-05-08 20:12:51 +02:00
Henrik Grimler
69fd107be9 proot-distro: bump to restart build 2021-05-07 08:38:05 +02:00
Henrik Grimler
e62dccd1a4 procps: update to 3.3.17 2021-05-07 08:37:22 +02:00
Henrik Grimler
54975d7db5 ndk-headers: fix paths in utmp.h
And bump toolchain and ndk-sysroot. Also update patch offsets while we
are at it.
2021-05-07 08:28:05 +02:00
Leonid Pliushch
eb55524127
proot-distro: update to 1.7.0 2021-05-06 22:03:59 +03:00
Leonid Pliushch
96b4e572d6
github actions: do not use option '-I' for build-package.sh
Connections to apt repositories often stuck, cause builds to time out.
As there no issues on repository side and connection problem is reproducible
only on Github Actions instances, I can only assume that there is either a
some bug in CI virtual machines setup or Github applies undocumented(?)
limits on networking usage.

Removing '-I' option will disable downloading of prebuilt dependencies
and thus networking usage at cost of increased build times.
2021-05-06 19:31:27 +03:00
Leonid Pliushch
1a9b24d547
radare2: update to 5.2.1 2021-05-06 14:00:12 +00:00
Leonid Pliushch
892b5e461c
youtubedr: update to 2.6.1 2021-05-06 14:00:11 +00:00
Leonid Pliushch
260c82f376
php: update to 8.0.6 2021-05-06 14:00:11 +00:00
Leonid Pliushch
2b2a3179bd
openethereum: update to 3.2.5 2021-05-06 14:00:10 +00:00
Leonid Pliushch
a43e188cb5
jfrog-cli: update to 1.47.2 2021-05-06 14:00:10 +00:00
Leonid Pliushch
c4a73db86b
imagemagick: update to 7.0.11.11 2021-05-06 14:00:10 +00:00
Leonid Pliushch
42ad40f49a
geth: update to 1.10.3 2021-05-06 14:00:07 +00:00
Leonid Pliushch
a48c18dfd4
findomain: update to 4.1.1 2021-05-06 14:00:06 +00:00
Leonid Pliushch
db3ca6f6f2
finch: update to 2.14.4 2021-05-06 14:00:03 +00:00
Henrik Grimler
a44289837e
termux_extract_dep_info: fix logic for subpackages (#6753)
Most packages have subpackages that are the same arch or
arch-independent compared to the parent package. Emscripten and its
subpackages emscripten-{binaryen,llvm} are an exception, the main
package are arch independent while the subpackages are not. To handle
this correctly we need to modify termux_extract_dep_info as done here.
2021-05-05 21:20:39 +02:00
Henrik Grimler
819b17a347 starship: add --features http arg and remove patch
Following discussion in
https://github.com/termux/termux-packages/pull/6501.
2021-05-05 21:11:13 +02:00
Henrik Grimler
5aef4fbeaf command-not-found: update to 1.61
Corresponding to 2021-05-05.
2021-05-05 20:03:33 +02:00
Leonid Pliushch
7fb886e844
unrar: update to 6.0.5 2021-05-05 17:45:54 +00:00
Leonid Pliushch
5ebe784b4e
wireguard-tools: update to 1.0.20210424 2021-05-05 17:45:52 +00:00