aboutsummaryrefslogtreecommitdiffstats
path: root/main/cups
Commit message (Collapse)AuthorAgeFilesLines
* main/cups: upgrade to 2.2.6Roberto Oliveira2018-02-201-3/+3
|
* main/cups: explicitly set --with-menudir and --with-icondirNatanael Copa2018-02-201-0/+2
| | | | | | apparently, the configure script will only install cups.desktop and icondir if /usr/share/applications and /usr/share/icons exist on the building system, unless those opts are specified.
* main/cups: enable libusb supportmepholic2018-02-071-2/+3
| | | | This is useful for people with USB printers.
* [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/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | 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.
* main/cups: upgrade to 2.2.5Natanael Copa2017-10-251-2/+2
|
* main/cups: upgrade to 2.2.4Natanael Copa2017-07-031-3/+3
|
* main/cups: improve runscriptJakub Jirutka2017-06-273-16/+40
|
* main/cups: remove obsolete options, fix /run path, perms etc.Jakub Jirutka2017-06-271-10/+11
|
* main/cups: modernize abuildJakub Jirutka2017-06-271-35/+32
|
* main/cups: upgrade to 2.2.3Natanael Copa2017-06-121-13/+3
|
* main/cups: rebuild against poppler-0.54.0Leonardo Arena2017-06-021-1/+1
|
* main/cups: fix ppc64le breakBreno Leitao2017-03-221-1/+4
| | | | | | There are some cases that the desktop file is not copied into $pkgdir. This change only runs 'sed' on this file if the file exists.
* main/cups: fix default config to work without GSSAPI support - fixes #6706Leonardo Arena2017-01-252-4/+34
|
* main/cups: upgrade to 2.2.2Francesco Colista2017-01-191-5/+5
|
* main/cups: fix circular deps cups -> cups-client-> cupsNatanael Copa2016-12-211-1/+2
| | | | accept and others are a symlink to cupsaccept
* main/cups: upgrade to 2.2.1 and use libresslNatanael Copa2016-10-111-6/+6
|
* main/cups: upgrade to 2.1.4Natanael Copa2016-08-151-6/+6
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-0/+1
| | | | | | | | | | | | 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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* main/cups: upgrade to 2.1.3Natanael Copa2016-02-161-4/+4
|
* main/cups: upgrade to 2.1.2Natanael Copa2015-12-041-4/+4
|
* main/cups: upgrade to 2.1.1Natanael Copa2015-12-021-4/+4
|
* main/cups: upgrade to 2.1.0Natanael Copa2015-09-181-4/+4
|
* main/cups: upgrade to 2.0.4Natanael Copa2015-08-041-4/+4
|
* main/cups: upgrade to 2.0.3Natanael Copa2015-06-121-5/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/cups: rebuild against gnutls-3.4Natanael Copa2015-04-211-1/+1
|
* main/cups: upgrade to 2.0.2Natanael Copa2015-02-101-5/+6
|
* main/cups: upgrade to 2.0.1Natanael Copa2014-11-171-4/+4
|
* main/cups: upgrade to 2.0.0Natanael Copa2014-10-021-5/+5
|
* main/cups: upgrade to 1.7.5Natanael Copa2014-07-312-24/+7
|
* main/cups: upgrade to 1.7.4Natanael Copa2014-07-153-54/+22
|
* main/cups: fix typo, lpd backendIsaac Dunham2014-07-013-5/+54
| | | | | | | 'ldadmin' for 'lpadmin' kept cups from starting. 'lpd' failed with errno=EINVAL on musl, thanks to passing bind a struct sockaddr{,_in,_in6,_un} with a reported size of 256. This resulted in lpd print support being unusable.
* main/cups: upgrade to 1.7.3Natanael Copa2014-05-281-4/+4
|
* main/cups: upgrade to 1.7.2 and enable avahiNatanael Copa2014-04-142-8/+24
|
* main/cups: upgrade to 1.7.1Natanael Copa2014-01-131-5/+5
|
* main/cups: specifiy licenseFabian Affolter2013-10-301-6/+4
|
* main/cups: upgrade to 1.7.0Natanael Copa2013-10-251-4/+4
|
* main/cups: upgrade to 1.6.4Natanael Copa2013-10-131-4/+4
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/cups: upgrade to 1.6.3Natanael Copa2013-07-241-6/+6
|
* main/cups: banners and testprint is shipped with cups-filtersNatanael Copa2013-06-041-2/+5
| | | | ref #1930
* main/cups: upgrade to 1.6.2Natanael Copa2013-04-011-3/+9
|
* main/cups: rebuild against poppler-0.20.5Natanael Copa2012-12-031-2/+2
|
* main/cups: upgrade to 1.6.1Natanael Copa2012-10-041-8/+19
|
* main/cups: rebuild against poppler-0.20.3Natanael Copa2012-09-021-1/+1
|
* main/cups: upgrade to 1.5.4Natanael Copa2012-08-032-16/+3
|
* main/cups: upgrade to 1.5.3Natanael Copa2012-06-072-5/+17
|