aboutsummaryrefslogtreecommitdiffstats
path: root/main/slim
Commit message (Collapse)AuthorAgeFilesLines
* [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/slim: new alpinelinux themeCarlo Landmeter2017-09-281-34/+10
|
* main/slim: use consolekit2Natanael Copa2017-08-301-2/+2
|
* main/slim: depend on dbusNatanael Copa2016-05-051-3/+3
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-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-runNatanael Copa2015-04-282-5/+5
|
* main/slim: Changed source.ScrumpyJack2014-11-061-2/+3
|
* main/slim: depends on dbus at runtimeNatanael Copa2014-04-072-5/+5
|
* main/slim: fix freetype2 header dirs, and musl buildTimo Teräs2013-12-183-1/+30
|
* main/slim: upgrade to 1.3.6 and enable consolekit supportNatanael Copa2013-11-195-29/+71
|
* main/slim: remove unused systemd serviceNatanael Copa2013-10-251-1/+4
| | | | fixes #2291
* Revert "main/slim: upgrade to 1.3.6"Bartłomiej Piotrowski2013-10-052-18/+7
| | | | This reverts commit 4e6b8002e9f3d44fe9d9d31e3e3365ee7c4e6e83.
* main/slim: add xrandr to makedependsBartłomiej Piotrowski2013-10-051-1/+1
|
* main/slim: upgrade to 1.3.6Bartłomiej Piotrowski2013-10-052-6/+17
|
* main/slim: rebuild against libpng16Natanael Copa2013-08-271-1/+1
|
* main/slim: upgrade to 1.3.5Natanael Copa2013-01-025-194/+35
|
* main/slim: build fix: explicit linking to pthreadNatanael Copa2012-01-032-5/+21
|
* main/slim: fix build with png 1.5William Pitcock2011-05-132-3/+16
|
* main/slim: rebuild against libpng 1.5William Pitcock2011-05-131-1/+1
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/slim: fix download linkNatanael Copa2010-10-211-1/+1
|
* main/slim: upgrade to 1.3.2Natanael Copa2010-08-261-5/+3
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/slim: rebuild against jpeg-8Natanael Copa2010-02-111-1/+1
|
* main/slim: rebuild against libpng-1.4Natanael Copa2010-01-281-1/+5
|
* merged x11 repository into mainNatanael Copa2010-01-256-0/+253
ref #255