[xorg-commit-diffs] xc/programs/Xserver/XpConfig/C/print Imakefile,
NONE, 1.1.2.1 Xprinters, 1.1, 1.1.20.1
Roland Mainz
xorg-commit at pdx.freedesktop.org
Mon Apr 12 20:16:38 PDT 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/XpConfig/C/print
In directory pdx:/tmp/cvs-serv9732/xc/programs/Xserver/XpConfig/C/print
Modified Files:
Tag: XPRINT
Xprinters
Added Files:
Tag: XPRINT
Imakefile
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=462 - RFE: Merge xprint.mozdev.org Xprint enhancements into Xorg XPRINT branch
--- NEW FILE: Imakefile ---
XCOMM $Xorg: Imakefile,v 1.1 2003/11/20 04:22:52 gisburn Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = attributes ddx-config models
#if HasGhostScript
all:: Xprinters.ghostscript
# Enable the "xp_pdf_spooldir_tmp_Xprintjobs" printer if we have GS
Xprinters.ghostscript: Xprinters
sed <Xprinters "s/#Printer xp_pdf_spooldir_tmp_Xprintjobs/Printer xp_pdf_spooldir_tmp_Xprintjobs/" >Xprinters.ghostscript
clean::
$(RM) Xprinters.ghostscript
InstallNamedNonExec(Xprinters.ghostscript,Xprinters,$(XPRINTDIR)/C/print)
#else
InstallNamedNonExec(Xprinters,Xprinters,$(XPRINTDIR)/C/print)
#endif /* HasGhostScript */
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
Index: Xprinters
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/XpConfig/C/print/Xprinters,v
retrieving revision 1.1
retrieving revision 1.1.20.1
diff -u -d -r1.1 -r1.1.20.1
--- a/Xprinters 14 Nov 2003 15:54:43 -0000 1.1
+++ b/Xprinters 13 Apr 2004 03:16:34 -0000 1.1.20.1
@@ -29,6 +29,13 @@
#Augment_Printer_List %none%
########################################################################
+# Preconfigured entry for the PSspooldir model
+# (which sends jobs to /tmp/Xprintjobs instead to a physical printer)
+########################################################################
+#Printer xp_pdf_spooldir_tmp_Xprintjobs
+Printer xp_ps_spooldir_tmp_Xprintjobs
+
+########################################################################
# Add individual printers to the list of printers managed by the
# server. These are aliases, determined by driver name.
########################################################################
@@ -40,4 +47,3 @@
# Printer xppclpr
# Printer xppclmonopr
# Printer xprasterpr
-
More information about the xorg-commit-diffs
mailing list