Fredrik Fornwall
b0063d5166
fish: Update from 3.0.1 to 3.0.2
6 years ago
Leonid Plyushch
5871ed7b26
bump C++ packages for NDK-19
6 years ago
Fredrik Fornwall
b77fdc9a50
fish: Update from 3.0.0 to 3.0.1
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
9a8ba20e46
fish: Update from 2.7.1 to 3.0.0
6 years ago
Fredrik Fornwall
fa53a29ed9
Let util-linux provide column
Fixes #3004 .
6 years ago
Fredrik Fornwall
8070e00ed4
fish: Fix build with ndk r18
6 years ago
Fredrik Fornwall
3072c57b30
Bump some c++-using packages after libc++ update
7 years ago
Fredrik Fornwall
b627729402
http -> https updates
7 years ago
Fredrik Fornwall
8f01b0ccf1
fish: Update from 2.7.0 to 2.7.1
7 years ago
Fredrik Fornwall
70e78ebe8a
fish: Update from 2.6.0 to 2.7.0
Fixes #909 .
7 years ago
Fredrik Fornwall
7e05574a0f
fish: Use system pcre2 lib and bump revision
7 years ago
Fredrik Fornwall
b33930d737
fish: Add patch from upcoming release ( #1735 )
7 years ago
Fredrik Fornwall
1b3f3ebde9
Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
7 years ago
Fredrik Fornwall
b1b4f2fe96
fish: Bump version to rebuild after MB_CUR_MAX=4
8 years ago
Fredrik Fornwall
d946e67c5b
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.
8 years ago
Fredrik Fornwall
035993580f
fish: Update from 2.5.0 to 2.6.0
8 years ago
Fredrik Fornwall
75b6538933
fish: Bump build revision after bc dependency
8 years ago
Christian Rondeau
18cf4ce9d6
Add bc dependency to fish shell ( #953 )
See https://github.com/fish-shell/fish-shell/issues/2974
This will only fail at runtime in some autocomplete commands, if the dependency is not installed.
8 years ago
Vishal Biswas
cfa043f9b4
update packages ( #766 )
* file: update from 5.29 to 5.30
* ffmpeg: update from 3.2.2 to 3.2.4
* mpv: update from 0.23.0 to 0.24.0
also prevent opportunistic linking with x11
* grep: update from 2.28 to 3.0
* fish: update from 2.4.0 to 2.5.0
add tarball checksum
remove patches no longer needed
see https://github.com/fish-shell/fish-shell/pull/3585
* wget: update from 1.19 to 1.19.1
8 years ago
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
8 years ago
Fredrik Fornwall
ba173bd4da
fish: Patch to setup TMPDIR if necessary
8 years ago
Fredrik Fornwall
50a1e680a9
fish: Fix fish_update_completions
We don't have the 'manpath' program and don't need it.
Fixes #617 .
8 years ago
Fredrik Fornwall
a9d534f91d
fish: Remove part of patch not needed
8 years ago
Fredrik Fornwall
2e54e151d4
fish: Update from 2.3.1 to 2.4.0
8 years ago
Fredrik Fornwall
8761f947a2
fish: Bundle a column(1) utility
A column(1) utility is needed by oh-my-fish. See
https://github.com/termux/termux-packages/issues/347
8 years ago
Fredrik Fornwall
12b866aea9
fish: Drop two patches no longer needed
8 years ago
Fredrik Fornwall
7ce5638519
Cleanup of more packages
8 years ago
Fredrik Fornwall
3f300a10fc
Setup libstdc++.so -> libgnustl_shared.so early
Let build-package.sh setup the $PREFIX/lib/libstdc++.so symlink
before building any package, to make sure that all C++ applications
link against a fully featured C++ standard library.
Avoid explicitly declaring a dependency on the libgnustl package
since everyone may link against it at will and instead mark it as
essential.
8 years ago
Fredrik Fornwall
8fa10e0193
fish: Depend on man for apropos
The apropos command is used by tab completion.
9 years ago
Fredrik Fornwall
6250534f1e
fish: Update to 2.3.1 from git snapshot
9 years ago
Fredrik Fornwall
8e66b39bf1
fish: Update to latest master
9 years ago
Fredrik Fornwall
2d259302a9
fish: Do not always build from latest master
Build from a specific commit to avoid suprises and always creating
a new version on each build.
9 years ago
Fredrik Fornwall
0a70d0e148
fish: Fix help url
9 years ago
Fredrik Fornwall
f8c73c795c
fish: Avoid calling 'hostname'
9 years ago
Fredrik Fornwall
1f6040f4e7
fish: Fix runtime tmp path
9 years ago
Francisco Demartino
93b884f130
ndk_patches/stdio.h.patch: add bogus ctermid()
9 years ago
Fredrik Fornwall
cdd8e2edc6
fish: Remove no longer needed patch
9 years ago
Fredrik Fornwall
6ef0f614d7
fish: Fix compiling with master
9 years ago
Fredrik Fornwall
8409accfef
fish: Remove outdated patch
9 years ago
Fredrik Fornwall
dab936e501
fish: Use valid version number..
9 years ago
Fredrik Fornwall
27f2a254ea
fish: Better version naming
9 years ago
Fredrik Fornwall
3e9c81f21e
fish: Update package to latest master
9 years ago
Fredrik Fornwall
f54c910984
fish: Build from master
9 years ago
Fredrik Fornwall
b8b62f2541
fish: Link against gnustl
10 years ago
Fredrik Fornwall
07d86fb334
fish: Ensure that strategy_shmem_polling is never defined
10 years ago
Fredrik Fornwall
37cd358fb2
fish: Basic help formatting
10 years ago
Fredrik Fornwall
3dd3d87b39
fish: Fix build on i686
10 years ago
Fredrik Fornwall
9bca348fea
Update fish from 2.1.2 to 2.2.0
10 years ago