24 Commits

Author SHA1 Message Date
Natanael Copa
1cba2283c6 testing/lightdm: upgrade to 1.28.0 2019-01-10 15:56:34 +00:00
Daniel Isaksen
d342028b5f testing/lightdm: add intltool to makedepends 2018-11-19 13:38:28 +00:00
J0WI
16f8ceb8e2 testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel 2018-10-06 17:19:31 +00:00
Taner Tas
1930b07bb5 testing/lightdm: Upgrade to 1.26.0, improve abuild
* Clarify license
* Allow null passwords
* Improve APKBUILD, update patches
* Add -openrc subpackage
2018-07-19 09:48:05 +03:00
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
Francesco Colista
a85f3892c0 testing/lightdm: added libxml2-utils in makedepends for fix building 2016-04-25 13:14:32 +00:00
Przemyslaw Pawelczyk
26abb36b0d testing/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:11:52 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Sören Tempel
53679caf4f don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2015-10-03 13:19:51 +02:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Natanael Copa
f8b50277f6 testing/lightdm: fix typo in init.d script 2014-09-11 09:24:04 +00:00
Natanael Copa
074d7cc93c testing/lightdm: fix problem with missing dirs 2014-09-11 09:08:46 +00:00
Natanael Copa
4f600c86c1 testing/lightdm: add accounssservice to depends 2014-09-10 19:07:29 +00:00
Natanael Copa
c509b212bd testing/lightdm: use Xsession from xinit as session wrapper 2014-09-10 18:50:41 +00:00
Natanael Copa
ec6d1886b1 testing/lightdm: fix depends for -dev 2014-07-18 07:14:49 +00:00
Natanael Copa
9b83bc7c86 testing/lightdm: upgrade to 1.10.1 2014-06-02 19:02:10 +00:00
Natanael Copa
152e22d13f testing/lightdm: upgrade to 1.4.0 2012-10-30 09:19:52 +00:00
Natanael Copa
f21bf3e8d1 testing/lightdm: set allow-guest to false by default 2011-12-01 12:21:11 +00:00
Natanael Copa
059188a6da testing/lightdm: set lighdm user home dir 2011-11-30 13:23:13 +00:00
Natanael Copa
18720d75a2 testing/lightdm: add user, initd script, fix localstatedir 2011-11-30 12:44:56 +00:00
Natanael Copa
e5fa3799cd testing/lightdm: fix sysconfdir 2011-11-21 20:14:19 +00:00
Natanael Copa
6fa84d9d81 testing/lightdm: new aport
A cross-desktop display manager
http://www.freedesktop.org/wiki/Software/LightDM
2011-11-13 11:57:32 +00:00