- Use stcolor driver for Epson Stylus Color 200 (bug #513676).

This commit is contained in:
Tim Waugh 2009-08-18 08:42:45 +00:00
parent 7b4d5d200d
commit 62ce686419
2 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,25 @@
diff -up foomatic-db-20090702/db/source/driver/stcolor.xml.epson-stylus-color-200 foomatic-db-20090702/db/source/driver/stcolor.xml
--- foomatic-db-20090702/db/source/driver/stcolor.xml.epson-stylus-color-200 2009-07-02 08:49:20.000000000 +0100
+++ foomatic-db-20090702/db/source/driver/stcolor.xml 2009-08-04 16:08:19.378201381 +0100
@@ -22,6 +22,9 @@ better dithering. Try it.</en>
<id>printer/Epson-Stylus_Color</id><!-- Epson Stylus Color -->
</printer>
<printer>
+ <id>printer/Epson-Stylus_Color_200</id><!-- Epson Stylus Color 200 -->
+ </printer>
+ <printer>
<id>printer/Epson-Stylus_Color_300</id><!-- Epson Stylus Color 300 -->
<comments>
<en>Works with the "-dMicroweave" option.</en>
diff -up foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml.epson-stylus-color-200 foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml
--- foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml.epson-stylus-color-200 2009-07-02 08:49:23.000000000 +0100
+++ foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml 2009-08-04 16:08:19.382201394 +0100
@@ -19,7 +19,7 @@
<autodetect></autodetect>
<functionality>B</functionality>
<!--not "unverified"-->
- <driver>mj500c</driver>
+ <driver>stcolor</driver>
<comments>
<en>Imported from old Red Hat japanese printer database</en>
</comments>

View File

@ -5,7 +5,7 @@
Summary: Database of printers and printer drivers
Name: foomatic-db
Version: %{dbver_rel}
Release: 3.%{dbver_snap}%{?dist}
Release: 4.%{dbver_snap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Requires: %{name}-filesystem = %{version}-%{release}
@ -14,6 +14,8 @@ Requires: %{name}-ppds = %{version}-%{release}
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-%{dbver_rel}-%{dbver_snap}.tar.gz
Source1: http://www.openprinting.org/download/foomatic/foomatic-db-hpijs-%{hpijsver}.tar.gz
Patch1: foomatic-db-epson-stylus-color-200.patch
Url: http://www.openprinting.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -57,6 +59,9 @@ PPDs from printer manufacturers.
find -type d | xargs chmod g-s
pushd foomatic-db-%{dbver_snap}
%patch1 -p1 -b .epson-stylus-color-200
cd db/source
# For gutenprint printers, use gutenprint-ijs-simplified.5.2.
@ -148,6 +153,9 @@ rm -rf %{buildroot}
%{_datadir}/cups/model/foomatic-db-ppds
%changelog
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 4.0-4.20090702
- Use stcolor driver for Epson Stylus Color 200 (bug #513676).
* Mon Aug 17 2009 Tim Waugh <twaugh@redhat.com> 4.0-3.20090702
- License for ppds sub-package should include GPLv2+.
- Ship COPYING file in main package.