Commit Graph

12453 Commits

Author SHA1 Message Date
Yaksh Bariya 1ef9ed16d5
`proton-bridge`: Do not cache Golang dependencies for now 2021-07-05 22:15:27 +05:30
Yaksh Bariya b520cf0259
`proton-bridge`: Run `go mod tidy` before getting dependencies 2021-07-05 21:45:16 +05:30
Momin Juned b4552fb7ec
New packages : liborc , libspice-server , libspice-protocol (#7101)
Add packages: liborc, libspice-protocol, libspice-server
2021-07-05 17:20:12 +02:00
Yaksh Bariya e021b590b3
`gbt`: Do not cache Golang dependencies 2021-07-05 20:20:55 +05:30
Yaksh Bariya 98149884c0
`proton-bridge`: Cache Golang dependencies 2021-07-05 19:08:28 +05:30
Yaksh Bariya a6ebde004c
`lf`: Cache Golang dependencies 2021-07-05 19:04:55 +05:30
Yaksh Bariya 9980c8bce6
`restic`: Cache Golang dependencies 2021-07-05 19:03:50 +05:30
Yaksh Bariya b81aae096b
`shiori`: Cache Golang dependencies 2021-07-05 19:01:13 +05:30
Yaksh Bariya c0c72dd56a
`syncthing`: Cache Golang dependencies 2021-07-05 19:00:17 +05:30
Yaksh Bariya b5950892b5
`sops`: Cache Golang dependencies 2021-07-05 18:58:39 +05:30
Yaksh Bariya 9448d15604
`tweego`: Cache Golang dependencies 2021-07-05 18:57:55 +05:30
Yaksh Bariya 85fecd2f10
`glow`: Cache Golang dependencies 2021-07-05 18:50:37 +05:30
Yaksh Bariya d36092ca64
`gbt`: Cache Golang dependencies 2021-07-05 18:48:12 +05:30
Yaksh Bariya cd095dd510
`fzf`: Cache Golang dependencies 2021-07-05 18:47:15 +05:30
Yaksh Bariya d6058f0ffb
`elvish`: Cache Golang dependencies 2021-07-05 18:46:04 +05:30
Yaksh Bariya 3f18f98248
`duf`: Cache Golang dependencies 2021-07-05 18:45:09 +05:30
Yaksh Bariya 36a483a863
`delve`: Cache Golang dependencies 2021-07-05 18:44:30 +05:30
Yaksh Bariya f4521b29f4
`croc`: Cache Golang dependencies 2021-07-05 18:43:45 +05:30
Yaksh Bariya b438bd0d76
`chezmoi`: Cache Golang dependencies 2021-07-05 18:35:58 +05:30
Yaksh Bariya 237824baa4
`caddy`: Cache Golang dependencies 2021-07-05 18:35:05 +05:30
Yaksh Bariya aab1187d93
`brook`: Cache Golang dependencies 2021-07-05 18:32:16 +05:30
Yaksh Bariya dbf6b15ea8
`aptly`: Cache Golang dependencies 2021-07-05 18:31:25 +05:30
Yaksh Bariya bef17c470d
`antibody`: Cache Golang dependencies 2021-07-05 18:23:46 +05:30
Yaksh Bariya 529731afc8
`gh`: Cache Golang dependencies 2021-07-05 18:21:57 +05:30
Termux Github Actions 7a19665fbb hugo: update to 0.85.0
This commit has been automatically submitted by Github Actions.
2021-07-05 12:16:28 +00:00
Yaksh Bariya 2be2df1224
`slides`: Cache Golang dependencies 2021-07-05 17:10:06 +05:30
Yaksh Bariya 13466285ae
`pup`: Cache Golang dependencies 2021-07-05 17:09:51 +05:30
Yaksh Bariya ff987a68c7
`lazygit`: Cache Golang dependencies 2021-07-05 17:08:58 +05:30
Yaksh Bariya 2fa1dfb56e
`direnv`: Cache Golang dependencies 2021-07-05 17:08:25 +05:30
Yaksh Bariya 4df334f2e5
`germaniu.`: Bump and cache go dependencies 2021-07-05 13:54:49 +05:30
Yaksh Bariya d3b464f0bd
`flyctl`: Cache Golang dependencies 2021-07-05 13:48:11 +05:30
Yaksh Bariya f450d386ea
`hugo`: Fix typo and also build errors 2021-07-05 13:34:36 +05:30
Yaksh Bariya 07fe73079c
`hugo`: hostbuild with linux extended tags 2021-07-05 12:54:43 +05:30
Yaksh Bariya b8037128f3
`termux_go_get`: Do not override `$GOPATH` 2021-07-05 12:22:15 +05:30
Yaksh Bariya 55ebd77645
Fix build errors 2021-07-05 12:10:22 +05:30
Yaksh Bariya 8c29ad042e
`hugo`: Cache Golang dependencies 2021-07-05 11:34:25 +05:30
Yaksh Bariya e3b4b4fe40
`age`: Cache Golang dependencies 2021-07-05 09:53:22 +05:30
Yaksh Bariya 40aef7e5ea
Move golang cache logic out of build.sh 2021-07-05 09:22:16 +05:30
Yaksh Bariya b109e79c2c
Run `go get` after restoring cache
While updating packages, dependency versions may have changed
2021-07-05 08:36:22 +05:30
Henrik Grimler 93fca0f5c3 perl: add -pie flag when compiling perl modules on arm and i686
Before, trying to compile some perl modules on arm fails with an
error like

t/01-simple.t ..... 5/7 "./add": error: Android 5.0 and later only support position-independent executables (-fPIE).

No idea why it occurs on arm but not on aarch64 or x86_64. Error
should probably be fixed properly elsewhere in perl's source code, but
let's go for this easy fix for now. Adding -pie here also introduces
warnings when building perl packages on device due to clang -E not
recognizing it, but at least they compile..

Tested on lineage-18.1 arm tablet.
2021-07-04 21:46:28 +02:00
Henrik Grimler c7443b67fe perl: dont pass linker flags to `clang -E`
I.e. preprocessor mode. This silences warning messages both when
cross-compiling perl and when compiling perl packages on device.

Note that the main perl binary ends up with RUNPATH set to
$PREFIX/lib/perl5/5.32.1/arm-android/CORE, instead of $PREFIX/lib
_and_ $PREFIX/lib/perl5/5.32.1/arm-android/CORE.  perl only links
against the standard libraries and libperl.so though, and the latter
is in $PREFIX/lib/perl5/5.32.1/arm-android/CORE so there should be no
need to add $PREFIX/lib to RUNPATH (unless I am missing something).

Tested by running perl and installing some perl modules on an arm
tablet,
2021-07-04 21:38:43 +02:00
Yaksh Bariya 9942832788
Cache depeneencies for `aerc` on device builds 2021-07-04 22:03:33 +05:30
Jia Yuan Lo 3ed4c8eec4 emscripten: update to 2.0.25 2021-07-04 13:52:31 +03:00
YAKSH BARIYA 663f812d12
flyctl: update to 0.228 (#7095) 2021-07-04 13:52:00 +03:00
YAKSH BARIYA 1fa9c8ac52
fish: update to 3.3.0 (#7099) 2021-07-04 13:51:34 +03:00
Termux Github Actions 24f36a5fea clash: update to 1.6.5
This commit has been automatically submitted by Github Actions.
2021-07-03 18:08:03 +00:00
Termux Github Actions c5074d4a4c fmt: update to 8.0.1
This commit has been automatically submitted by Github Actions.
2021-07-03 00:10:23 +00:00
Termux Github Actions 140a9994ba chezmoi: update to 2.1.0
This commit has been automatically submitted by Github Actions.
2021-07-03 00:09:56 +00:00
Termux Github Actions b766b67ebd k9s: update to 0.24.13
This commit has been automatically submitted by Github Actions.
2021-07-01 18:18:48 +00:00
Termux Github Actions e53976156f hugo: update to 0.84.4
This commit has been automatically submitted by Github Actions.
2021-07-01 18:15:52 +00:00
Termux Github Actions a286c70e32 elixir: update to 1.12.2
This commit has been automatically submitted by Github Actions.
2021-07-01 18:07:33 +00:00
Ridhwan Ikhwanto 93ab3ef342
age: update to 1.0.0-rc.3 (#7080) 2021-07-01 13:43:27 +03:00
YAKSH BARIYA 8c38c828b7
nushell: update to 0.33.0 (#7078) 2021-07-01 12:52:38 +03:00
ruki 8f4e8aa7d3
xmake: package changed license (#7084) 2021-07-01 12:51:09 +03:00
Aditya Alok 4cb3c0620e
new package: dust (#7086) 2021-07-01 12:45:37 +03:00
Termux Github Actions cf13aa34c7 xmake: update to 2.5.5
This commit has been automatically submitted by Github Actions.
2021-07-01 06:13:24 +00:00
Termux Github Actions 49efca090e gh: update to 1.12.1
This commit has been automatically submitted by Github Actions.
2021-07-01 06:09:51 +00:00
Termux Github Actions 8a94e1a34b libgit2: update to 1.1.1
This commit has been automatically submitted by Github Actions.
2021-07-01 00:13:35 +00:00
Lucy Phipps 6a72ca26e2
python: update to 3.9.6 2021-06-30 10:12:49 +01:00
Leonid Pliushch f7142c23db
termux-tools: pkg: ensure that pkgcache exists before attempting to check modification time 2021-06-30 10:59:44 +03:00
Termux Github Actions 94540654db gh: update to 1.12.0
This commit has been automatically submitted by Github Actions.
2021-06-30 00:12:31 +00:00
Henrik Grimler 8c4ac406c7 texlive-bin: disable fdsan for luatex as well
Fixes https://github.com/termux/science-packages/issues/72.
2021-06-29 22:21:50 +02:00
Termux Github Actions 325e316926 k9s: update to 0.24.12
This commit has been automatically submitted by Github Actions.
2021-06-29 18:19:03 +00:00
Termux Github Actions 8b3d5d6c3a hugo: update to 0.84.3
This commit has been automatically submitted by Github Actions.
2021-06-29 18:16:36 +00:00
Termux Github Actions 11e8abbd37 helm: update to 3.6.2
This commit has been automatically submitted by Github Actions.
2021-06-29 18:09:19 +00:00
Termux Github Actions c7ae265dd8 git-delta: update to 0.8.2
This commit has been automatically submitted by Github Actions.
2021-06-29 12:10:43 +00:00
YAKSH BARIYA 53265dec66
enchant: update to 2.3.0 (#7071) 2021-06-29 11:20:49 +03:00
YAKSH BARIYA 616d1b334b
taglib: update to 1.12 (#7072) 2021-06-29 11:20:10 +03:00
Butta 9a137331fe swift: update from 5.4.1 to 5.4.2 2021-06-29 13:44:04 +05:30
Termux Github Actions 924a018169 toxic: update to 0.11.1
This commit has been automatically submitted by Github Actions.
2021-06-29 00:18:28 +00:00
Termux Github Actions 7d3328ab58 slides: update to 0.4.0
This commit has been automatically submitted by Github Actions.
2021-06-29 00:18:03 +00:00
buttaface e251d79ea5
tmux: update to 3.2a (#7051) 2021-06-28 22:09:58 +03:00
Lucy Phipps f920e2dfae
progress, renameutils, sc-im: -landroid-wordexp 2021-06-28 20:03:42 +01:00
FriendlyNeighborhoodShane 69fa8961d2
apksigner: fix word splitting in script (#7069)
Any argument with an IFS char in it used to get resplit when passed to apksigner.
Adding quotes around `$@` preserves the intended arguments.
2021-06-28 21:29:27 +03:00
YAKSH BARIYA 4c28d839f1
new package: flyctl (#7065) 2021-06-28 21:28:55 +03:00
Aditya Alok eb46f4c08c
new package: cavif-rs (#7062) 2021-06-28 21:27:37 +03:00
Termux Github Actions 0bde7d975f o-editor: update to 2.39.2
This commit has been automatically submitted by Github Actions.
2021-06-28 18:17:36 +00:00
Termux Github Actions 6795df5e8b hugo: update to 0.84.2
This commit has been automatically submitted by Github Actions.
2021-06-28 12:17:09 +00:00
Termux Github Actions d697a375d5 k9s: update to 0.24.11
This commit has been automatically submitted by Github Actions.
2021-06-28 06:10:54 +00:00
Termux Github Actions 915977b72a chezmoi: update to 2.0.16
This commit has been automatically submitted by Github Actions.
2021-06-28 00:11:56 +00:00
Lucy Phipps 20f27626a5
Update fix-paths.patch 2021-06-28 00:27:13 +01:00
Lucy Phipps 1db06622ff
util-linux: update to 2.37 2021-06-28 00:12:24 +01:00
YAKSH BARIYA 486a7e75ed
Add package: `silicon` (#7060)
* Add package: `silicon`

Closes #6331
2021-06-27 19:01:43 +02:00
Aditya Alok d90f434641
helix: bump from version 0.2.1 to 0.3.0 (#7059) 2021-06-27 19:00:30 +02:00
vhqtvn d220576dfb
fix some non-building packages (#7058)
* fix ccache building failed due to sse

* gogs require go-bindata to be built

* mariadb's cmake need to change END to ENDIF

* fix neovim building due to gitsubmodule usage

* php-redis: add blacklist from php dep

* rlwrap update to new version

* stfl disable perl and ruby

* util-linux comment out shm & sem support

* weechat disable ruby

* tor building need glob
2021-06-27 17:33:45 +03:00
Henrik Grimler deb007dccd command-not-found: update to 1.62 (lists for 2021-06-27) 2021-06-27 10:42:35 +02:00
Henrik Grimler 1eda5b9181 et: bump to rebuild after protobuf update
Fixes https://github.com/termux/termux-packages/issues/7057.
2021-06-27 10:04:47 +02:00
Lucy Phipps 6ba2862ab5
apt: update to 2.3.6 2021-06-27 02:45:32 +01:00
Henrik Grimler 366763dad4 libexpat: bump to build
Seems that CI did not pick up the build in previous libexpat related
commit.
2021-06-26 23:01:56 +02:00
Henrik Grimler 2a6eaf824f aapt: bump to rebuild
Package on repo has another revision.
2021-06-26 22:46:53 +02:00
Suhan G Paradkar 603f8ea091
new package: libandroid-wordexp (#7056) 2021-06-26 18:39:41 +03:00
Leonid Pliushch 7d11f93c12
whatprovides: update to 2.2.2 2021-06-26 18:38:44 +03:00
Butta eed9d41c6a proxmark3: fix formatting and build 2021-06-26 12:05:16 +05:30
Butta ce32b8cfc6 proxmark3: try another fix 2021-06-26 09:34:48 +05:30
Marlin Sööse dca725daf5 proxmark3: fixup
Added dependency
Follow standards better
2021-06-26 09:24:21 +05:30
Butta 5cb4f9e825 proxmark3: update from 4.9237 to 4.13441 2021-06-26 08:58:06 +05:30
Simeon Huang 8da081c823
termux-tools: add mirror termux.librehat.com (#7052) 2021-06-25 17:56:31 +03:00
Henrik Grimler d1199c038a texlive-bin: add patch to disable the fd sanitizer in pdftex
Fixes https://github.com/termux/science-packages/issues/50.
With this we can generate the pdflatex format file, and compile tex
files with pdflatex. There might very well be other formats/engines that
still trigger the sanitizer.
2021-06-25 14:25:13 +02:00
Henrik Grimler d3d202979a texlive-bin: update to 2021 version
Specifically svn tag 58837.  Texlive now depends on xpdf instead of
poppler.  We have xpdf in x11-packages, but it depends on qt5-qtbase,
so moving it to termux-packages would mean moving pretty much all x11
packages to the main repo.

Use the xpdf source shipped with texlive instead for now.
2021-06-25 14:25:13 +02:00
Termux Github Actions 235785d403 git-delta: update to 0.8.1
This commit has been automatically submitted by Github Actions.
2021-06-25 12:11:19 +00:00
Butta 985b85ecf1 unicorn: fix build 2021-06-25 13:52:15 +05:30
Leonid Pliushch b87a9418f0
helix: fix heredoc - just mentioned that "<<-" has been edited to "<<" 2021-06-25 11:14:09 +03:00
YAKSH BARIYA fcf80090fc
new package: lychee (#7050) 2021-06-25 11:11:15 +03:00
Aditya Alok c41c0f0e53
new package: helix (text editor) (#7046) 2021-06-25 11:07:35 +03:00
Butta fb69ea8dfe vis: update from 0.6 to 0.7 2021-06-25 12:28:47 +05:30
Butta 803f2d90db unicorn: update from 1.0.1 to 1.0.3 2021-06-25 12:27:20 +05:30
Henrik Grimler ab6f754de6 mpd: rebuild to remove dbus dependency
Fixes https://github.com/termux/termux-packages/issues/7049.
2021-06-25 08:21:25 +02:00
Butta 7692eb01fa tinyproxy: update from 1.10.0 to 1.11.0 2021-06-25 10:15:47 +05:30
Butta de23c089b9 nushell: update from 0.32.0 to 0.33.0 2021-06-25 09:44:17 +05:30
Butta 0a88f2dbe2 rgbds: update from 0.5.0 to 0.5.1 2021-06-25 09:19:36 +05:30
Termux Github Actions 40907f4b21 hugo: update to 0.84.1
This commit has been automatically submitted by Github Actions.
2021-06-24 18:17:52 +00:00
Yaksh Bariya 22dfb0005f `graphviz`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya be5a39f797 `ghostscript`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya cb51f2e95a `subversion`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 6e2486b6e3 `xmppc`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya b65a6d3b64 `profanity`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya be52d32efb libvips: update to 8.11.0 2021-06-24 12:00:29 +03:00
Yaksh Bariya f1f37305be `libstrophe`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 87f360d2c7 `libmesode`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 0f20398f99 `serf`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya d7826bba79 `gpsbabel`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 1fec8dfdea `mpd`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 8e165f0fe0 `lftp`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya ba3f29ce0b `gdb`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 202184c4b9 `exiv2`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya f993e269dc `elinks`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya becc7b46c7 `dbus`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 73c1d3d83e Bump `cmake` to 3.20.5 2021-06-24 12:00:29 +03:00
Yaksh Bariya 0230a40c89 `apr-util`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya cc03e9f4a0 `boinctui`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya d3911b412c Bump `apache2` to 2.4.48 2021-06-24 12:00:29 +03:00
Yaksh Bariya 3ff91e45e6 `aapt`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Yaksh Bariya 7571042855 Bump `libexpat` to 2.4.1 2021-06-24 12:00:29 +03:00
Termux Github Actions a1a928547a jfrog-cli: update to 1.50.0
This commit has been automatically submitted by Github Actions.
2021-06-24 00:11:17 +00:00
Termux Github Actions a587496769 ipfs: update to 0.9.0
This commit has been automatically submitted by Github Actions.
2021-06-23 06:10:08 +00:00
Lucy Phipps ffc82944ea
imagemagick: update to 7.1.0.1 2021-06-23 02:24:51 +01:00
Butta 70a35fd241 luv: update from 1.36.0-0 to 1.41.0-0 2021-06-23 03:54:12 +05:30
Butta dd30bd774e libczmq: update from 4.2.0 to 4.2.1 2021-06-23 03:33:56 +05:30
Butta 158041c7c9 leveldb: update from 1.22 to 1.23 2021-06-23 03:17:12 +05:30
Butta fc06f82377 i2pd: update from 2.37.0 to 2.38.0 2021-06-23 03:04:41 +05:30
Termux Github Actions ae38fb8077 solidity: update to 0.8.6
This commit has been automatically submitted by Github Actions.
2021-06-22 18:35:33 +00:00
Termux Github Actions bb5a6ab989 youtubedr: update to 2.7.2
This commit has been automatically submitted by Github Actions.
2021-06-22 12:11:42 +00:00
Termux Github Actions c60e26a0b7 slides: update to 0.3.0
This commit has been automatically submitted by Github Actions.
2021-06-22 00:17:55 +00:00
Termux Github Actions 6b30b429b8 croc: update to 9.2.0
This commit has been automatically submitted by Github Actions.
2021-06-22 00:13:31 +00:00
Termux Github Actions 48e24d7869 fmt: update to 8.0.0
This commit has been automatically submitted by Github Actions.
2021-06-21 18:08:08 +00:00
Termux Github Actions a56db848dc starship: update to 0.55.0
This commit has been automatically submitted by Github Actions.
2021-06-21 00:24:04 +00:00
Krishna Kanhaiya ea9e90052c
Another Termux Mirror hosted on GH release. (#7034)
* Added another termux mirror
This mirror is hosting on Github release.

* Revised naming convention and sorted alphabetically
2021-06-20 18:24:10 +05:30
Jia Yuan Lo 368a76b9c2
emscripten: update to 2.0.24 (#7028) 2021-06-20 15:06:34 +03:00
Termux Github Actions e0f560851a libconfig: update to 1.7.3
This commit has been automatically submitted by Github Actions.
2021-06-20 06:10:18 +00:00
Termux Github Actions 58d56e700c lf: update to 24
This commit has been automatically submitted by Github Actions.
2021-06-20 00:12:08 +00:00
Termux Github Actions a0e5f8be3d hugo: update to 0.84.0
This commit has been automatically submitted by Github Actions.
2021-06-18 18:21:41 +00:00
Termux Github Actions 663b4d1b3d gitea: update to 1.14.3
This commit has been automatically submitted by Github Actions.
2021-06-18 18:13:59 +00:00
Butta 5ca2e4d2f0 swift: rebuild after libicu update 2021-06-18 20:35:22 +05:30
Yaksh Bariya 6c09a09f53 Fix patch errors requested by @xeffyr 2021-06-18 16:41:20 +03:00
Yaksh Bariya ba9ec72dcf Revise version for `php`
This should have been done earlier while reverting version bump for php.
But you know right often we humans do make mistake
2021-06-18 16:41:20 +03:00
Yaksh Bariya 3a5d1910e1 Revert "php: update to 8.0.7"
This reverts commit 60849c694911c0a16eb4430da987c1bbd6bfb072.
2021-06-18 16:41:20 +03:00
Yaksh Bariya c3664cd84f Revert "texlive-bin: update to 20200406"
This reverts commits which updated texliv-bin. The newer version
requires some new dependencies which aren't available at the moment.
`texlive-bin` should be updated as soon as those dependencies are
available
2021-06-18 16:41:20 +03:00
Yaksh Bariya eaa6d8ba87 Remove patch for texlive-bin that's no longer required 2021-06-18 16:41:20 +03:00
Yaksh Bariya 02c27cff27 Fix patch errors for postgresql 2021-06-18 16:41:20 +03:00
Yaksh Bariya 9d7b06bbea texlive-bin: update to 20200406 2021-06-18 16:41:20 +03:00
Yaksh Bariya 84a5365677 postgresql: update to 13.3 2021-06-18 16:41:20 +03:00
Yaksh Bariya 3bbe3dd517 php: update to 8.0.7 2021-06-18 16:41:20 +03:00
Yaksh Bariya 21bfc83b32 Fix silly filename rename in patch 2021-06-18 16:41:20 +03:00
Yaksh Bariya 76714f7929 `swift`: Do not revise version 2021-06-18 16:41:20 +03:00
Yaksh Bariya b0135afc64 Add patch for ListFormatter 2021-06-18 16:41:20 +03:00
Yaksh Bariya 8fc642176a Update checksums for ICU tarball 2021-06-18 16:41:20 +03:00
Yaksh Bariya b44895315b Bump icu version in `nodejs` and `nodejs-lts` 2021-06-18 16:41:20 +03:00
Yaksh Bariya d63cc00830 Bump revisions for `nodejs`,`nodejs-lts` and `swift` to force rebuild 2021-06-18 16:41:20 +03:00
Yaksh Bariya 5041f5d879 Remove `TERMUX_PKG_REVISION` from bumped packages as requested by @buttaface 2021-06-18 16:41:20 +03:00
Yaksh Bariya 8c1d14d0d0 `music-file-organizer`: Revise version to force rebuild 2021-06-18 16:41:20 +03:00
Yaksh Bariya b25db9499f Bump `libzim` to 6.3.2 2021-06-18 16:41:20 +03:00
Yaksh Bariya 820f92b9d7 Bump `libicu` to 69.1 2021-06-18 16:41:20 +03:00
Yaksh Bariya a08edd5867 ctags: update to 5.9.20210613.0 2021-06-18 16:21:06 +03:00
Leonid Pliushch d41e649d9a
termux-tools: update mirror list for termux-change-repo 2021-06-18 10:07:06 +03:00
Termux Github Actions 27cd65e7c1 brook: update to 20210701
This commit has been automatically submitted by Github Actions.
2021-06-18 06:08:52 +00:00
Termux Github Actions 78777c3237 atomicparsley: update to 20210617.200601.1ac7c08
This commit has been automatically submitted by Github Actions.
2021-06-18 06:08:04 +00:00
Termux Github Actions 1ff6993ce5 jfrog-cli: update to 1.49.0
This commit has been automatically submitted by Github Actions.
2021-06-18 00:16:51 +00:00
Termux Github Actions dcf7252078 chezmoi: update to 2.0.15
This commit has been automatically submitted by Github Actions.
2021-06-18 00:15:02 +00:00
Termux Github Actions 59b2d44623 caddy: update to 2.4.3
This commit has been automatically submitted by Github Actions.
2021-06-18 00:14:10 +00:00
Termux Github Actions 75f5cf0e11 geth: update to 1.10.4
This commit has been automatically submitted by Github Actions.
2021-06-17 12:11:33 +00:00
Termux Github Actions 3f84615649 fselect: update to 0.7.6
This commit has been automatically submitted by Github Actions.
2021-06-17 06:09:45 +00:00
Butta 1ce096c0ab cmake: update from 3.20.2 to 3.20.4 2021-06-17 09:37:45 +05:30
Termux Github Actions 5533ead37d helm: update to 3.6.1
This commit has been automatically submitted by Github Actions.
2021-06-16 18:10:23 +00:00
Butta fb02ca065f Update libpopt and ne webpage URLs to https 2021-06-16 21:06:20 +05:30
Suhan G Paradkar 0c103765f4
golang: update to 1.16.5 (#7020) 2021-06-16 16:49:39 +03:00
Leonid Pliushch 423be93fa6
Revert "z3: update to 4.8.10"
This reverts commit e99297760d.
2021-06-16 16:42:01 +03:00
Termux Github Actions 7030a3bba2 zstd: update to 1.5.0
This commit has been automatically submitted by Github Actions.
2021-06-16 13:29:56 +00:00
Termux Github Actions 04f9731051 zoxide: update to 0.7.2
This commit has been automatically submitted by Github Actions.
2021-06-16 13:28:43 +00:00
Termux Github Actions e99297760d z3: update to 4.8.10
This commit has been automatically submitted by Github Actions.
2021-06-16 13:26:53 +00:00
Termux Github Actions 04ade63fc0 youtubedr: update to 2.7.0
This commit has been automatically submitted by Github Actions.
2021-06-16 13:03:00 +00:00
Termux Github Actions aa085f28f3 virustotal-cli: update to 0.9.7
This commit has been automatically submitted by Github Actions.
2021-06-16 13:02:34 +00:00
Termux Github Actions 59c8517251 syncthing: update to 1.17.0
This commit has been automatically submitted by Github Actions.
2021-06-16 13:01:50 +00:00
Termux Github Actions e3a39686ac starship: update to 0.54.0
This commit has been automatically submitted by Github Actions.
2021-06-16 13:00:50 +00:00
Termux Github Actions 2cf2ac0483 slides: update to 0.2.0
This commit has been automatically submitted by Github Actions.
2021-06-16 12:56:03 +00:00
Termux Github Actions ef0d472da2 shfmt: update to 3.3.0
This commit has been automatically submitted by Github Actions.
2021-06-16 12:55:29 +00:00
Termux Github Actions 3f4b4dd26d sc-im: update to 0.8.2
This commit has been automatically submitted by Github Actions.
2021-06-16 12:55:06 +00:00
Termux Github Actions bdcd2a22c5 rsnapshot: update to 1.4.4
This commit has been automatically submitted by Github Actions.
2021-06-16 12:54:54 +00:00
Termux Github Actions a0eab210d2 ripgrep: update to 13.0.0
This commit has been automatically submitted by Github Actions.
2021-06-16 12:54:35 +00:00
Termux Github Actions 3d58156617 openethereum: update to 3.2.6
This commit has been automatically submitted by Github Actions.
2021-06-16 12:49:47 +00:00
Termux Github Actions a0beb6915d fsmon: update to 1.8.4
This commit has been automatically submitted by Github Actions.
2021-06-16 12:07:53 +00:00
Termux Github Actions 15f915ee0d croc: update to 9.1.6
This commit has been automatically submitted by Github Actions.
2021-06-16 00:12:24 +00:00
Yaksh Bariya f5384c4a2b Bump `libgrpc` to 1.38.0 2021-06-16 05:32:53 +05:30
Termux Github Actions cfb7963036 exiv2: update to 0.27.4
This commit has been automatically submitted by Github Actions.
2021-06-15 18:10:15 +00:00
Henrik Grimler d5f77a523c php-redis: blacklist x86_64
Since php is blacklisted for that arch. Otherwise trying to build for
all arches leads to failure.
2021-06-15 18:20:43 +02:00
glow 4d27fd1a69 Update php-redis to 5.3.4
It would also need to be rebuilt anyway as it is currently broken. This
fixes that too

```
NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library 'redis.so' (tried: /data/data/com.termux/files/usr/lib/php/redis.so (dlopen failed: cannot locate symbol &quot;_call_user_function_ex&quot; referenced by
&quot;/data/data/com.termux/files/usr/lib/php/redis.so&quot;...), /data/data/com.termux/files/usr/lib/php/redis.so.so (dlopen failed: library &quot;/data/data/com.termux/files/usr/lib/php/redis.so.so&quot; not found)) in Unknown on
line 0
```
2021-06-15 18:20:43 +02:00
Henrik Grimler d13bf886b8 android-tools, mosh: bump again to restart build 2021-06-15 16:13:40 +02:00
Henrik Grimler 9f963212d9 android-tools,mosh: bump after libprotobuf update
Fixes https://github.com/termux/termux-packages/issues/7014.
2021-06-15 16:03:56 +02:00
Randy c1d58f98de
compile ledger with Python support (#7007)
* compile ledger with Python support

This adds a compile-time configuration option to compile ledger with Python 3 support and adds python to the list of dependencies. Not sure if the dependency should be written as `python` or `python3`. Any corrections welcome
2021-06-15 08:00:29 +02:00
Lucy Phipps c6a9f4af56
git: update to 2.32.0 2021-06-14 23:31:59 +01:00
Leonid Pliushch ceaf09d804
termux-tools: update mirror list for termux-change-repo 2021-06-14 22:25:24 +03:00
Termux Github Actions f3ec1adc2b qalc: update to 3.19.0
This commit has been automatically submitted by Github Actions.
2021-06-14 12:19:15 +00:00
Termux Github Actions e2acc52309 psutils: update to 2.06
This commit has been automatically submitted by Github Actions.
2021-06-14 12:17:08 +00:00
Termux Github Actions 65efcaad5e oniguruma: update to 6.9.7.1
This commit has been automatically submitted by Github Actions.
2021-06-14 12:16:43 +00:00
Termux Github Actions debe0b235a nzbget: update to 21.1
This commit has been automatically submitted by Github Actions.
2021-06-14 12:16:26 +00:00
Termux Github Actions 3177fe6248 libwren: update to 0.4.0
This commit has been automatically submitted by Github Actions.
2021-06-14 12:15:02 +00:00
Termux Github Actions d4af11cb45 libprotobuf: update to 3.17.3
This commit has been automatically submitted by Github Actions.
2021-06-14 12:14:43 +00:00
Termux Github Actions e9d9bba4b4 libogg: update to 1.3.5
This commit has been automatically submitted by Github Actions.
2021-06-14 12:12:18 +00:00
Termux Github Actions 8101f1f3bc leptonica: update to 1.81.1
This commit has been automatically submitted by Github Actions.
2021-06-14 12:11:49 +00:00
Termux Github Actions d1a93eb133 k9s: update to 0.24.10
This commit has been automatically submitted by Github Actions.
2021-06-14 12:10:15 +00:00
Termux Github Actions c8338f50dd jfrog-cli: update to 1.48.1
This commit has been automatically submitted by Github Actions.
2021-06-14 08:36:41 +00:00
Termux Github Actions 5e1a572ce8 iwyu: update to 0.16
This commit has been automatically submitted by Github Actions.
2021-06-14 08:34:54 +00:00
Wetitpig 1d6a70c193
Bump solidity to version 0.8.5 (#7003)
* Bump solidity to 0.8.5
2021-06-14 11:29:13 +05:30
Termux Github Actions e7da507f49 helm: update to 3.6.0
This commit has been automatically submitted by Github Actions.
2021-06-14 00:10:55 +00:00
Termux Github Actions 47fda46190 googletest: update to 1.11.0
This commit has been automatically submitted by Github Actions.
2021-06-13 21:04:18 +00:00
Termux Github Actions 1c2272ef08 google-glog: update to 0.5.0
This commit has been automatically submitted by Github Actions.
2021-06-13 21:03:59 +00:00
Termux Github Actions 1950f33cad gitea: update to 1.14.2
This commit has been automatically submitted by Github Actions.
2021-06-13 21:03:37 +00:00
Termux Github Actions 69217f4cb9 git-delta: update to 0.8.0
This commit has been automatically submitted by Github Actions.
2021-06-13 20:04:40 +00:00
Termux Github Actions 1449c287c9 fzf: update to 0.27.2
This commit has been automatically submitted by Github Actions.
2021-06-13 20:02:15 +00:00
Termux Github Actions c59f50dcf2 fselect: update to 0.7.5
This commit has been automatically submitted by Github Actions.
2021-06-13 20:01:40 +00:00
Leonid Pliushch e480059aa1
frobtads: update to 2.0 2021-06-13 22:53:04 +03:00
Termux Github Actions 847d85fdce elixir: update to 1.12.1
This commit has been automatically submitted by Github Actions.
2021-06-13 19:40:22 +00:00
Termux Github Actions e669740c9e croc: update to 9.1.5
This commit has been automatically submitted by Github Actions.
2021-06-13 19:39:58 +00:00
Termux Github Actions 2369f83c19 brook: update to 20210601
This commit has been automatically submitted by Github Actions.
2021-06-13 19:39:28 +00:00
YAKSH BARIYA 0a7eb9d8cb
Bump `caddy` to 2.4.2 (#7001) 2021-06-14 00:03:32 +05:30
YAKSH BARIYA c9ab2c7cb9
Bump `hors` to 0.8.2 (#7000) 2021-06-14 00:02:59 +05:30
Lokesh Pandey a12f52d168
Merge pull request #6990 from thunder-coding/bump-nushell
Bump nushell to 0.32.0
2021-06-13 13:33:08 +05:30
YAKSH BARIYA 4dc31b7a96
Bump nnn to 4.1.1 (#6984)
* Bump nnn to 4.1.1

* Remove nnn `-lpthread` flag
2021-06-13 11:49:20 +05:30
Yaksh Bariya 9452cebd07 Fix patch file so that it doesnt ask for which file to patch 2021-06-11 13:57:39 +02:00
Yaksh Bariya 0da4b10934 Force use C variant for blake 2021-06-11 13:57:39 +02:00
Yaksh Bariya 0de60ac0e2 Bump ccache to 4.3 2021-06-11 13:57:39 +02:00
YAKSH BARIYA d4f241f3f3
Bump lf to 23 (#6989) 2021-06-11 14:03:30 +05:30
YAKSH BARIYA 420965fa09
Bump utf8cpp to 3.2.1 (#6988) 2021-06-11 13:59:43 +05:30
Yaksh Bariya d744b858ae
Bump nushell to 0.32.0 2021-06-11 11:35:49 +05:30
Henrik Grimler 0f9c536c1a Point to libera.chat for official irc channel 2021-06-11 08:04:46 +02:00
YAKSH BARIYA d3a2c86c23
New package: slides (#6979) 2021-06-10 22:23:02 +05:30
YAKSH BARIYA badc65adec
Bump findomain to 4.3.0 (#6982) 2021-06-10 20:19:52 +05:30
YAKSH BARIYA 223f7134c6
Bump dnsmap to 0.36 (#6981) 2021-06-10 19:03:24 +05:30
Krishna Kanhaiya 275bbb834f
Update build.sh 2021-06-10 17:45:44 +05:30
YAKSH BARIYA 42c1d08728
Bump chezmoi to 2.0.13 (#6980) 2021-06-10 14:10:35 +02:00
Krishna Kanhaiya 5b264f21f1
djvulibre: bump revision 2021-06-10 16:07:42 +05:30
Butta bf7b30d9a5 swift: add upstream patch that fixes building for 32-bit ARM 2021-06-09 23:15:52 +05:30
Puneet Gopinath 7ecda3be93
composer: update to 2.1.3 2021-06-09 20:13:08 +05:30
YAKSH BARIYA 0433c6bbeb
Bump `germanium` to 1.1.0 (#6972) 2021-06-09 16:53:23 +03:00
YAKSH BARIYA 70bdbe50bd
gotty: update to 1.3.0 (#6974) 2021-06-08 18:46:52 +03:00
Leonid Pliushch 09492ef859
p11-kit: fix maintainer field
No multi-nicks: you may specify only same account for maintained packages.

No free-form data: there are specific formats:
* @nickname
* Real Name @nickname
* Real Name <email@example.com>
2021-06-08 10:43:10 +03:00
Suhan G Paradkar ca33fd4bd5
new package: libsecret (#6966) 2021-06-08 10:36:26 +03:00
YAKSH BARIYA fb2196bfa1
Update `o-editor` to 2.38.1 (#6969) 2021-06-08 11:50:48 +05:30
YAKSH BARIYA 5bec59eb2d
Bump `lazygit` to 0.28.2 (#6971) 2021-06-08 11:50:23 +05:30
Puneet Gopinath eacb2c3520
composer: update to 2.1.2 from 2.1.1 (#6968) 2021-06-08 10:07:47 +05:30
Shadman ca3d20c9e4
Add package: rust-analyzer (#6967)
* Adding package rust-analyzer

* remove TERMUX_REVISION from rust-analyzer

* Add both MIT & APACHE licence for rust-analyzer

* Fix version string
2021-06-07 15:17:23 +02:00
LeapofAzzam-backup 0985b14264
new package: p11-kit (#6958) 2021-06-05 18:55:06 +03:00
Henrik Grimler 5127943b63 rclone: fix autocomplete paths
Fixes https://github.com/termux/termux-packages/issues/6955.
2021-06-05 14:35:58 +02:00
Henrik Grimler 8a5c05f30c docbook-xml: bump to rebuild against updated libxml2
Hopefully solves problem reported in
https://github.com/termux/termux-packages/issues/6865#issuecomment-855226281.
2021-06-05 14:23:24 +02:00
Henrik Grimler a923a528a9 emscripten: depend on debianutils 2021-06-05 14:22:56 +02:00
Leonid Pliushch 1952a8a2e7
termux-tools: update path for termux.mentality.rip mirror 2021-06-04 17:58:54 +03:00
Leonid Pliushch 19ca4eecaf
libcurl: bump revision
Checking whether updated upload script will handle properly static
library packages (pkgname-static) and subpackages.
2021-06-04 17:09:02 +03:00
Puneet Gopinath 4a986c673e composer: update to 2.1.1 2021-06-04 13:34:34 +03:00
Suhan G Paradkar 3844fcf0d7
new package: gobject-introspection (#6943) 2021-06-04 00:04:27 +03:00
Lucy Phipps 13e3429d6c
gh: update to 1.11.0 2021-06-03 19:59:50 +01:00
Leonid Pliushch 2f6d19869f
science-repo: use our new primary host 2021-06-03 19:43:59 +03:00
Leonid Pliushch 59ce1178be
root-repo: use our new primary host 2021-06-03 19:43:35 +03:00
Leonid Pliushch 0f2219eb82
game-repo: use our new primary host 2021-06-03 19:43:14 +03:00
Leonid Pliushch 74d431b0eb
termux-tools: bump revision (testing upload script after fix) 2021-06-03 18:37:06 +03:00
Leonid Pliushch 14ce7ac0da
termux-tools: bump revision (testing updated upload script) 2021-06-03 17:40:49 +03:00
Puneet Gopinath ba10e3b4f8
composer: update to 2.1.0 (#6945) 2021-06-03 16:16:37 +03:00
Leonid Pliushch c9c1187857
apt: update default repository url
Using packages.termux.org since it is now a primary host.
2021-06-03 16:07:39 +03:00
WMCB-Tech 3e12bafe90 termux-chroot: specify --kill-on-exit option
this option terminates all processes when exiting termux-chroot session
to avoid hanging when doing exit when there's a daemon that is left running under termux-chroot
2021-06-03 11:54:13 +03:00
Jia Yuan Lo dbfb9f7568 emscripten: dont install test deps by default 2021-06-03 06:33:21 +05:30
Jia Yuan Lo de4ca4c019 emscripten: update to 2.0.23 2021-06-03 06:33:21 +05:30
Jia Yuan Lo e5682c0bd2 emscripten: update to 2.0.22 2021-06-03 06:33:21 +05:30
Jia Yuan Lo 184005f471 emscripten: update to 2.0.21 2021-06-03 06:33:21 +05:30
Leonid Pliushch 6afa93e058
termux-tools: bump revision 2021-06-03 02:16:13 +03:00
Leonid Pliushch 5216760e81
dialog: update to 1.3-20210530 2021-06-03 02:16:00 +03:00
Leonid Pliushch 0d856e1f30
termux-tools: version 0.123 2021-06-03 01:49:30 +03:00
Leonid Pliushch f2697d41c7
termux-tools: termux-change-repo: update list of default repository urls 2021-06-03 01:48:51 +03:00
Leonid Pliushch a34fe61158
termux-tools: pkg: update list of repository urls 2021-06-03 01:46:49 +03:00
Leonid Pliushch 5667b389fa
x11-repo: new repository url 2021-06-03 01:17:38 +03:00
Leonid Pliushch 5d4c878266
unstable-repo: new repository url 2021-06-03 01:16:53 +03:00
Leonid Pliushch 1a7d4b3c33
delete test package 2021-06-03 01:11:30 +03:00
Leonid Pliushch 3155996cec
github actions: debugging package upload 2021-06-03 00:59:29 +03:00
Leonid Pliushch 319a5cd548
test package uploading to our new repository 2021-06-03 00:20:41 +03:00
Panda Foss 440b495b9b
Update macchina 2021-05-31 20:07:40 -03:00
Michal Bednarski d94916d491 proot: Update package
https://github.com/termux/proot/issues/151#issuecomment-838182136
2021-05-30 20:06:52 +02:00
Henrik Grimler 5cd3d276ec libllvm: depend on libxml2
libxml2 is downloaded/compiled during the build thanks to lldb
depending on it.  However, libLLVM.so also links to it, and should
therefore also depend on the library.
2021-05-30 16:34:53 +02:00
Henrik Grimler b9546f0082 libusb: add patch from upstream
Fixes https://github.com/termux/termux-app/issues/1928.
2021-05-30 07:54:43 +02:00
Leonid Pliushch bd7dd8a9b3
netcat-openbsd: don't conflict with netcat from nmap
Unfortunately subpackages do not support debscripts currently, so nc & netcat
symlinks can't be managed through update-alternatives. As there no other way
to have these symlinks in multiple packages without conflict, nmap package
receives the following changes:

* Rename netcat subpackage to nmap-ncat.
* Remove symlinks nc and netcat pointing to ncat.

***

Requested in https://github.com/termux/termux-packages/issues/6921.
2021-05-29 21:25:13 +03:00
Leonid Pliushch ca1d255cc7
restart failed build 2021-05-29 16:00:11 +03:00
Leonid Pliushch 3bee6dfcc5
revert pforth upgrade
Build issues:

Applying patch: *.patch.beforehostbuild
/home/builder/termux-packages/packages/pforth/build.sh: line 23: cd: build/unix: No such file or directory
2021-05-29 15:55:10 +03:00
Leonid Pliushch e8597d4284
bump revision for modified packages where needed 2021-05-29 14:55:53 +03:00
vhqtvn 124efc9dd9
package updates & build issue fixes (#6919)
aptly: fix build failure

dpkg: fix $TERMUX_ARCH in configure script

gotty: switch to up-to-date upstream

minicom: update source url

ncurses: force build with -fPIC

newsboat: update to 2.23

ovmf: update to 20210421.18.g15ee7b7689

pforth: update to 20210315

pup: build with GO111MODULE=off

rcshell: update source url

remind: update to 03.03.07

tweego: update to 2.1.1

virustotal-cli: update to 0.9.6

docker image: install some missing build tools
2021-05-29 14:41:04 +03:00