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/avahi: fix arning about runscript | Natanael Copa | 2017-04-03 | 2 | -11/+25 |
| | |||||
* | main/avahi: bump pkgrel due to dbus-dev upgrade | Francesco Colista | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | main/avahi: rebuild against gettext-0.19.8.1 | Natanael Copa | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | main/avahi: bump pkgrel. Clean depends_dev section | Francesco Colista | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | main/avahi: fix source url | Natanael Copa | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | main/avahi: remove un-needed patch | Natanael Copa | 2016-05-24 | 2 | -20/+3 |
| | | | | apparently it is enough to run autoreconf | ||||
* | main/avahi: upgrade to 0.6.32 | Natanael Copa | 2016-05-24 | 3 | -85/+32 |
| | |||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -3/+2 |
| | | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER | ||||
* | Reorder options passed to adduser in scripts: make -S first. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -2/+2 |
| | | | | It's only for consistency and to ease spotting lack of it. | ||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -3/+1 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/avahi: remove avahi-bookmarks and split out python bindings | Natanael Copa | 2014-05-14 | 2 | -10/+17 |
| | | | | avahi-bookmarks is provided by avahi-ui-utils package | ||||
* | main/avahi: remove ui tools to break circular deps | Natanael Copa | 2014-05-14 | 1 | -24/+8 |
| | | | | | | | We currently have circular dependency avahi -> gtk -> cups -> avahi We drop building the gtk tools to break this and can build those in separate package. | ||||
* | main/avahi: musl fix | Carlo Landmeter | 2014-02-15 | 2 | -2/+71 |
| | |||||
* | main/avahi: specify license | Fabian Affolter | 2013-10-31 | 1 | -2/+2 |
| | |||||
* | main/[various]: update config.sub | Timo Teräs | 2013-10-02 | 1 | -3/+3 |
| | |||||
* | main/avahi: use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 2 | -2/+2 |
| | |||||
* | main/avahi: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -0/+6 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/avahi: fixi init script | Natanael Copa | 2012-11-05 | 2 | -1/+43 |
| | | | | | | | - replace 'opts' with 'extra_started_commands' - start avahi after hostname is set fixes #1461 | ||||
* | main/avahi: rebuild against glib-2.32 | Natanael Copa | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | main/avahi: upgrade to 0.6.31 (and rebuild against gdbm-1.10) | Natanael Copa | 2012-02-23 | 1 | -4/+4 |
| | |||||
* | main/avahi: Build fix to remove libtool archives before package split | Andrew Manison | 2012-01-08 | 1 | -1/+2 |
| | |||||
* | main/avahi: rename avahi-comat-libdns_sd to avahi-compat-libdns_sd | Natanael Copa | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | main/avahi: rebuild against python2.7 | Natanael Copa | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | main/gobject-introspection: rearrange | Natanael Copa | 2011-06-09 | 1 | -1/+1 |
| | | | | | | | we use a -dev subpackage for development like we do for others. The gobject-introspection is now the runtime only. This should also fix issue with py-gobject pulling in -dev packages. | ||||
* | main/avahi: rebuild against libpng 1.5 | Carlo Landmeter | 2011-05-13 | 1 | -1/+6 |
| | |||||
* | main/avahi: upgrade to 0.6.30 | Natanael Copa | 2011-04-07 | 1 | -2/+2 |
| | |||||
* | main/avahi,libdaemon,py-dbus: moved from testing | Natanael Copa | 2011-03-21 | 3 | -0/+126 |