The commend # fix licence warning
should be changed to # install license
. Since actually it is not about fixing an annoying warning, but to do something that is required.
Search Criteria
Package Details: kyocera-sane 2.2.1511-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kyocera-sane.git (read-only, click to copy) |
---|---|
Package Base: | kyocera-sane |
Description: | Kyocera sane scanner support package for many Kyocera printers. |
Upstream URL: | https://www.kyocera.com/ |
Licenses: | LicenseRef-Proprietary |
Submitter: | MartinX3 |
Maintainer: | None |
Last Packager: | dreieck |
Votes: | 2 |
Popularity: | 0.032648 |
First Submitted: | 2021-06-27 13:28 (UTC) |
Last Updated: | 2025-06-28 13:00 (UTC) |
Dependencies (8)
- freeimage (freeimage-vpinball-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libtiff5AUR (libtiff5-hylafaxplusAUR)
- libusb (libusb-gitAUR)
- openssl-1.1
- sane (sane-gitAUR)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2
dreieck commented on 2024-01-21 11:16 (UTC)
dreieck commented on 2024-01-21 11:14 (UTC)
Please quote "${srcdir}
" and "${pkgdir}
", since they might contain whitespace for example.
dreieck commented on 2024-01-21 11:03 (UTC)
Can you please remove the executable permission from several configuration files of your package:
/etc/sane.d/kyocera.conf
/etc/sane.d/kyocera_devices.conf
/etc/sane.d/kyocera_gdi_a3.conf
/etc/sane.d/kyocera_wc3.conf
/etc/sane.d/kyocera_wc3_usb.conf
/etc/udev/rules.d/40-scanner-permissions.rules
(use -m 644
as argument to the install
command.)
Regards and thanks for maintaining!
bruhein commented on 2023-12-09 12:47 (UTC)
The PKBUILd is outdated now. The SANE_Driver_zip.download.zip got a new version and some minor changes. dha256sums:'6729c68ab90a1e8f4edef3fc4a35942e965cbded11d4d51b7a897bc98eb02fae' Version is now: 2.1.4406 -> pkgver=2.1.4406 data.tar.gz changed to data.tar.xz -> tar xf ${srcdir}/data.tar.xz -C .
s218 commented on 2022-11-12 13:59 (UTC) (edited on 2022-11-12 14:03 (UTC) by s218)
Thanks for the package build and description - I used a similar approach before, since 2019, just manually without building the package. I would like to point out that Simple Scan or XSane use ADF with an error (in driver version 2.xx), although I remember that in 2019 with the previous driver version ADF worked fine.
MartinX3 commented on 2021-06-28 19:53 (UTC) (edited on 2021-06-28 20:29 (UTC) by MartinX3)
!!!Important!!!
If your printer supports eSCL or WSD install https://archlinux.org/packages/extra/x86_64/sane-airscan/
(Without it, sane might detect your printer, but scanning will be very buggy and half broken.)
.
Otherwise use this package.
Pinned Comments
dreieck commented on 2025-06-28 13:01 (UTC)
Upstream download file is not versioned: Same filename if version is updated.
PKGBUILD
gets the actual version by parsing a front webpage, and sets$pkgver
and download filename accordingly.sha256sum
checksums are in place.If upstream version is updated, checksum verification will fail; in that case, checksums need to be updated.
MartinX3 commented on 2021-06-28 19:53 (UTC) (edited on 2021-06-28 20:29 (UTC) by MartinX3)
!!!Important!!!
If your printer supports eSCL or WSD install https://archlinux.org/packages/extra/x86_64/sane-airscan/
(Without it, sane might detect your printer, but scanning will be very buggy and half broken.)
.
Otherwise use this package.