What worked for me was changing the build function to this:
build() {
cd "$pkgname-$pkgver"
aclocal
autoconf
./configure --prefix=/usr \
--with-cupsfilterdir=/usr/lib/cups/filter \
--with-cupsppddir=/usr/share/ppd
make
}
(I don’t know how to do newlines here so: https://pastebin.com/3ARnHjqy) This seems to rebuild aclocal.m4 and configure with the installed version of the GNU Build System.
Pinned Comments
andit commented on 2023-10-24 17:22 (UTC) (edited on 2024-10-12 09:35 (UTC) by andit)
With every release I update the keywords (see Package Details above) containing a list of all Epson printer series supported by this driver. Additionally, SUPPORTED-PRINTERS at the GitLab repository gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2 also contains a list of supported printers.
Most Epson Inkjet printers are covered by either this package or epson-inkjet-printer-escpr. If your printer is not supported by this package, be sure to check the other one. You may also want to consult the Wiki, specifically CUPS and CUPS/Printer-specific problems#Epson.
Note: all packages from AUR require
base-devel
, please read Arch User Repository as a user or PKGBUILD#makedepends for details on PKGBUILD.