Commit Graph

12187 Commits

Author SHA1 Message Date
Leonid Pliushch 6e9e94932e
acr: update to 1.9.8 2021-07-07 23:42:55 +03:00
Lucy Phipps 69ccc66639
apt-file: fix error handler, depend on libregexp-assemble-perl 2021-07-07 20:19:03 +01:00
Lucy Phipps b9a3b00d10
new package: libregexp-assemble-perl 2021-07-07 20:19:03 +01:00
Momin Juned 0faa3e2bcf
qemu: add spice protocol support (#7119)
Also fix libcap-ng build.
2021-07-07 21:54:22 +03:00
Lucy Phipps 3ccc4d130b
apt-file: include bash-completion file 2021-07-07 04:48:41 +01:00
Lucy Phipps 881c348348
apt-file: add apt as direct dependency 2021-07-07 03:24:50 +01:00
Lucy Phipps 991fa41252
new packages: apt-file, libapt-pkg-perl 2021-07-07 01:57:16 +01:00
Termux Github Actions 34d59c85fb gitea: update to 1.14.4
This commit has been automatically submitted by Github Actions.
2021-07-07 00:19:49 +00:00
Termux Github Actions f026a5d0f4 fish: update to 3.3.1
This commit has been automatically submitted by Github Actions.
2021-07-07 00:12:08 +00:00
Termux Github Actions e9a72c4592 syncthing: update to 1.18.0
This commit has been automatically submitted by Github Actions.
2021-07-06 18:26:02 +00:00
Lucy Phipps ed3a13eb01
irssi, psutils: bump after perl update 2021-07-06 16:42:29 +01:00
Lucy Phipps 53770219ca
exiftool: update to 12.28 2021-07-06 16:41:42 +01:00
Lucy Phipps d6cbbe2ff1
perl: update to 5.34.0 2021-07-06 16:40:33 +01:00
shadmansaleh 606c32427f fixup: libluajits share directory shouldn't contain epoch in version 2021-07-06 13:52:41 +02:00
shadmansaleh 7ee36d1980 Build luv with luajit 2021-07-06 12:08:56 +02:00
shadmansaleh 737f9ff3ce Fix libluajit having wrong version name for include/ 2021-07-06 12:08:56 +02:00
shadmansaleh 4ac21a30e9 Bump luajit to commit 787736990ac3b7d5ceaba2697c7d0f58f77bb782 2021-07-06 12:08:56 +02:00
shadmansaleh 51e6737165 Bump neovim to 0.5 2021-07-06 12:08:56 +02:00
shadmansaleh 99ee1fd977 Add package libtreesitter 2021-07-06 12:08:56 +02:00
Henrik Grimler dc9953f65d zbar: bump to rebuild after imagemagick update
Fixes https://github.com/termux/termux-packages/issues/7109.
2021-07-06 10:03:28 +02:00
Krishna Kanhaiya 95c3c5205f
ca-certificates: Update to 20210603 (#7110) 2021-07-06 13:30:00 +05:30
Termux Github Actions 8d286409e4 slides: update to 0.4.1
This commit has been automatically submitted by Github Actions.
2021-07-05 18:15:49 +00:00
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
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
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
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