Commit Graph

18060 Commits

Author SHA1 Message Date
Henrik Grimler 974635c74e
emacs: update to 28.1 2022-04-06 12:38:50 +02:00
Henrik Grimler b8f494a254
gdal: link against libjxl
Also requires internal libtiff.  libjxl linkage was requested in
https://github.com/termux/termux-packages/issues/9895.
2022-04-06 12:13:05 +02:00
Henrik Grimler 5153df58bf
gdal: update to 3.4.2 and add openssl as dependency
Fixes https://github.com/termux/termux-packages/issues/9895.
2022-04-06 12:01:26 +02:00
Termux Github Actions 6c342e85b1 neovim-nightly: update to 0.7.0-dev+1400-g233014f92
This commit has been automatically submitted by Github Actions.
2022-04-06 06:13:56 +00:00
Aditya Alok c300aaae84
feat(termux-keyring): add @mradityaalok gpg key
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-06 02:11:36 +05:30
Henrik Grimler dc033aefef
termux_step_massage: only check for missing symbols if there are libraries 2022-04-05 21:21:29 +02:00
Aditya Alok c9933a6296
fix(o-editor): fix src dir, update to 2.49.1
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-06 00:40:30 +05:30
Tee KOBAYASHI 562dafc7ca
new package: fact++ 2022-04-05 21:05:29 +02:00
Henrik Grimler ffa1ed6051
termux_step_massage: check built libs for undefined symbols
Building packages that use libtool for linking libraries has issues
with ndk-r23 (https://github.com/android/ndk/issues/1614).  This check
makes sure that the built libraries do not give an error like

    CANNOT LINK EXECUTABLE "tesseract": cannot locate symbol "__extenddftf2" referenced by "/data/data/com.termux/files/usr/lib/libtesseract.so"...

once used on device.  In https://github.com/android/ndk/issues/1614 it
seemed like arm gave false positives and needed special consideration,
but when I tested it again today the same false positives do not occur
in built libraries, so no "if arm then .." workaround has been added
for now.
2022-04-05 20:57:25 +02:00
Aditya Alok 2c11650b05
fix(libmsgpack{,-cxx}): regexp in tag name check
%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-05 23:53:10 +05:30
Aditya Alok 47b24412a6
fix(watchexec): check tag name before update
upstream has releases with `lib-*` tag within same repo

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-05 23:51:36 +05:30
Aditya Alok ae0caf3bd5
feat(auto-update): do not log for disabled auto-update
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-05 20:20:11 +05:30
Tee KOBAYASHI fd1b9fcfa5 new package: aha 2022-04-05 22:36:02 +09:00
Termux Github Actions 4f3f256f24 openethereum: update to 3.3.5
This commit has been automatically submitted by Github Actions.
2022-04-05 12:35:46 +00:00
Termux Github Actions e9234953d7 flyctl: update to 0.0.314
This commit has been automatically submitted by Github Actions.
2022-04-05 12:13:18 +00:00
Tee KOBAYASHI 85f598ead7 fontconfig: Update to 2.14.0 2022-04-05 13:34:40 +05:30
Termux Github Actions 428f580094 neovim-nightly: update to 0.7.0-dev+1395-ge135adcb8
This commit has been automatically submitted by Github Actions.
2022-04-05 06:20:15 +00:00
Aditya Alok 2157e972d9
fix(auto-update): compare versions with epoch added
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-05 11:38:21 +05:30
Aditya Alok d67a38d324
refactor(auto-update): clean up some code
- move epoch addition to termux_pkg_upgrade_version set.
- now termux_pkg_upgrade_version can be given retrived version/tag from
  api, directly.

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-05 11:21:14 +05:30
2096779623 891932b344
termux-tools: termux-change-repo: fix unknown repository error 2022-04-05 07:16:55 +02:00
Tee KOBAYASHI a93394d31d new package: yuma123 2022-04-05 09:23:03 +09:00
Tee KOBAYASHI c98913ac5e new package: z-push 2022-04-05 09:20:25 +09:00
Tee KOBAYASHI 3a14b06f33 new package: 1oom 2022-04-05 09:15:10 +09:00
Tee KOBAYASHI 6a39e9564f new package: cccc 2022-04-05 09:13:46 +09:00
Termux Github Actions 2dc5ca9f66 google-glog: update to 0.6.0
This commit has been automatically submitted by Github Actions.
2022-04-05 00:13:07 +00:00
Tee KOBAYASHI e3b7244a1c new package: zipios 2022-04-05 09:12:56 +09:00
Tee KOBAYASHI bb2bff8cdd new package: slashtime 2022-04-05 09:11:57 +09:00
Tee KOBAYASHI 84b6c4bf4e new package: fastfetch 2022-04-05 09:11:21 +09:00
Maxython 5d906731ad make-guile: fix conflict with make when installing base-devel 2022-04-05 09:07:31 +09:00
Aditya Alok f8cce7faba
fix(auto-update): removal of epoch when TERMUX_PKG_UPDATE_VERSION_REGEXP is set
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-05 00:39:32 +05:30
Aditya Alok b2014918b9
fix(espeak): switch to new src url and update to 1.51
- enable async too: `pthread_cancel` was removed

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-04 23:46:37 +05:30
Termux Github Actions 91aaf032e5 profanity: update to 0.12.1
This commit has been automatically submitted by Github Actions.
2022-04-04 18:08:59 +00:00
Termux Github Actions f286cfcba0 fzf: update to 0.30.0
This commit has been automatically submitted by Github Actions.
2022-04-04 18:07:17 +00:00
Henrik Grimler cbe078ba83
termux-tools: termux-change-repo: fix dialog syntax 2022-04-04 19:06:01 +02:00
2096779623 3672f4cde2
termux-tools: termux-change-repo: Fix menu options 2022-04-04 19:02:44 +02:00
Tee KOBAYASHI 57ee461e14 libdispatch: Fix source URL string 2022-04-04 22:51:23 +09:00
Lucinda May Phipps bf57908c22
fix libdispatch build.sh
%ci:no-build
2022-04-04 14:25:12 +01:00
Termux Github Actions 2b5e08514e qalc: update to 4.1.1
This commit has been automatically submitted by Github Actions.
2022-04-04 12:13:05 +00:00
Termux Github Actions c331c5149f flyctl: update to 0.0.313
This commit has been automatically submitted by Github Actions.
2022-04-04 12:08:56 +00:00
Tee KOBAYASHI 78bb95eff0 perl: Revbump revdeps
just in case.
2022-04-04 15:40:52 +09:00
Momin Juned bdaad07f8f perl: Enable multiplicity 2022-04-04 15:40:52 +09:00
tempaccforissue 2781427a58 groovy: update to 4.0.1 2022-04-04 15:19:47 +09:00
Termux Github Actions ec41cc86cd neovim-nightly: update to 0.7.0-dev+1392-gdaa8ac051
This commit has been automatically submitted by Github Actions.
2022-04-04 06:13:31 +00:00
Aditya Alok 3b92fd5648
Revert "[TEMP] download deps from grimler.se instead of packages.termux.org"
- It should be fixed now.
https://github.com/termux/termux-packages/issues/9860#issuecomment-1087144145

This reverts commit dbd7249e4b.
2022-04-04 11:37:23 +05:30
Aditya Alok dbd7249e4b
[TEMP] download deps from grimler.se instead of packages.termux.org
- packages.termux.org gives wrong checksum for arm and aarch64 repository metadata
2022-04-04 11:03:30 +05:30
tempaccforissue 6c53915113
maven: update to 3.8.5 (#9862) 2022-04-04 14:28:06 +09:00
tempaccforissue 210f58522e gradle: update to 7.4.2 2022-04-04 14:13:21 +09:00
Maxython a4af6860b7 colordiff: update to 1.0.20 2022-04-04 10:23:11 +09:00
Tee KOBAYASHI 29cbf05867 new package: gluelang 2022-04-04 09:14:20 +09:00
Tee KOBAYASHI 168f0209da new package: libxv 2022-04-04 09:13:28 +09:00