Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 308809 Details for
Bug 121709
PCL input for cups - ghostpdl/ghostxps ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-text/ghostpdl-9.05.ebuild
ghostpdl-9.05.ebuild (text/plain), 1.47 KB, created by
Troy Bowman
on 2012-04-13 19:04:38 UTC
(
hide
)
Description:
app-text/ghostpdl-9.05.ebuild
Filename:
MIME Type:
Creator:
Troy Bowman
Created:
2012-04-13 19:04:38 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/ghostpcl.ebuild Exp $ > >inherit eutils > >URW_V=8.71 > >DESCRIPTION="AFPL GhostPCL" >HOMEPAGE="http://www.artifex.com/downloads/" > >SRC_URI="http://downloads.ghostscript.com/public/${P}.tar.gz > http://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/GhostPCL/urwfonts-${URW_V}.tar.bz2" > >LICENSE="Aladdin" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="cups X xps" > >RDEPEND="!X? ( x11-libs/libX11 x11-libs/libXt x11-libs/libXext )" > >S=${WORKDIR}/${P} > >src_compile() { > cd ${S} > einfo "Patching default fonts dir to /usr/share/fonts/urw-fonts" > epatch ${FILESDIR}/fontsdir-${PV}.patch > econf || die > emake || die > if use xps; then > emake xps || die > fi >} > >src_install() { > exeinto "/usr/bin" > doexe ${S}/main/obj/pcl6 ${S}/tools/pcl2pdf ${S}/tools/pcl2pdfwr > use xps && doexe ${S}/xps/obj/gxps > insinto "/usr/share/fonts/pclfonts" > doins ${WORKDIR}/urwfonts-${URW_V}/*.ttf > dodoc ${S}/doc/ghostpdl.* #${S}/NEWS ${S}/README > if use cups ; then > exeinto "/usr/libexec/cups/filter" > doexe ${FILESDIR}/pcltops > if [ `grep -c pcltops /etc/cups/mime.convs` = 0 ]; then > cat ${FILESDIR}/mime.convs /etc/cups/mime.convs > mime.convs > cat ${FILESDIR}/mime.types /etc/cups/mime.types > mime.types > insinto /etc/cups > doins mime.convs mime.types > fi > fi > einfo "Use the PCLFONTSOURCE environment variable to use more fonts" > einfo "as stored in /usr/share/fonts/pclfonts" >} >
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 121709
:
78959
|
78960
|
181114
|
300481
|
300483
|
308809
|
308811
|
308817
|
375142
|
375144
|
480100
|
480102