Commit Graph

7 Commits

Author SHA1 Message Date
Fredrik Fornwall aace3d6f62 libicu: Update from 60.1 to 60.2 2017-12-17 00:26:59 +01:00
Fredrik Fornwall 09d741f8fd libicu: Update from 59.1 to 60.1 2017-11-02 01:28:04 +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 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
Vishal Biswas 497da8498a Updates (#944)
* valac: update from 0.36.0 to 0.36.1

* fossil: update from 2.1 to 2.2

* libicu: update from 58.2 to 59.1

* libdb: update from 6.2.23 to 6.2.32
2017-04-21 12:15:57 +02:00
Fredrik Fornwall 0d2a9051aa libicu: Split out bin/ tools into icu-devtools 2017-01-08 04:34:27 -05:00
Vishal Biswas 1ed71b8a79 libicu: add package (#658)
* libicu: add package

* libicu: remove forced CC and CXX in hostbuild

* libicu: incorporated changes from #621 by @rnauber
2017-01-07 07:18:56 +01:00