aboutsummaryrefslogtreecommitdiff
path: root/utils/hplip
Commit message (Collapse)AuthorAge
* sane-backends: run (xinetd) saned as non-rootLuiz Angelo Daros de Luca2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | saned requires write access scanner USB bus for its process and to usblp/bind in order to rebind multifunctional printers back to usblp (for printing with p910nd). A hotplug script monitor new USB devices for scanners. Scanners are detected by searching /usr/share/sane/<vendor>-<backend>.usbid for the device product_id. The package saned creates user saned:scanners. Access is granted to group scanners. The default xinetd conf was updated to run as saned:scanner. sane-daemon pkg now has a postinst trigger that runs udevtrigger for granting perms where there are connected scanners during installation. Existing hotplug scripts from hplip were removed. They were mostly useless. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: bump to 3.19.12Luiz Angelo Daros de Luca2019-12-21
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* hplip: bump to 3.19.6Luiz Angelo Daros de Luca2019-08-19
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: python is not needed for buildLuiz Angelo Daros de Luca2019-06-25
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: bump to 3.19.3Luiz Angelo Daros de Luca2019-04-30
| | | | | | | 040-fix_bool.patch: fixed upstream 060-fix-uclibc.patch: workaround for uclibc build (arc_arc700) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: update to 3.18.12Luiz Angelo Daros de Luca2018-12-09
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: bump to 3.18.10Luiz Angelo Daros de Luca2018-11-06
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* hplip: Update to 3.18.9Rosen Penev2018-10-09
| | | | | | | | | | Added patch to fix some glibc-isms. Added PKG_BUILD_PARALLEL for faster compilation. Rearranged slightly for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hplip: import from oldpackage and update to 3.18.6Luiz Angelo Daros de Luca2018-06-28
hplip was split into subpackages: * hplip-common: generic files * hplip-sane: sane backend - patched to remove cups deps used only for network scanners * hplip-cups: cups driver (currently disabled) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>