Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 477720 Details for
Bug 439600
net-print/cque - drivers and PPD files of CANON printers (CLC, ColorPASS, imagePASS, imagePRESS, imageRUNNER)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for =net-print/cque-3.0.5
cque-3.0.5.ebuild (text/plain), 1.70 KB, created by
Sebastian Hamann
on 2017-06-23 18:39:05 UTC
(
hide
)
Description:
ebuild for =net-print/cque-3.0.5
Filename:
MIME Type:
Creator:
Sebastian Hamann
Created:
2017-06-23 18:39:05 UTC
Size:
1.70 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit unpacker versionator > >DESCRIPTION="Canon CQue Linux Driver" >HOMEPAGE="http://software.canon-europe.com/" >SRC_URI="CQue_v${PV}_Linux_32_64_EN.tar.zip" > >MY_PV="$(get_version_component_range 1-2)-$(get_version_component_range 3)" > >LICENSE="" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gui" >RESTRICT="fetch" > >RDEPEND=" > gui? ( > app-arch/bzip2 > app-crypt/mit-krb5 > dev-libs/expat > dev-libs/gmp > dev-libs/libbsd > dev-libs/libtasn1 > dev-libs/nettle > media-libs/fontconfig > media-libs/freetype > media-libs/libpng:1.2 > net-dns/libidn > net-libs/gnutls > sys-apps/keyutils > sys-libs/e2fsprogs-libs > sys-libs/zlib > virtual/jpeg:62 > x11-libs/libICE > x11-libs/libSM > x11-libs/libX11 > x11-libs/libXau > x11-libs/libxcb > x11-libs/libXdmcp > x11-libs/libXext > x11-libs/libXft > x11-libs/libXmu > x11-libs/libXrender > x11-libs/libXt > ) > > net-print/cups > net-print/foomatic-db > net-print/foomatic-db-ppds >" > >S=${WORKDIR}/cque-en-${MY_PV} >DESTDIR="/opt/cel" > >pkg_nofetch() { > einfo "Please go to: http://www.canon-europe.com/support/products/imagerunner/ir3300i.aspx?type=drivers&driverdetailid=tcm:13-1185460&os=LINUX&language=EN" > einfo "and download the appropriate package to:" > einfo "${DISTDIR}/${A}" >} > >src_unpack() { > default > > if use amd64; then > unpacker "${WORKDIR}/cque-en-${MY_PV}.x86_64.tar.gz" > else > unpacker "${WORKDIR}/cque-en-${MY_PV}.i386.tar.gz" > fi >} > >src_install() { > into ${DESTDIR} > dobin sicgsfilter sicnc > use gui && dobin CQue.exe > > insinto ${DESTDIR} > doins -r doc images ppd > > dosym ${DESTDIR}/ppd /usr/share/cups/model/cque > > dosym ${DESTDIR}/bin/sicgsfilter /usr/bin/sicgsfilter >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 439600
: 477720