11 Commits

Author SHA1 Message Date
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Jakub Jirutka
4ee7c35b7d community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:58 +01:00
Francesco Colista
4cb1f8767e community/terminator: added missing dependencies, added check() 2017-06-30 07:48:07 +00:00
Leonardo Arena
878a957bfc community/terminator: one more depends missing 2017-04-17 12:47:12 +00:00
Leonardo Arena
fa47c92cb8 community/terminator: add missing depend 2017-04-14 09:06:44 +00:00
William Pitcock
8c5c182884 community/terminator: update source URL 2017-03-29 03:22:41 +00:00
Francesco Colista
12a4c531cc community/terminator: upgrade to 1.91 2017-02-28 07:31:37 +00:00
Francesco Colista
d1b0c41cde community/terminator: added keybinder3 dependency to make it work against gtk3 2016-12-14 15:30:16 +00:00
Francesco Colista
dc8881a3f9 community/terminator: upgrade to 1.90 2016-11-23 12:29:06 +00:00
Jakub Jirutka
c18b35140d [various] rename python executable in APKBUILDs to python2 2016-10-26 19:47:58 +02:00
Francesco Colista
de9b688cd2 community/terminator: moved from testing 2016-08-22 10:14:49 +00:00