foomatic/foomatic-ppdload-ppd.patch

20 lines
804 B
Diff
Raw Normal View History

auto-import changelog data from foomatic-3.0.0-21.3.src.rpm Mon Feb 09 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-21.3 - Fix up HP Color Inkjet CP1700 support. Mon Jan 26 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-21.2 - Remove PrintoutMode option from gimp-print driver to avoid breaking it. - Upgrade filters to 3.0.1rc3. - Upgrade engine to 3.0.1rc2. - No longer need symlink patch. Mon Jan 19 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-21.1 - Build for Fedora Core 1 printer drivers update. - Downgrade filters back down to 3.0.0. Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-21 - Build for Fedora Core 1 printer drivers update. - Revert Omni update temporarily. - Downgrade engine to 20031217 to stick to the stable branch. Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-20 - Updated Omni printers to 0.9.1. Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-19 - Build for Fedora Core 1 printer drivers update. - No longer need symlink patch. - Updated fontpath patch. - Updated engine to 20040112. - Updated db to 20040112. - Updated gimp-print data to 4.2.6. Tue Jan 06 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-18 - Build for Fedora Core 1 printer drivers update. - Explicitly state conflict with hpijs < 1.5. - Make foomatic-ppdfile accept '-t type' like foomatic-datafile used to. Tue Dec 23 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-17 - Fix up gimp-print XML (bug #112574). Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-16 - Need the ppd driver too. Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-15 - Reinstate ppdload long enough for me to work around its disappearance. Thu Dec 18 2003 Tim Waugh <twaugh@redhat.com> - Updated db to 20031218. - No longer need hpdj656, dell, mc3100 patches. Wed Dec 17 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-14 - Updated db to 20031217. - Updated engine to 20031217. - Updated hpijs to 1.5-20031217. - Use relative symlinks. Fri Dec 12 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-13 - Add Minolta magicolor 3100. Tue Dec 02 2003 Tim Waugh <twaugh@redhat.com> - Don't ship backup files. Sat Nov 29 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-12 - Undo over-zealous percent escaping in PostScript.xml - Build requires libxml2-devel (bug #110589). - Use relative, not absolute, symlink for CUPS filter. Fri Nov 07 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-11 - Add pxlmono driver for HP LaserJet 5 (bug #109378). Wed Nov 05 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-10 - Updated db to 20031105. - Drop filters path patch. - Updated fontpath patch, both libdir patches. - Updated engine and filters to 3.0-20031105. - Updated hpijs db to 1.4-1.
2004-09-09 04:53:21 +00:00
--- foomatic-db-20031218/db/source/driver/ppd.xml.ppdload-ppd 2003-12-19 16:28:30.329536790 +0000
+++ foomatic-db-20031218/db/source/driver/ppd.xml 2003-12-19 16:19:55.317656589 +0000
@@ -0,0 +1,16 @@
+<driver id="driver/ppd"><!-- experimental ppd driver -->
+ <name>Postscript PPD</name>
+ <url>http://www.adobe.com/products/printerdrivers/winppd.html</url>
+ <execution>
+ <postscript/>
+ <prototype>cat %A%Z</prototype>
+ </execution>
+ <comments>
+ <en>PPD Postscript driver. You can use foomatic-ppdload to add ppd information
+for a particular printer into the foomatic database. Then, when you use that printer
+together with this driver with any Foomatic backend, the options defined in the PPD
+file will be available.</en>
+ </comments>
+ <printers>
+ </printers>
+</driver>