Search Criteria
Package Details: cnijfilter-common-mg5400 3.80-1
Git Clone URL: | https://aur.archlinux.org/cnijfilter-common-mg5400.git (read-only, click to copy) |
---|---|
Package Base: | cnijfilter-common-mg5400 |
Description: | Canon IJ Printer Driver (Common package) |
Upstream URL: | http://support-sg.canon-asia.com/contents/SG/EN/0100467102.html |
Licenses: | |
Submitter: | rhon |
Maintainer: | None |
Last Packager: | tchab |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2013-03-30 12:55 |
Last Updated: | 2016-02-14 09:47 |
Latest Comments
1 2 Next › Last »
Scimmia commented on 2016-11-20 23:58
You should use bsdtar to extract the rpm instead of rpmextract. It's already a dep of pacman/makepkg, so no makedep needed.
tchab commented on 2016-02-14 09:48
Saronno's fix added.
Thanks, and sorry for the delay.
ModYokosuka commented on 2016-02-10 09:04
Confirmed saronno's fix makes package build.
saronno commented on 2015-03-30 20:32
Add to the last line of package function
mv ./usr/lib64 ./usr/lib
luka-devnull commented on 2014-11-09 20:54
I have actually got off my lazy butt and made the MG5500 series their own AUR packages!
https://aur.archlinux.org/packages/cnijfilter-common-mg5500series/
https://aur.archlinux.org/packages/cnijfilter-mg5500series/
Thanks for your help matteusblanc!
matteusblanc commented on 2014-06-06 20:42
mablanton - just delete those files from the filesystem with rm or sudo rm as required
matteusblanc commented on 2014-06-06 20:41
Thanks aus4000, works perfectly with the Canon MG5500 along with the cnijfilter-mg5500 package build on a 64 bit system. Only change was genericising libtiff and libpng as shown
pkgname=cnijfilter-common-mg5500
pkgver=4.00
pkgrel=1
pkgrel=1
pkgdesc="Canon IJ Printer Driver (Common package)"
arch=('i686' 'x86_64')
url="http://support-sg.canon-asia.com/contents/SG/EN/0100467102.html"
license=('unknown')
depends=('libcups' 'popt')
makedepends=('rpmextract')
options=('emptydirs')
source=("http://gdlp01.c-wss.com/gds/5/0100005505/01/cnijfilter-mg5500series-4.00-1-rpm.tar.gz")
md5sums=('4abe4396e4efc7ff90f459ccf493bb9c')
build() {
if [ "${CARCH}" = 'x86_64' ]; then
rpmfile=$(find "$srcdir" -name cnijfilter-common-$pkgver*${CARCH}*.rpm)
elif [ "${CARCH}" = 'i686' ]; then
rpmfile=$(find "$srcdir" -name cnijfilter-common-$pkgver*i386*.rpm)
fi
cd $pkgdir
rpmextract.sh $rpmfile
}
matteusblanc commented on 2014-06-06 20:36
Thanks aus4000, works perfectly with the mg5500 alongside the cnifileter-common pgkbuild
matteusblanc commented on 2014-06-06 20:35
Thanks aus4000, works perfectly with the Canon MG5500 along with the cnijfilter-mg5500 package build
mablanton commented on 2014-05-02 14:15
When I try to install this package I get an error that says
"failed to commit transaction (conflicting files)
libtiff3: /usr/lib/libtiff.so.3 exists in file system
libtiff3: /usr/lib/libtiffxx.so.3 exists in fle system
Errors occured, no packages were updated"
I am new to arch and don't know how to fix it.