aboutsummaryrefslogtreecommitdiffstats
path: root/main/meson
Commit message (Collapse)AuthorAgeFilesLines
* main/meson: upgrade to 0.53.2Leo2020-02-271-4/+28
|
* main/meson: explicitly use samurai dependencyNatanael Copa2020-02-041-2/+2
| | | | | | explicitly use samurai as dependency instead of rely on provides=ninja. This makes it easier to figure out the build order, since currently we dont consider provides at build time.
* main/meson: upgrade to 0.53.1Leo2020-01-291-2/+2
|
* main/meson: upgrade to 0.53.0Leo2020-01-121-2/+2
|
* main/meson: upgrade to 0.52.1Leo2019-11-302-100/+4
|
* main/meson: rebuild with python 3.8Natanael Copa2019-11-051-1/+1
|
* main/meson: backport fix from upstreamNatanael Copa2019-10-292-3/+97
| | | | | | | this fixes the error: ninja: fatal: posix_spawn: Argument list too long from https://github.com/mesonbuild/meson/pull/6030
* main/meson: upgrade to 0.52.0Francesco Colista2019-10-081-2/+2
|
* main/meson: upgrade to 0.51.2Francesco Colista2019-08-271-3/+3
|
* main/meson: add meson-vimDrew DeVault2019-08-091-2/+15
|
* main/meson: upgrade to 0.51.1Francesco Colista2019-07-111-2/+2
|
* main/meson: upgrade to 0.51.0Francesco Colista2019-06-171-3/+3
|
* main/meson: depend on py3-setuptoolsLeo2019-05-271-3/+2
|
* main/meson: upgrade to 0.50.1Francesco Colista2019-04-171-3/+3
|
* main/meson: rebuild against python 3.7Natanael Copa2019-04-171-1/+1
|
* main/meson: upgrade to 0.50.0Francesco Colista2019-03-121-2/+2
|
* main/meson: upgrade to 0.48.2Francesco Colista2018-12-081-2/+2
|
* main/meson: update to 0.48.0Drew DeVault2018-10-291-2/+2
|
* main/meson: upgrade to 0.47.2Sören Tempel2018-08-271-2/+2
|
* main/meson: upgrade to 0.47.1prspkt2018-07-161-3/+3
| | | | Also use https while being here.
* main/meson: upgrade to 0.47.0Francesco Colista2018-07-031-2/+2
|
* main/meson: upgrade to 0.46.1Francesco Colista2018-05-171-2/+2
|
* main/meson: improve abuildprspkt2018-04-231-5/+4
|
* main/meson: upgrade to 0.46.0prspkt2018-04-231-2/+2
|
* main/meson: upgrade to 0.45.1Francesco Colista2018-03-221-2/+2
|
* main/meson: upgrade to 0.45.0Francesco Colista2018-03-061-2/+2
|
* main/meson: upgrade to 0.44.1Francesco Colista2018-02-211-2/+2
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/meson: upgrade to 0.44.0Francesco Colista2017-12-121-2/+2
|
* main/meson: upgrade to 0.43.0Roberto Oliveira2017-10-251-2/+2
|
* main/meson: move from testingSören Tempel2017-09-161-0/+31
Needed by libmpdclient.