Commit Graph

25 Commits

Author SHA1 Message Date
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
Fredrik Fornwall f07e2b91d8 fish: Update from 2.5.0 to 2.6.0 2017-06-05 21:32:37 +02:00
Fredrik Fornwall b9aa3f7b54 fish: Bump build revision after bc dependency 2017-04-22 23:48:56 +02:00
Christian Rondeau f5a4f2c5de 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.
2017-04-22 23:34:50 +02:00
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
2017-02-12 21:01:54 +01:00
Fredrik Fornwall af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall ba173bd4da fish: Patch to setup TMPDIR if necessary 2016-12-29 19:52:00 -05:00
Fredrik Fornwall 50a1e680a9 fish: Fix fish_update_completions
We don't have the 'manpath' program and don't need it.

Fixes #617.
2016-12-23 15:12:50 -05:00
Fredrik Fornwall 2e54e151d4 fish: Update from 2.3.1 to 2.4.0 2016-11-16 19:38:08 -05:00
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
2016-10-16 15:58:59 -04:00
Fredrik Fornwall 7ce5638519 Cleanup of more packages 2016-09-03 18:45:08 -04:00
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.
2016-08-10 19:45:41 -04:00
Fredrik Fornwall 8fa10e0193 fish: Depend on man for apropos
The apropos command is used by tab completion.
2016-08-06 17:37:29 -04:00
Fredrik Fornwall 6250534f1e fish: Update to 2.3.1 from git snapshot 2016-08-06 04:14:04 -04:00
Fredrik Fornwall 8e66b39bf1 fish: Update to latest master 2016-05-03 07:45:33 -04:00
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.
2016-03-19 15:34:38 -04:00
Fredrik Fornwall dab936e501 fish: Use valid version number.. 2015-10-08 18:12:31 -04:00
Fredrik Fornwall 27f2a254ea fish: Better version naming 2015-10-08 18:01:09 -04:00
Fredrik Fornwall 3e9c81f21e fish: Update package to latest master 2015-10-02 04:33:54 -04:00
Fredrik Fornwall f54c910984 fish: Build from master 2015-09-30 19:16:05 -04:00
Fredrik Fornwall b8b62f2541 fish: Link against gnustl 2015-07-30 10:52:18 -04:00
Fredrik Fornwall 9bca348fea Update fish from 2.1.2 to 2.2.0 2015-07-13 02:54:11 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00