gnu: foo2zjs: Use correct metadata

* gnu/packages/cups.scm (foo2zjs)[home-page, synopsis, description]: Describe
foo2zjs, not foo2xqx.
[licence]: Add expat.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-17 04:10:01 +01:00
parent 4bd05a21c4
commit 0a7d3e1e2d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -536,8 +536,6 @@ (define-public foomatic-filters
(define-public foo2zjs (define-public foo2zjs
(package (package
;; The tarball is called "foo2zjs", but the web page talks about
;; "foo2xqx". Go figure!
(name "foo2zjs") (name "foo2zjs")
(version "201709") (version "201709")
(source (origin (source (origin
@ -592,13 +590,17 @@ (define-public foo2zjs
(native-inputs (native-inputs
`(("bc" ,bc) `(("bc" ,bc)
("groff" ,groff))) ("groff" ,groff)))
(home-page "http://foo2xqx.rkkda.com/") (home-page "http://foo2zjs.rkkda.com/")
(synopsis "Printer driver for XQX stream protocol") (synopsis "Printer driver for ZjStream-based printers")
(description (description
"This package provides a printer driver notably for the ZJS and XQX "foo2zjs is a printer driver for printers that use the Zenographics
protocols, which cover printers made by Konica, HP (LaserJet), Oki, Samsung, ZjStream wire protocol for their print data, often erroneously referred to as
and more. See @file{README} for details.") winprinters or GDI printers.
(license license:gpl2+)))
It supports Minolta/QMS@tie{}Magicolor, Minolta@tie{}Color@tie{}PageWorks/Pro,
HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
(license (list license:expat ; icc2ps/*.[ch]
license:gpl2+)))) ; everything else
(define-public escpr (define-public escpr
(package (package