Age | Commit message (Collapse) | Author |
|
- show new package maintainer
- add "TDLib" to the description as was the case in the past. this is
helpful for those searching the AUR, as "TDLib" is what the library is
called by the developers. however, as of this commit (and prior), the
package name "tdlib" is taken https://archlinux.org/packages/extra/any/tdlib/
|
|
|
|
|
|
|
|
|
|
|
|
In case of custom `CMAKE_GENERATOR` environment variable (e.g. `Ninja`) we
have to use cmake wrappers instead of raw make commands in order to support
different build systems.
|
|
|
|
upstream release
|
|
upstream release
|
|
upstream release
|
|
Follow the cmake package guidelines [1]
[1] https://wiki.archlinux.org/title/CMake_package_guidelines
|
|
Removes make dependency (already satisfied by base-devel) and moves
gcc-libs dependency to runtime deps
|
|
|
|
|
|
Many users reported the package needs enourmous ammounts of RAM to
build. This commit switches build to clang and splits source files
beforehand as recommended by their build instruction generator [1].
[1] https://tdlib.github.io/td/build.html
|
|
|
|
|
|
|
|
|
|
|