Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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/slim: new alpinelinux theme | Carlo Landmeter | 2017-09-28 | 1 | -34/+10 |
| | |||||
* | main/slim: use consolekit2 | Natanael Copa | 2017-08-30 | 1 | -2/+2 |
| | |||||
* | main/slim: depend on dbus | Natanael Copa | 2016-05-05 | 1 | -3/+3 |
| | |||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/slim: Changed source. | ScrumpyJack | 2014-11-06 | 1 | -2/+3 |
| | |||||
* | main/slim: depends on dbus at runtime | Natanael Copa | 2014-04-07 | 2 | -5/+5 |
| | |||||
* | main/slim: fix freetype2 header dirs, and musl build | Timo Teräs | 2013-12-18 | 3 | -1/+30 |
| | |||||
* | main/slim: upgrade to 1.3.6 and enable consolekit support | Natanael Copa | 2013-11-19 | 5 | -29/+71 |
| | |||||
* | main/slim: remove unused systemd service | Natanael Copa | 2013-10-25 | 1 | -1/+4 |
| | | | | fixes #2291 | ||||
* | Revert "main/slim: upgrade to 1.3.6" | Bartłomiej Piotrowski | 2013-10-05 | 2 | -18/+7 |
| | | | | This reverts commit 4e6b8002e9f3d44fe9d9d31e3e3365ee7c4e6e83. | ||||
* | main/slim: add xrandr to makedepends | Bartłomiej Piotrowski | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | main/slim: upgrade to 1.3.6 | Bartłomiej Piotrowski | 2013-10-05 | 2 | -6/+17 |
| | |||||
* | main/slim: rebuild against libpng16 | Natanael Copa | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | main/slim: upgrade to 1.3.5 | Natanael Copa | 2013-01-02 | 5 | -194/+35 |
| | |||||
* | main/slim: build fix: explicit linking to pthread | Natanael Copa | 2012-01-03 | 2 | -5/+21 |
| | |||||
* | main/slim: fix build with png 1.5 | William Pitcock | 2011-05-13 | 2 | -3/+16 |
| | |||||
* | main/slim: rebuild against libpng 1.5 | William Pitcock | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/slim: fix download link | Natanael Copa | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | main/slim: upgrade to 1.3.2 | Natanael Copa | 2010-08-26 | 1 | -5/+3 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/slim: rebuild against jpeg-8 | Natanael Copa | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | main/slim: rebuild against libpng-1.4 | Natanael Copa | 2010-01-28 | 1 | -1/+5 |
| | |||||
* | merged x11 repository into main | Natanael Copa | 2010-01-25 | 6 | -0/+253 |
ref #255 |