foomatic-db:moved into main for pisi 2.0
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
NoStrip = "/"
|
||||
|
||||
def setup():
|
||||
# For gutenprint printers, use gutenprint-ijs-simplified.5.2
|
||||
#pisitools.dosed("db/source/printer/*.xml", ">gutenprint<", ">gutenprint-ijs-simplified.5.2<")
|
||||
|
||||
autotools.configure()
|
||||
|
||||
# Cleanup conflicts
|
||||
#shelltools.cd("db/source")
|
||||
#shelltools.system("../../cleanup-conflicts")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
# Fix permissions
|
||||
#for root, dirs, files in os.walk("%s/usr/share/foomatic/db" % get.installDIR()):
|
||||
# for name in dirs:
|
||||
# shelltools.chmod(os.path.join(root, name), 0755)
|
||||
# for name in files:
|
||||
# shelltools.chmod(os.path.join(root, name), 0644)
|
||||
@@ -0,0 +1,35 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Running this script cleanups XML's which conflicts with other
|
||||
# packages like foo2zjs, lexmark X125, etc.
|
||||
|
||||
# Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851).
|
||||
# Also foo2lava, foo2kyo, foo2xqx (bug #438319).
|
||||
|
||||
# Remove Samsung-CLP-300, Samsung-CLP-315 (bug #625505)
|
||||
find printer -name '*.xml' |grep -E 'Samsung-CLP-300|Samsung-CLP-315'|xargs rm -vf
|
||||
|
||||
for x in zjs oak oak-z1 hp qpdl lava kyo xqx hiperc slx
|
||||
do
|
||||
find printer -name '*.xml' | xargs grep -l "<driver>foo2${x}"| xargs rm -vf
|
||||
rm -f driver/foo2${x}.xml opt/foo2${x}-*
|
||||
done
|
||||
|
||||
# Same for m2300w/m2400w
|
||||
find printer -name '*.xml' |xargs grep -l '<driver>m2[34]00w<'|xargs rm -vf
|
||||
rm -f driver/m2300w.xml driver/m2400w.xml opt/m2300w-*
|
||||
|
||||
# Same for all these.
|
||||
for x in drv_x125 ml85p pbm2lwxl pbmtozjs bjc800j
|
||||
do
|
||||
find printer -name '*.xml' |xargs grep -l "<driver>${x}</driver>"|xargs rm -vf
|
||||
rm -vf driver/${x}.xml opt/${x}-*
|
||||
done
|
||||
|
||||
|
||||
# We also have those one in foo2zjs
|
||||
#source/driver/foo2oak-z1.xml
|
||||
#source/driver/foo2slx.xml
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,110 @@
|
||||
diff -up foomatic-db-20120103/db/source/PPD/Brother/BR8840_2_GPL.ppd.device-ids-20120103 foomatic-db-20120103/db/source/PPD/Brother/BR8840_2_GPL.ppd
|
||||
--- foomatic-db-20120103/db/source/PPD/Brother/BR8840_2_GPL.ppd.device-ids-20120103 2012-01-03 00:40:44.000000000 +0000
|
||||
+++ foomatic-db-20120103/db/source/PPD/Brother/BR8840_2_GPL.ppd 2012-02-24 09:33:37.047452635 +0000
|
||||
@@ -32,6 +32,7 @@
|
||||
*ShortNickName: "Brother MFC-8840D BR-Script3"
|
||||
*ModelName: "Brother MFC-8840D BR-Script3"
|
||||
*NickName: "Brother MFC-8840D BR-Script3"
|
||||
+*1284DeviceID: "MFG:Brother;MDL:MFC-8840D;CMD:HBP,PJL,PCL,PCLXL;"
|
||||
|
||||
*%==== Basic Device Capabilities =============
|
||||
*LanguageLevel: "3"
|
||||
diff -up foomatic-db-20120103/db/source/PPD/Lexmark/Lexmark_C543.ppd.device-ids-20120103 foomatic-db-20120103/db/source/PPD/Lexmark/Lexmark_C543.ppd
|
||||
--- foomatic-db-20120103/db/source/PPD/Lexmark/Lexmark_C543.ppd.device-ids-20120103 2012-01-03 00:40:44.000000000 +0000
|
||||
+++ foomatic-db-20120103/db/source/PPD/Lexmark/Lexmark_C543.ppd 2012-02-24 09:33:37.049452637 +0000
|
||||
@@ -62,7 +62,7 @@
|
||||
*LXCountPIN: "4"
|
||||
*LXlowPINchar: "0"
|
||||
*LXhiPINchar: "9"
|
||||
-*1284DeviceID: "MFG: Lexmark;MDL: Lexmark C543"
|
||||
+*1284DeviceID: "MFG:Lexmark International;MDL:Lexmark C543;"
|
||||
*FreeVM: "252000000"
|
||||
*VMOption 256Meg: "252000000"
|
||||
*VMOption 320Meg: "312000000"
|
||||
diff -up foomatic-db-20120103/db/source/printer/Brother-MFC-8840D.xml.device-ids-20120103 foomatic-db-20120103/db/source/printer/Brother-MFC-8840D.xml
|
||||
--- foomatic-db-20120103/db/source/printer/Brother-MFC-8840D.xml.device-ids-20120103 2012-02-24 09:33:36.314452298 +0000
|
||||
+++ foomatic-db-20120103/db/source/printer/Brother-MFC-8840D.xml 2012-02-24 09:33:37.051452638 +0000
|
||||
@@ -15,7 +15,7 @@
|
||||
</lang>
|
||||
<autodetect>
|
||||
<general>
|
||||
- <ieee1284>MFG:Brother;MDL:Brother MFC-8840D;</ieee1284>
|
||||
+ <ieee1284>MFG:Brother;MDL:MFC-8840D;CMD:HBP,PJL,PCL,PCLXL;</ieee1284>
|
||||
<manufacturer>Brother</manufacturer>
|
||||
<model>Brother MFC-8840D</model>
|
||||
</general>
|
||||
diff -up foomatic-db-20120103/db/source/printer/HP-DeskJet_720C.xml.device-ids-20120103 foomatic-db-20120103/db/source/printer/HP-DeskJet_720C.xml
|
||||
--- foomatic-db-20120103/db/source/printer/HP-DeskJet_720C.xml.device-ids-20120103 2012-02-24 09:33:36.401452339 +0000
|
||||
+++ foomatic-db-20120103/db/source/printer/HP-DeskJet_720C.xml 2012-02-24 09:33:37.087452655 +0000
|
||||
@@ -20,7 +20,7 @@
|
||||
<commandset>SCP,VLINK</commandset>
|
||||
<description>Hewlett-Packard DeskJet 720 Series</description>
|
||||
<manufacturer>HEWLETT-PACKARD</manufacturer>
|
||||
- <model>DESKJET 720</model>
|
||||
+ <model>DESKJET 720C</model>
|
||||
</parallel>
|
||||
</autodetect>
|
||||
<functionality>A</functionality>
|
||||
diff -up foomatic-db-20120103/db/source/printer/HP-LaserJet_M1522nf_MFP.xml.device-ids-20120103 foomatic-db-20120103/db/source/printer/HP-LaserJet_M1522nf_MFP.xml
|
||||
--- foomatic-db-20120103/db/source/printer/HP-LaserJet_M1522nf_MFP.xml.device-ids-20120103 2012-02-24 09:33:36.411452343 +0000
|
||||
+++ foomatic-db-20120103/db/source/printer/HP-LaserJet_M1522nf_MFP.xml 2012-02-24 09:33:37.089452655 +0000
|
||||
@@ -13,6 +13,13 @@
|
||||
<postscript level="3" />
|
||||
<pcl level="6" />
|
||||
</lang>
|
||||
+ <autodetect>
|
||||
+ <usb>
|
||||
+ <commandset>PJL,PML,PCLXL,POSTSCRIPT,PCL</commandset>
|
||||
+ <manufacturer>Hewlett-Packard</manufacturer>
|
||||
+ <model>HP LaserJet MFP M1522nf MFP</model>
|
||||
+ </usb>
|
||||
+ </autodetect>
|
||||
<functionality>D</functionality>
|
||||
<driver>pxlmono</driver>
|
||||
<drivers>
|
||||
diff -up foomatic-db-20120103/db/source/printer/Kyocera-FS-1118MFP.xml.device-ids-20120103 foomatic-db-20120103/db/source/printer/Kyocera-FS-1118MFP.xml
|
||||
--- foomatic-db-20120103/db/source/printer/Kyocera-FS-1118MFP.xml.device-ids-20120103 2012-02-24 09:34:34.375478948 +0000
|
||||
+++ foomatic-db-20120103/db/source/printer/Kyocera-FS-1118MFP.xml 2012-02-24 09:41:52.635757050 +0000
|
||||
@@ -19,10 +19,10 @@
|
||||
</lang>
|
||||
<autodetect>
|
||||
<general>
|
||||
- <ieee1284>MFG:Kyocera;MODEL:Kyocera FS-1118MFP;COMMAND SET: POSTSCRIPT,PJL,PCL</ieee1284>
|
||||
- <commandset>POSTSCRIPT,PJL,PCL</commandset>
|
||||
+ <ieee1284>MFG:Kyocera;MODEL:FS-1118MFP;CMD:PCLXL,PostScript Emulation,PCL5E,PJL;</ieee1284>
|
||||
+ <commandset>CMD:PCLXL,PostScript Emulation,PCL5E,PJL</commandset>
|
||||
<manufacturer>Kyocera</manufacturer>
|
||||
- <model>Kyocera FS-1118MFP</model>
|
||||
+ <model>FS-1118MFP</model>
|
||||
</general>
|
||||
</autodetect>
|
||||
<functionality>A</functionality>
|
||||
diff -up foomatic-db-20120103/db/source/printer/Lexmark-C543.xml.device-ids-20120103 foomatic-db-20120103/db/source/printer/Lexmark-C543.xml
|
||||
--- foomatic-db-20120103/db/source/printer/Lexmark-C543.xml.device-ids-20120103 2012-02-24 09:33:36.463452367 +0000
|
||||
+++ foomatic-db-20120103/db/source/printer/Lexmark-C543.xml 2012-02-24 09:33:37.090452655 +0000
|
||||
@@ -15,7 +15,7 @@
|
||||
</lang>
|
||||
<autodetect>
|
||||
<general>
|
||||
- <ieee1284>MFG: Lexmark;MDL: Lexmark C543</ieee1284>
|
||||
+ <ieee1284>MFG:Lexmark International;MDL:Lexmark C543;</ieee1284>
|
||||
<manufacturer>Lexmark</manufacturer>
|
||||
<model>Lexmark C543</model>
|
||||
</general>
|
||||
diff -up foomatic-db-20130911/db/source/printer/Brother-HL-2040.xml.device-ids foomatic-db-20130911/db/source/printer/Brother-HL-2040.xml
|
||||
--- foomatic-db-20130911/db/source/printer/Brother-HL-2040.xml.device-ids 2013-09-11 15:55:21.853642637 +0200
|
||||
+++ foomatic-db-20130911/db/source/printer/Brother-HL-2040.xml 2013-09-11 15:53:30.775176972 +0200
|
||||
@@ -15,6 +15,13 @@
|
||||
<pcl level="5e" />
|
||||
<pjl />
|
||||
</lang>
|
||||
+ <autodetect>
|
||||
+ <general>
|
||||
+ <ieee1284>MFG:Brother;MDL:HL-2040 series;CMD:PJL,HBP;</ieee1284>
|
||||
+ <manufacturer>Brother</manufacturer>
|
||||
+ <model>Brother HL-2040 series</model>
|
||||
+ </general>
|
||||
+ </autodetect>
|
||||
<functionality>B</functionality>
|
||||
<driver>hl1250</driver>
|
||||
<drivers>
|
||||
@@ -0,0 +1,23 @@
|
||||
diff -up foomatic-db-20131218/db/source/driver/Postscript.xml.orig foomatic-db-20131218/db/source/driver/Postscript.xml
|
||||
--- foomatic-db-20131218/db/source/driver/Postscript.xml.orig 2013-12-18 01:41:18.000000000 +0100
|
||||
+++ foomatic-db-20131218/db/source/driver/Postscript.xml 2013-12-18 15:09:08.471674405 +0100
|
||||
@@ -358,9 +358,6 @@
|
||||
<id>printer/HP-Business_Inkjet_3000</id>
|
||||
</printer>
|
||||
<printer>
|
||||
- <id>printer/HP-Business_Inkjet_9100</id>
|
||||
- </printer>
|
||||
- <printer>
|
||||
<id>printer/HP-Color_LaserJet_2500</id>
|
||||
</printer>
|
||||
<printer>
|
||||
@@ -1066,9 +1063,6 @@
|
||||
<id>printer/Oce-3155PS</id>
|
||||
</printer>
|
||||
<printer>
|
||||
- <id>printer/Oce-3165</id>
|
||||
- </printer>
|
||||
- <printer>
|
||||
<id>printer/Oce-3165PS</id>
|
||||
</printer>
|
||||
<printer>
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>foomatic-db</Name>
|
||||
<Homepage>http://www.linuxprinting.org/foomatic.html</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Database of printers and printer drivers</Summary>
|
||||
<Description>foomatic-db contains the knowledge database for printers which are used by foomatic-db-engine to generate PPD files.</Description>
|
||||
<Archive sha1sum="4afc55f66a4fa769dd506311c755983c7e17fd12" type="targz">http://www.openprinting.org/download/foomatic/foomatic-db-4.0-20150819.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile permission="0755" target="cleanup-conflicts">cleanup-script</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<!--<Dependency>cups-filters</Dependency>-->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Fedora patches -->
|
||||
<Patch level="1">fedora/foomatic-db-device-ids.patch</Patch>
|
||||
<Patch level="1">fedora/foomatic-db-invalid.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>foomatic-db</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>pnm2ppa</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-10-28</Date>
|
||||
<Version>4.0.20150819</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-02-05</Date>
|
||||
<Version>4.0_20130103</Version>
|
||||
<Comment>Depend on cups-filters.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-24</Date>
|
||||
<Version>4.0_20130103</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-03</Date>
|
||||
<Version>4.0_20130103</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>foomatic-db</Name>
|
||||
<Summary xml:lang="tr">Yazıcı sürücüleri</Summary>
|
||||
<Description xml:lang="tr">Foomatic yazıcı veritabanı ve sürücüleri</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user