Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/cups: upgrade to 2.2.6 | Roberto Oliveira | 2018-02-20 | 1 | -3/+3 |
| | |||||
* | main/cups: explicitly set --with-menudir and --with-icondir | Natanael Copa | 2018-02-20 | 1 | -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 support | mepholic | 2018-02-07 | 1 | -2/+3 |
| | | | | This is useful for people with USB printers. | ||||
* | [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/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -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.5 | Natanael Copa | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | main/cups: upgrade to 2.2.4 | Natanael Copa | 2017-07-03 | 1 | -3/+3 |
| | |||||
* | main/cups: improve runscript | Jakub Jirutka | 2017-06-27 | 3 | -16/+40 |
| | |||||
* | main/cups: remove obsolete options, fix /run path, perms etc. | Jakub Jirutka | 2017-06-27 | 1 | -10/+11 |
| | |||||
* | main/cups: modernize abuild | Jakub Jirutka | 2017-06-27 | 1 | -35/+32 |
| | |||||
* | main/cups: upgrade to 2.2.3 | Natanael Copa | 2017-06-12 | 1 | -13/+3 |
| | |||||
* | main/cups: rebuild against poppler-0.54.0 | Leonardo Arena | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | main/cups: fix ppc64le break | Breno Leitao | 2017-03-22 | 1 | -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 #6706 | Leonardo Arena | 2017-01-25 | 2 | -4/+34 |
| | |||||
* | main/cups: upgrade to 2.2.2 | Francesco Colista | 2017-01-19 | 1 | -5/+5 |
| | |||||
* | main/cups: fix circular deps cups -> cups-client-> cups | Natanael Copa | 2016-12-21 | 1 | -1/+2 |
| | | | | accept and others are a symlink to cupsaccept | ||||
* | main/cups: upgrade to 2.2.1 and use libressl | Natanael Copa | 2016-10-11 | 1 | -6/+6 |
| | |||||
* | main/cups: upgrade to 2.1.4 | Natanael Copa | 2016-08-15 | 1 | -6/+6 |
| | |||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | main/cups: upgrade to 2.1.3 | Natanael Copa | 2016-02-16 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 2.1.2 | Natanael Copa | 2015-12-04 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 2.1.1 | Natanael Copa | 2015-12-02 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 2.1.0 | Natanael Copa | 2015-09-18 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 2.0.4 | Natanael Copa | 2015-08-04 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 2.0.3 | Natanael Copa | 2015-06-12 | 1 | -5/+5 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/cups: rebuild against gnutls-3.4 | Natanael Copa | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | main/cups: upgrade to 2.0.2 | Natanael Copa | 2015-02-10 | 1 | -5/+6 |
| | |||||
* | main/cups: upgrade to 2.0.1 | Natanael Copa | 2014-11-17 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 2.0.0 | Natanael Copa | 2014-10-02 | 1 | -5/+5 |
| | |||||
* | main/cups: upgrade to 1.7.5 | Natanael Copa | 2014-07-31 | 2 | -24/+7 |
| | |||||
* | main/cups: upgrade to 1.7.4 | Natanael Copa | 2014-07-15 | 3 | -54/+22 |
| | |||||
* | main/cups: fix typo, lpd backend | Isaac Dunham | 2014-07-01 | 3 | -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.3 | Natanael Copa | 2014-05-28 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 1.7.2 and enable avahi | Natanael Copa | 2014-04-14 | 2 | -8/+24 |
| | |||||
* | main/cups: upgrade to 1.7.1 | Natanael Copa | 2014-01-13 | 1 | -5/+5 |
| | |||||
* | main/cups: specifiy license | Fabian Affolter | 2013-10-30 | 1 | -6/+4 |
| | |||||
* | main/cups: upgrade to 1.7.0 | Natanael Copa | 2013-10-25 | 1 | -4/+4 |
| | |||||
* | main/cups: upgrade to 1.6.4 | Natanael Copa | 2013-10-13 | 1 | -4/+4 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/cups: upgrade to 1.6.3 | Natanael Copa | 2013-07-24 | 1 | -6/+6 |
| | |||||
* | main/cups: banners and testprint is shipped with cups-filters | Natanael Copa | 2013-06-04 | 1 | -2/+5 |
| | | | | ref #1930 | ||||
* | main/cups: upgrade to 1.6.2 | Natanael Copa | 2013-04-01 | 1 | -3/+9 |
| | |||||
* | main/cups: rebuild against poppler-0.20.5 | Natanael Copa | 2012-12-03 | 1 | -2/+2 |
| | |||||
* | main/cups: upgrade to 1.6.1 | Natanael Copa | 2012-10-04 | 1 | -8/+19 |
| | |||||
* | main/cups: rebuild against poppler-0.20.3 | Natanael Copa | 2012-09-02 | 1 | -1/+1 |
| | |||||
* | main/cups: upgrade to 1.5.4 | Natanael Copa | 2012-08-03 | 2 | -16/+3 |
| | |||||
* | main/cups: upgrade to 1.5.3 | Natanael Copa | 2012-06-07 | 2 | -5/+17 |
| |