Commit Graph

84 Commits

Author SHA1 Message Date
Termux Github Actions 1aa2c046f9 bump(main/fish): 3.7.1
This commit has been automatically submitted by Github Actions.
2024-03-19 06:11:07 +00:00
Termux Github Actions 95e039ca24 bump(main/fish): 3.7.0
This commit has been automatically submitted by Github Actions.
2024-01-01 18:13:40 +00:00
Termux Github Actions 467c90b7c0 bump(main/fish): 3.6.4
This commit has been automatically submitted by Github Actions.
2023-12-05 18:12:13 +00:00
Termux Github Actions 0e47253653 bump(main/fish): 3.6.3
This commit has been automatically submitted by Github Actions.
2023-12-04 18:13:36 +00:00
Tee KOBAYASHI 68035b0ac6 fish: Fix job control 2023-04-19 17:14:30 +09:00
Tee KOBAYASHI b6e7449933 some packages: Re-enable clang16-porting
%ci:no-build
2023-04-07 10:14:33 +09:00
Tee KOBAYASHI 10ada7e4d3 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Termux Github Actions 32e8f58d70 bump(main/fish): 3.6.1
This commit has been automatically submitted by Github Actions.
2023-03-25 12:15:00 +00:00
Tee KOBAYASHI cd5388a6fa fish: Bump to 3.6.0 2023-01-09 05:11:02 +00:00
Henrik Grimler b281bc2145
rebuild(deps:libc++): bump termux-main packages that depend on libc++
All except libllvm, rust, rustc-nightly, openfoam and libdispatch,
those packages will be handled separately.
2022-08-13 12:21:20 +02:00
Termux Github Actions 3beb6a0a26 fish: update to 3.5.1
This commit has been automatically submitted by Github Actions.
2022-07-20 18:12:15 +00:00
Yaksh Bariya 402bfa4369
upgpkg(main/fish): update to 3.5.0 2022-06-17 13:29:04 +05:30
Termux Github Actions ff3f91c9e3 fish: update to 3.4.1
This commit has been automatically submitted by Github Actions.
2022-03-25 18:11:21 +00:00
Tee KOBAYASHI c5ff038fa7 fish: Update to 3.4.0 2022-03-13 22:26:13 +05:30
Yaksh Bariya 3165cc82ad Install external completions for fish in `$PREFIX/share/fish/vendor_comletions.d`
Currently we are installing package specific completions for fisg shell
in `$PREFIX/share/fish/completions` which is incorrect. This also fixes
completions from fish ahell conflicting with other packages'
completions.
2022-01-26 14:47:03 +00:00
Yaksh Bariya 09156c3c88
fish: fix inconsistent behaviour executing hardcoded paths
When executing command as /bin/<command>, fish first checks whether <command> is present in /bin/ or not. If it is found, then it will execute the command. But as we are using termux-exec, fish will actually try to execute <command> in @TERMUX_PREFIX@/bin/.

An example of this:-
/bin/ls:
1) Fish will first try find whether ls binary exists in /bin and whether user has permissions to execute it
2) If both the above are true, fish will try to execute /bin/ls.
3) But since we are using termux-exec, the path will be remapped to @TERMUX_PREFIX@/bin/ls
4) This is a *highly* inconsistent behaviour.

This can cause weird bugs when a script tries to execute with hardcoded paths, it might get errors about command not found even if it exists, because fish is checking it at the wrong place.
2021-12-08 14:21:37 +05:30
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
YAKSH BARIYA 4f3f1ee43f
`fish`: Do not install yadm fish completions (#7386)
fish now had completions for yadm, so installing yadm with fish causes
`$PREFIX/share/fish/completions/yadm.fish` to conflict

Fixes #7384
2021-08-25 11:39:55 +01: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
YAKSH BARIYA 1fa9c8ac52
fish: update to 3.3.0 (#7099) 2021-07-04 13:51:34 +03:00
suhan-paradkar 0572410fbb
update packages (#6703)
asciidoctor: 2.0.15

dpkg: 1.20.9

elixir: 1.11.4

findomain: 4.0.1

fish: 3.2.2

gnunet: 0.14.1
2021-04-29 13:29:27 +03:00
Saurabh Charde ebf4e36990 fish: Update to 3.2.1 2021-03-21 14:04:34 +01:00
Saurabh Charde 32e3c9e9e5 fish: Update to 3.2.0
* From now fish is now shipping tarballs with xz (LZMA)
  Update $TERMUX_PKG_SRCURL to reflect the change
  (0be93bead7)

Fixes #6533

Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 22:10:14 +01:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Henrik Grimler 7a1cc468bc fish: fix undefined reference to posix_spawn 2020-07-09 13:51:35 +02:00
its-pointless 148d5c0685 fish using spawn.h 2020-07-09 13:51:35 +02:00
Henrik Grimler dd1b34e92e fish: update to 3.1.2 2020-05-02 10:09:50 +02:00
Fredrik Fornwall a7e02f1455 fish: Update from 3.1.0 to 3.1.1 2020-04-29 00:56:22 +02:00
Fredrik Fornwall 89b32a4bda fish: Update from 3.0.2 to 3.1.0 2020-02-15 23:17:20 +01:00
Leonid Pliushch b95398e3a5 fish: do not use wcstod_l() even if found on target
Fix following error when building fish on device with Android 9:

src/builtin_printf.cpp:278:12: error: use of undeclared identifier 'wcstod_l'; did you mean 'wcstold_l'?
    return wcstod_l(s, end, fish_c_locale());
2019-08-16 22:31:55 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch c29884d421 fish: bump revision 2019-06-19 21:25:57 +03:00
Fredrik Fornwall 3b661b4993 fish: Update from 3.0.1 to 3.0.2 2019-03-01 22:01:33 +01:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Fredrik Fornwall 906413fae0 fish: Update from 3.0.0 to 3.0.1 2019-02-13 23:35:18 +01:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 230210ee6c fish: Update from 2.7.1 to 3.0.0 2018-12-29 00:07:13 +01:00
Fredrik Fornwall 17d6c879bf Let util-linux provide column
Fixes #3004.
2018-11-11 17:20:59 +01:00
Fredrik Fornwall a22f91837c fish: Fix build with ndk r18 2018-09-22 00:10:27 +02:00
Fredrik Fornwall 380c2d7bc3 Bump some c++-using packages after libc++ update 2018-06-26 10:48:42 +02:00
Fredrik Fornwall 2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Fredrik Fornwall 263e45330e fish: Update from 2.7.0 to 2.7.1 2017-12-23 11:39:21 +01:00
Fredrik Fornwall f0692c9a45 fish: Update from 2.6.0 to 2.7.0
Fixes #909.
2017-11-30 00:49:01 +01:00
Fredrik Fornwall a91709193f fish: Use system pcre2 lib and bump revision 2017-11-03 23:07:11 +01:00
Fredrik Fornwall f689a6d490 fish: Add patch from upcoming release (#1735) 2017-11-03 23:06:48 +01:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall 95467bc750 fish: Bump version to rebuild after MB_CUR_MAX=4 2017-08-02 00:00:05 +02:00
Fredrik Fornwall 6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00