gnu: CUPS: Update to 2.3.0.
* gnu/packages/cups.scm (cups-minimal): Update to 2.3.0. [arguments]: Adjust for renamed test file. [license]: Change to ASL2.0.master
parent
1e429a8263
commit
5ba3ea4211
|
@ -187,7 +187,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
||||||
(define-public cups-minimal
|
(define-public cups-minimal
|
||||||
(package
|
(package
|
||||||
(name "cups-minimal")
|
(name "cups-minimal")
|
||||||
(version "2.2.11")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -195,7 +195,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
||||||
version "/cups-" version "-source.tar.gz"))
|
version "/cups-" version "-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v5p10lyv8wv48s8ghkhjmdrxg6iwj8hn36v1ilkz46n7y0i107m"))))
|
"19d1jpdpxy0fclq37pchi7ldnw9dssxx3zskcgqai3h0rwlh5bxc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -225,7 +225,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
||||||
#t)))
|
#t)))
|
||||||
(add-before 'build 'patch-tests
|
(add-before 'build 'patch-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test/ippserver.c"
|
(substitute* "tools/ippeveprinter.c"
|
||||||
(("# else /\\* HAVE_AVAHI \\*/")
|
(("# else /\\* HAVE_AVAHI \\*/")
|
||||||
"#elif defined(HAVE_AVAHI)"))
|
"#elif defined(HAVE_AVAHI)"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
@ -245,7 +245,8 @@ networked printers, and printers can be shared from one computer to another.
|
||||||
Internally, CUPS uses PostScript Printer Description (@dfn{PPD}) files to
|
Internally, CUPS uses PostScript Printer Description (@dfn{PPD}) files to
|
||||||
describe printer capabilities and features, and a wide variety of generic and
|
describe printer capabilities and features, and a wide variety of generic and
|
||||||
device-specific programs to convert and print many types of files.")
|
device-specific programs to convert and print many types of files.")
|
||||||
(license license:gpl2)))
|
;; CUPS is Apache 2.0 with exceptions, see the NOTICE file.
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public cups
|
(define-public cups
|
||||||
(package (inherit cups-minimal)
|
(package (inherit cups-minimal)
|
||||||
|
|
Reference in New Issue