--- DEPRECATED ---
Please switch to https://aur.archlinux.org/packages/cnrdrvcups-lb
Git Clone URL: | https://aur.archlinux.org/cndrvcups-common-lb.git (read-only, click to copy) |
---|---|
Package Base: | cndrvcups-common-lb |
Description: | common printer driver modules for Canon cndrvcups-lb package, built from source |
Upstream URL: | https://www.canon-europe.com/support/products/imagerunner/imagerunner-1730i.aspx |
Keywords: | Canon Printer |
Licenses: | |
Submitter: | Lone_Wolf |
Maintainer: | severach (Lone_Wolf) |
Last Packager: | severach |
Votes: | 45 |
Popularity: | 0.000349 |
First Submitted: | 2013-04-20 23:32 |
Last Updated: | 2020-11-12 19:22 |
--- DEPRECATED ---
Please switch to https://aur.archlinux.org/packages/cnrdrvcups-lb
There are no quoting errors in the PKGBUILD. All of the quoting errors are in make install
and libtool
. I have fixed them all for this package but for cndrvcups-lb, libtool has so many quoting errors that I can't figure out how to fix them all. cndrvcups-lb-bin has no problem with spaces in paths.
Since noone seems interested in fixing libtool this can be fixed by forcing BUILDDIR to a path with no spaces.
NVM: I got it
I've fixed both packages for paths with spaces. This was an educational exercise, not a solution. Most of the AUR won't build in a path with spaces and it's not practical to fix them all. It's better to change your home folder to one without spaces than to lose access to most of the AUR.
Seems there's a quoting error in the PKGBUILD, check https://bbs.archlinux.org/viewtopic.php?id=241671
@severach
You're right, it was for cndrvcups. They did release a 3.60 version though, maybe that will fix the issue once and for all. I'll test it on Debian later on. http://support-asia.canon-asia.com/contents/ASIA/EN/0100924010.html
The Reddit fix was for cndrvcups-lb 3.40
. 3.50 mostly fixed the problem. It's not completely fixed because there are spurious reports of similar hangs for a few printers in 3.50.
Hey, thanks for maintaining all the packages you do. I emailed Canon and sent them your fix on Reddit. They replied back, don't know what they'll do about it.
Quote: Good afternoon. Thank you for writing to us with your feedback. We appreciate you taking the time to share your comments with us regarding the Linux driver for your MF8280Cw. I have forwarded your comments to the appropriate party for consideration. As we constantly strive to improve our products and services, your comments are vital to our continued success. ...
Hi Lone_Wolf, once you have some time, please, update the package to the latest version, as "linux-UFRII-drv-v340-uken.tar.gz" is available (UFR II/UFRII LT Printer Driver for Linux V3.40). Thanks in advance!
package() {
ln -s /usr/lib32/libc3pl.so libc3pl.so
}
This line needs to be removed for the 32 bit compile.
diff --git a/PKGBUILD b/PKGBUILD
index ab6483c..e82f8e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=cndrvcups-common-lb
pkgname=cndrvcups-common-lb
# used this name to avoid conflict with the existing cndrvcups-common (no longer in aur) which was wrong version for cndrvcups-lb
_pkgname=cndrvcups-common
-pkgver=3.40
+pkgver=3.60
pkgrel=1
pkgdesc="Common printer driver modules for cndrvcups-lb package, built from source"
arch=('i686' 'x86_64')
@@ -16,14 +16,14 @@ depends_i686=('libglade' 'gcc-libs')
depends_x86_64=('libglade' 'lib32-gcc-libs')
makedepends=('automake' 'autoconf')
conflicts=('cndrvcups-lb-bin')
-source=(Linux_UFRII_PrinterDriver_V310_uk_EN.tar.gz::'http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMjcwODEz&cmp=ABS&lang=EN')
+source=(Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz::'http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMjcwODE0&cmp=ABS&lang=EN')
options=('!emptydirs' '!strip' 'staticlibs')
-sha512sums=('fbfd31630d942cbec015a30df5a435f5d5a4915d09ea5657b80f54f098abf30066dc77117929a439a5f08358806cfd723409fc381d61ee949a2e7b7ad63e1dc9')
+sha512sums=('fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801')
# build instructions are adapted from upstream cndrvcups-common.spec file
prepare() {
- cd "${srcdir}"/Linux_UFRII_PrinterDriver_V310_uk_EN/Sources
+ cd "${srcdir}"/Linux_UFRII_PrinterDriver_V320_uk_EN/Sources
bsdtar xf "${_pkgname}"-"${pkgver}"-1.tar.gz -C "${srcdir}"
}
updated to latest version
Pinned Comments
Lone_Wolf commented on 2019-09-28 12:45
--- DEPRECATED ---