@nicolas-bs: Where should "'epson.tar.gz'" in your source-array come from?
Search Criteria
Package Details: epson-inkjet-printer-escpr 1.8.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/epson-inkjet-printer-escpr.git (read-only, click to copy) |
---|---|
Package Base: | epson-inkjet-printer-escpr |
Description: | Epson Inkjet Printer Driver (ESC/P-R) for Linux |
Upstream URL: | http://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr.php |
Licenses: | GPL2 |
Submitter: | FFY00 |
Maintainer: | hcartiaux |
Last Packager: | hcartiaux |
Votes: | 90 |
Popularity: | 0.85 |
First Submitted: | 2019-04-26 09:00 (UTC) |
Last Updated: | 2024-10-29 10:21 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »
bjo commented on 2019-08-08 12:56 (UTC)
bjo commented on 2019-08-08 07:54 (UTC)
@nicolas-bs You could create a orphan request.
nicolas-bs commented on 2019-08-07 21:24 (UTC)
This package seems to be orphaned, I updated pkgbuild with the new driver version to compile on my machine. Working perfectly. I uploaded the updated files to my github repository to update the package in AUR: https://github.com/nicolas-bordignon/epson-inkjet-printer-escpr
nhermosilla14 commented on 2019-07-27 20:44 (UTC) (edited on 2019-07-27 20:45 (UTC) by nhermosilla14)
The packaged has been updated to version 1.7.0-1. The new parameters for the PKGBUILD are:
sha512:1de8a5abf3b509ff34fc4f3e7f9d3fd7edb6dd37e604ed1c062324a50bbe62a74b1010f8c082a62e496094b1c9f7cdcc6408b962231b9b8906f7861038bb3abb.
Changing that (and applying the same patch as always), it builds and installs correctly.
algrim commented on 2019-05-22 22:18 (UTC)
Thanks for updating, works fine now.
tuxiano commented on 2019-05-22 16:26 (UTC)
Hi Guys, here is a PKGBUILD with the correct url and sha512sum for the package https://pastebin.com/uj4HxdY0 with that the package is fully working, i tried to push the changes from my box, but i cant access the repo with write access.
kinoru commented on 2019-05-14 02:31 (UTC)
Thanks for managing this package. I was able to print nicely with it.
One problem: It now seems it needs to be updated. The URL
no longer works (404).
is the new URL provided by EPSON Download Center. The version number in the PKGBUILD also needs to be incremented too (1.6.40 → 1.6.41) along with the file signature.
fernandopsilveir commented on 2019-05-08 14:10 (UTC)
doesn't work for my Epson Ecotank L396.
system-config-printer status says "Idle - File "/usr/lib/cups/filter/epson-escpr-wrapper" unavailable: No such file or directory
mgundogdu1 commented on 2019-04-30 06:08 (UTC) (edited on 2019-04-30 06:09 (UTC) by mgundogdu1)
I updated today successfully. Thank you for your great efforts @FF00
FFY00 commented on 2019-04-29 17:48 (UTC)
Running autoreconf
isn't actually needed, but I'll do it anyway. As far as I'm concern automake 1.16.1 works perfectly, I always build my package in a clean chroot. You are probably missing the base-devel
group which is presumed to be installed if you are building AUR packages. I would advise you to don't use AUR helpers as they are enablers for this kind of issues.
Pinned Comments
bjo commented on 2023-07-11 12:35 (UTC)
Building packages from AUR requires
base-devel
, see https://wiki.archlinux.org/title/Arch_User_Repositorybase-devel
depends among others onautoconf
,automake
andmake
.